The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
To the Side? hmm
See how this forum gives you the option of having the name and av on the side
<<< over there Can someone help me out with finding that? :ermm: |
#2
|
||||
|
||||
AdminCP > vBulletin Options > Style & Language Settings > Use Legacy Postbit > Yes
all it takes is 2 seconds of searching |
#3
|
||||
|
||||
Quote:
p.s. thank you for that help tho |
#4
|
||||
|
||||
The simplest thing to do is to disable selection of your style, then create two selectable substyles labeled "Style Name- Stuff On Top" and "Style Name- Stuff On Left", then copy postbit_legacy to postbit in the Stuff On Left substyle. There are, of course, more elegant solutions, but this is the simplest and does not require a hack or any programming knowledge.
|
#5
|
||||
|
||||
Or you can use this hack which gives the user the possibility to choose postbit style
https://vborg.vbsupport.ru/showthread.php?t=61086 |
#6
|
||||
|
||||
Quote:
Code:
<if condition="$bbuserinfo['field999']=='Classic'"> (paste postbit_legacy here) <else /> (leave original postbit here) </if> |
#7
|
||||
|
||||
Well, this would require editing all postbits in all styles.
Now if you have a lot of styles this becomes a lot of work ... Furthermore, this generates an additional if in every postbit. Although this shouldn't hurt much (you woldn't even notice it), it does cost performance. I think this hack is a more elegant solution. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|