Page 3 of 5

[ADDON] Forum images in recent active topics

Posted: 20 Nov 2011, 18:05
by Arnevb
Same problem here...
I cant find your commands, and i'm pretty shure I have the latest version installed.

[ADDON] Forum images in recent active topics

Posted: 20 Nov 2011, 18:07
by Stoker
Arnevb wrote:Same problem here...
I cant find your commands, and i'm pretty shure I have the latest version installed.
Post up the same file and check the edit of functions_top_stats.php <- You too Geeko80

[ADDON] Forum images in recent active topics

Posted: 20 Nov 2011, 18:08
by geeko80
the version is the 1.0.6
i attached the two files
tnx for helping me.
should i add these files only in prosilver folders, only in madevo or both?

[ADDON] Forum images in recent active topics

Posted: 20 Nov 2011, 19:05
by Stoker
geeko, can you also provide a screenshot of the forum Presenti from ACP?

[ADDON] Forum images in recent active topics

Posted: 20 Nov 2011, 19:16
by geeko80
what do u mean?

i posted a screenshot here:
viewtopic.php?f=49&t=1538&start=10#p9739

[ADDON] Forum images in recent active topics

Posted: 20 Nov 2011, 19:19
by Stoker
Thats not the forum with the problem.
I need a screenshot of the forum which images is not displayed - from ACP

[ADDON] Forum images in recent active topics

Posted: 20 Nov 2011, 19:40
by Stoker
Okay, i was able to reproduce the problem.
It appears when there is spaces in the image name. Like this: pc dvd rosso scuro.png

[ADDON] Forum images in recent active topics

Posted: 20 Nov 2011, 20:22
by geeko80
Stoker wrote:Okay, i was able to reproduce the problem.
It appears when there is spaces in the image name. Like this: pc dvd rosso scuro.png
great!!!
i will fix it! Thank you very much again

[ADDON] Forum images in recent active topics

Posted: 20 Nov 2011, 20:24
by Stoker
geeko80 wrote:
Stoker wrote:Okay, i was able to reproduce the problem.
It appears when there is spaces in the image name. Like this: pc dvd rosso scuro.png
great!!!
i will fix it! Thank you very much again
:thumb:

Arnevb wrote:Same problem here...
I cant find your commands, and i'm pretty shure I have the latest version installed.
Does above solve your problem Arne?

[ADDON] Forum images in recent active topics

Posted: 25 Nov 2011, 10:06
by doktornotor
Makis wrote:Can we reduce the size of the original forum image, and how?

Thanks
Sure. If all you need is a hardcoded size, then

In recent_active_body.html, find:

Code: Select all

<!-- IF recent_active.FORUM_IMAGE -->{ROOT_PATH}{recent_active.FORUM_IMAGE}<!-- ELSE -->{ROOT_PATH}images/starimg.png<!-- ENDIF -->
and replace with
<!-- IF recent_active.FORUM_IMAGE --><img src="{ROOT_PATH}{recent_active.FORUM_IMAGE}" width="32" height="32" alt="" /><!-- ELSE --><img src="{ROOT_PATH}images/starimg.png" alt="" /><!-- ENDIF -->