Where can i change the new, hot, pick, etc icon?
In the last release the link number doesn't update.
Where can i change the new, hot, pick, etc icon?
In the last release the link number doesn't update.
Carlitus.
Open /lib/link.class.php line 55-59
You can refer them to image:PHP Code:var $icon_new = "<b><font size=2 color=Blue>New</font></b>";
var $icon_updated = "<b><font size=2 color=Green>Updated</font></b>";
var $icon_top_rated = "<b><font size=2 color=Maron>Top Rated</font></b>";
var $icon_hot = "<b><font size=2 color=Red>Hot</font></b>";
var $icon_pick = "<b><font size=2 color=gray>Pick</font></b>";
PHP Code:var $icon_new = "<img src=http://yourdomain/images/new.gif";
Ok, thanks.
Is it the last release?
Couse there are some thing missing in this version:
add new feature: spiderfriendly
update number of links automatically
Carlitus.
We do not provide the icon yet. The icon will be available when we release new theme set.
The link number has been fixed in version 3.0.2
http://www.nicecoder.com/vbulletin/...hp?threadid=115