The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBadvanced Homepage Details »» | |||||||||||||||||||||||||
Official Support Forums
vBadvanced.com is now open! There you will find more information regarding vBadvanced Homepage, FAQ's, hacks & modifications, and more. vBadvanced Homepage v1.1 Released! (01.27.04) vBadvanced Homepage is an advanced homepage / portal that will allow you to include different options from your vBulletin message board on your site's homepage. It also allows you to easily create and manage new pages which are completely powered by vBulletin and vBadvanced. There are over 40 options where you can enable/disable the features, plus everything is template based so it is very easy to customize and change everything through your Admin CP. Features:
Here is a list of each extra function that will cause extra queries:
Admin Homepage Guest Homepage Admin CP Options Example Sites: http://vbadvanced.com http://plurplanet.com http://digitalkore.net http://differentdawn.com Updates From v1.01 to v1.1
Help & Support: Before asking for support, Please read the F.A.Q in the readme file! If you have any problems or questions that are not covered in the F.A.Q. please here, or please check out vBadvanced.com for priority support. I will be more than happy to help in any way I can if the request for help is made there. Anyone trying to contact me via email, private message, or any other means will be ignored. Copyright: This script is ? 2003 - 2004 vBadvanced.com and PlurPlanet, LLC. This hack is NOT to be re-distributed in any way or placed on a website for download without permission. All copyright notes in the script itself must remain unchanged. Thanks To: Faranth & Littlebit for helping test the beta versions and hopefully squashing most of the bugs. Show Your Support
|
Comments |
#482
|
||||
|
||||
its not somthing you can just do $thread[icon] is whats pulling it. and its a database call
|
#483
|
||||
|
||||
If anyone knows some of this stuff, please let me know if you can help. This is what the Thread Icon stuff looks like in the index page:
Code:
// Thread Icon if ($vboptions['showthreadicon']) { if (!$thread['iconid']) { if ($vboptions['showdeficon']) { $thread['icon'] = '<img src="' . $vboptions['showdeficon'] . '" border="0" alt="' . $thread['icontitle'] . '" />'; } else { $thread['icon'] = ''; } } else { $thread['iconpath'] = $iconcache["$thread[iconid]"]['iconpath']; $thread['icontitle'] = $iconcache["$thread[iconid]"]['icontitle']; $thread['icon'] = '<img src="' . $thread['iconpath'] . '" border="0" alt="' . $thread['icontitle'] . '" />'; } } $getbgrow = getrowcolor(); eval('$threadbits .= "' . fetch_template('index_threadbits') . '";'); } $DB_site->free_result($threads); unset($thread); } |
#484
|
||||
|
||||
Quote:
however if you cannot figure out what is wrong just copy the corosponding folders into the root dir and your problems will be solved quicker that way |
#485
|
|||
|
|||
Quote:
|
#486
|
||||
|
||||
Copy what corresponding folders? You mean upload all the smileys again? I've done that a few times already. I just finished deleting vbAdv again and reinstalling it. Then I went through all the icons and clicked the checkbox so they are all updated.
All my smileys and icons in the forum display with no problems. The problem is only on the vbAdvanced index page. It just doesn't want to look into the /forums/ folder and just goes straight to /images/ In admincp there are paths to every image folder except for icons ??? It would have made life so much easier if there was an "icons" folder and I could just define it there...am I missing it? Because I don't see it in admin cp. <sigh> |
#487
|
||||
|
||||
Quote:
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'] . '" />'; } |
#488
|
||||
|
||||
Quote:
|
#489
|
||||
|
||||
Right, that's what I'm saying. You can go here and see my site:
[edited] You will see the broken icons...I will add a few more test posts. Faranth, if you want, log back into my site and you update the counters or whatever, then refresh my page and you'll see that it stays as a broken image. I have ran out of ideas. |
#490
|
||||
|
||||
imo the quick fix would be to remove $thread[icon] as i dont think there entiry nessary or copy the folders into the corospodnig locations
|
#491
|
|||
|
|||
Quote:
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 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|