The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
Be patient guys, there will be one more release with that. I am working on.
|
#12
|
||||
|
||||
If you want a no frills version...
Create a new plugin using hook location "global_start" with the following: Code:
if (in_array($GLOBALS['forumid'], array(2,5))) { $stylevar['titleimage'] = "/images/forum_".$GLOBALS['forumid'].".jpg"; } Any Forum ID you don't specify in the array will use the default logo. |
#13
|
|||
|
|||
works perfect cheers kirby
now all we need is this as a plugin where we can select in each forum in admincp what logo to use,just to make it easier |
#14
|
||||
|
||||
Well if you feel like experimenting with vBulletin and PHP: https://vborg.vbsupport.ru/showthread.php?t=93445
|
#15
|
|||
|
|||
2 complicated for me which is why i hire coders
cheers Kirk Y anyway - still a good read --------------- Added at 08:16 --------------- this works perfect but is there a way for the main logo on forum index to be random. Say i make 5 and put them on the ftp it then picks a random header to show ??? Dont want it random for the different sections - only forumhome |
#16
|
|||
|
|||
if anyone readin this the code above works perfect for different sections
But i also wanted a seperate one for random images on forumhome so i done a search on here and found the code - now here is the problem - if i have random pics on forumhome it wipes off the pics for the forums which i specify does anyone know why ? |
#17
|
|||
|
|||
Is there a working demo?
Please pm details |
#18
|
|||
|
|||
How u mean working demo
all i done was used the code on the page before for different headers inside forums which worked fine. So i then added this code from this hack to do random images on forumhome https://vborg.vbsupport.ru/showthrea...t=random+logos but doing this just wipes the images i had set up for different sections |
#19
|
||||
|
||||
Try wrapping the random logo code with:
Code:
<if condition="THIS_SCRIPT == 'index'"> Random Logo Code Here <else /> <img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /> </if> |
#20
|
|||
|
|||
Quote:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|