The Arcive of vBulletin Modifications Site. |
|
Details »»
|
|||||||||||||||||||||||||
I like the feature of UBB that lets you have those files then the forums in a cascading manner is that possible in vBulletin?or a hack that fits my description?
Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
I'm not sure what you mean
|
|
#3
|
|||
|
|||
|
Something like this,is it possible to import it to vb?when you go in a thread then there is a navigation tree linking back to the main forum page? |
|
#4
|
|||
|
|||
|
This ain't hard at all. Simple HTML.
Example: showthread template Find <normalfont><b><a href="index.php">$bbtitle</A> > <A HREF="forumdisplay.php?forumid=$forumid">$forumtit le</a> > $threadtitle</b></normalfont> Add images after <a href=........> and play with code to fit your needs.
|
|
#5
|
|||
|
|||
|
like going into a new forum and the forum name and stuff?
|
|
#6
|
|||
|
|||
|
Open showthread template in your control panel.
Replace <normalfont><b><a href="index.php">$bbtitle</A> > <A HREF="forumdisplay.php?forumid=$forumid">$forumtit le</a> > $threadtitle</b></normalfont> With something like <table border="0" align="left" valign="top"> <tr> <td> <a href="index.php"> <img src="images/open.gif" border="0"> $bbtitle </a> <br> <img src="images/tline.gif" border="0"> <img src="images/open.gif" border="0"> <A HREF="forumdisplay.php?forumid=$forumid"> $forumtitle </a> <br> <img src="images/tline3.gif" border="0"> <img src="images/open.gif" border="0"> $threadtitle </td> </tr> </table> Edit forumdisplay template Replace <normalfont><b><a href="index.php">$bbtitle</A> > $forumtitle</b>< With something like <table border="0" align="left" valign="top"> <tr> <td> <a href="index.php"> <img src="images/open.gif" border="0"> $bbtitle </a> <br> <img src="images/tline.gif" border="0"> <img src="images/open.gif" border="0"> $forumtitle </td> </tr> </table> Edit paths to point to your images. I highly recommend you to backup your current code (copy n paste to some file) in case you want it back. |
|
#7
|
|||
|
|||
|
thanks PeF
|
|
#8
|
|||
|
|||
|
new reply and new post templates?
help me with those two please coz I am still working on my HTML lang basics.........could you teach me a few pointers?thanks PeF for your assistance |
|
#9
|
|||
|
|||
|
in html my coding was right but in php it look different
[Edited by Newbie on 11-18-2000 at 11:59 AM] |
|
#10
|
|||
|
|||
|
Here is the problem I delete the br tag it gets worse I tried editing even viewing source code of ubb forums to no avail......help me PeF thanks then you can do a documentation and it can come a hack? |
![]() |
|
|