![]() |
yes that would be great.....an extra header footer.....which can be on forum home+forumdisplay+showthread.......
so one can add any extra info in one action.....i.e not going through them all |
Quote:
https://vborg.vbsupport.ru/showthread.php?t=99544 |
Great hack! I was looking for this.
But there use to be a hack where you just specified the file (html, or whatever) and select which forum it would be shown in. This way, you just update that one html file and it will automatically update in all the forums you selected. With your mod, I have to copy and paste the same html into all the forums I want it to show. And I don't want the other option, which is to have it show in ALL forums. So basically, is there any way where we can specify the html for the header and footer and in a textbox, list all the forum IDs (the comma separated method) we want it to show in? |
Quote:
Add Extra Header / Footer these are HTML areas in your header / footer templates: I did this to make the header and footers easy for me to edit all the time :) ( This was off the top of head code.) Code:
<if condition="$foruminfo[forumid]=='6,7,8,9,10,2000'"> |
I wanted to just exclude several forums, the ones that were my category forums. The code above didn't work for me with the commas separating the numbers, so I just made a long messy conditional that works for me.
Code:
<if condition="$foruminfo[forumid]!='10' AND $foruminfo[forumid]!='11' AND $foruminfo[forumid]!='16'"> |
Where's the download? I checked your site and don't see it there either. (??)
|
Quote:
|
Quote:
|
oh thanks, exactly what i was looking for. :)
|
So I can have a different banner for different forums?
|
All times are GMT. The time now is 04:07 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|