Log in

View Full Version : Welcome back... on main site


Ember
01-01-2003, 10:03 PM
How would I go about adding:

"Welcome back Username"

and if they're not registered

"Welcome back Guest"

onto my homepage, this was really easy to do using invision, but all the hacks for vb seem totally stupidly complex, trying people trying to do as much as they can, like having an entire welcome bar, avatar n all... I dont want that much!!!

So how can I just add that?

Xenon
01-01-2003, 10:21 PM
install logicians conditional in templates hack, then you can use conditions to show Username or Guest :)

Ember
01-01-2003, 10:30 PM
Thanks! I will look it up now :)

Ember
01-02-2003, 06:21 PM
Ok, I installed the hack, but ehhhh, how do I set it to do conditions? Kinda not making sense!

Xenon
01-02-2003, 06:34 PM
no idead, ask in the supportthread, i use another hack for conditions ;)

i think it's something like that:

Welcome [[$bbuserinfo[userid]>0]]$bbuserinfo[username][[/$bbuserinfo[userid]>0]][[$bbuserinfo[userid]==0]]Guest[[$bbuserinfo[userid]==0]]

DrkFusion
01-02-2003, 06:57 PM
Logicien = Smart Man :-p
I havn't got around to installing the Conditionals hack, but I think this is a great addition and will be adding it soon.,

Ember
01-02-2003, 07:16 PM
Never mind, I worked out how to do it... but it just shows Unregisered... even if you are logged in, so I think I messed up somewhere...