Quote:
Originally Posted by digitalSite
Yup...already went to "Post Icons" area a few times and checked the path of every icon there. Any other ideas? lol. Did the admincp Styles & Templates thing last night. All have correct path to /forums/images/ etc.
Updated counters a few hundred times already, clicking on every single process.
Deleted my cache from computer (thinking it may be just me), deleted Temp Internet files, deleted cookies, rebooted computer, etc. Still...icons that seem fine in the "News" area on my forum, don't want to show on the front page.
There HAS to be something I am missing.
Where can I find out what is inside 'iconpath'?
Code:
else
{
$thread['iconpath'] = $iconcache["$thread[iconid]"]['iconpath'];
$thread['icontitle'] = $iconcache["$thread[iconid]"]['icontitle'];
$thread['icon'] = '<img src="' . $thread['iconpath'] . '" border="0" alt="' . $thread['icontitle'] . '" />';
}
|
/admincp/image.php?do=modify&table=icon all urls should be /forums/images/icons/xxxx
then check admin options>>sitename/url/contact info and make sure forums url is
http://www.site.com/forums and make sure homepage url is
http://www.site.com
I am using rc3 and this set up and all works fine. Also check Vboptions>>thread dispaly options(showthread) and make sure default thred icon is set to /forums/images/icons/xxxx
(note replae xxxx in both places with image name such as icon1.gif, also replace
www.site.com ith ur domain name.)
this is where ur url is pointing
http://www.dstcentral.com/images/icons/icon5.gif
is icon5.gif ur default icon if so follow directions about to fix