The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I need two things and it shouldnt be too hard for you.
1. I need to know how to move my Posts Theads to the right. Please see my forum to see what I mean. www.gotdbz.com/vb 2. I need the link to the hack that counts posts and tell me how to put it in the uper right corner. |
#2
|
||||
|
||||
![]()
Do you mean the -[newthread]- thing? You want that moved to the right?
And what the hell are you talking about that counts posts >_< Try going into a little more detail. |
#3
|
||||
|
||||
![]()
sorry I mean to the right of the forum title you see [Posts: blah | Threads: blah] I want that to the far right and I found and installed that other thing I needed
|
#4
|
|||
|
|||
![]()
This is just an HTML template change.
Enclose the text you'd like on the right inside a <DIV> tag, such as: <div align="right"> Your text... </div> That should work (I think). |
#5
|
||||
|
||||
![]()
Wouldn't that start a new line? Or is that just p align that does that.
|
#6
|
|||
|
|||
![]()
I don't think that DIV necessarily starts a new line. I'd have to test it, though, to remember. If that doesn't work, you just need to use a simple table.
<table width="100%" border=0 cellpadding=0 cellspacing=0> <tr> <td align="left"> Forum Name </td> <td align="right"> Post Info </td> </tr> <tr> <td colspan=2> everything else </td> </tr> </table> I think that would also accomplish the same thing. |
#7
|
||||
|
||||
![]()
I took it off for now I will test later thanks though
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|