The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Zodaic
I'd like to see something simple, that just displays the zodic sign of a person in simple text in the member info based on what they have in birthday info.
Cancer << just like that, text, no pictures or fancy crap. |
#2
|
|||
|
|||
Use the profile field manager.
Setup a single selection menu and in the options box list all 12 one on it's own line. After you click save, look at the "field##" Then go into your postbit tempalte and toss this Code:
<div>Sign: $post[field##]</div> Heck you could even do images, but just naming the images EXACTLY what you name the fields even case sensitive and then create a folder named signs off of images. So you'll have.. images/signs/Cancer.gif etc. Then in the postbit do Code:
<div><img src="images/signs/$post[field##].gif"></div> |
#3
|
|||
|
|||
<a href="https://vborg.vbsupport.ru/showthread.php?t=102269" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=102269</a>
|
#4
|
|||
|
|||
Nice
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|