The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
hi..
could someone tell me how to put a banner between forum category? just like this: ![]() it is vb4 issue thanks |
|
#2
|
|||
|
|||
|
Not sure if this helps you or not but i have seen people using this method got it done. Check out this thread.
Check This |
|
#3
|
||||
|
||||
|
I've been trying to figure out the same thing all day. Unfortunately, the code in the above link does not work on vBulletin 4.
|
|
#4
|
||||
|
||||
|
The image is a vB3 image. To the OP - is this a vB3 issue or a vB4 issue?
|
|
#5
|
|||
|
|||
|
it is vb4 issue
the image is just an example |
|
#6
|
|||
|
|||
|
merry xmas guys..
anyone could help? thanks alot |
|
#7
|
|||
|
|||
|
still no one?
|
|
#8
|
||||
|
||||
|
open FORUMHOME
include jQuery (1.4+) in your head. then use Code:
<div id="test-container" style="width:728px;height:90px;background-color:#FF0000;clear:both;">
</div>
<script type="text/javascript">
$('li#cat9').after($('#test-container'));
</script>
should work but the code needs to be placed after Code:
<!-- main -->
{vb:raw template_hook.forumhome_above_forums}
<ol id="forums" class="floatcontainer">
{vb:raw forumbits}
</ol>
{vb:raw template_hook.forumhome_below_forums}
<!-- /main -->
![]() So if you wanted multiple ads, you would need multiples divs with unique ID's and just duplicate the jQuery code line and change the cat# Something to look at and play with. Hope it helps.
|
|
#9
|
|||
|
|||
|
hi..
i already try it and wont work, the banner code show on the very bottom category of my forum. i already change the catXX id |
|
#10
|
||||
|
||||
|
link me to your forum so i can review your code. It works just fine.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|