PDA

View Full Version : Zodaic


PennylessZ28
12-05-2005, 03:51 AM
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.

Cyricx
12-05-2005, 12:36 PM
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


<div>Sign: $post[field##]</div>


Change the ## to whatever the number is for that field.

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


<div><img src="images/signs/$post[field##].gif"></div>


I know it doesn't go off their birthdate and all, but heck, it'll work just the same ;)

Alan @ CIT
12-05-2005, 02:46 PM
<a href="https://vborg.vbsupport.ru/showthread.php?t=102269" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=102269</a>

Cyricx
12-05-2005, 02:57 PM
Nice :)