PDA

View Full Version : How can i Add Member Join date


chennairam
10-13-2008, 03:39 AM
Hi members


How can Add member join join data and status information

Look This Pic For Example

https://vborg.vbsupport.ru/external/2008/10/36.jpg


Pls Help me


Regards
Ram

SEOvB
10-13-2008, 03:47 AM
<if condition="$post['joindate']"><div>$vbphrase[join_date]: <strong>$post[joindate]</strong></div></if>

Lynne
10-13-2008, 03:48 AM
I'm pretty sure Join Date should be shown by default. Status should also, but as little images - use this mod to change it to text - Replace User's Online Status Image with Text Equivalent (https://vborg.vbsupport.ru/showthread.php?t=113279&highlight=status)

chennairam
10-13-2008, 04:08 AM
<if condition="$post['joindate']"><div>$vbphrase[join_date]: <strong>$post[joindate]</strong></div></if>

Where Can i Add this Code sir

G0F0RBR0KE
10-13-2008, 04:59 AM
You add this in the postbit and postbit legacy

chennairam
10-13-2008, 05:53 AM
You add this in the postbit and postbit legacy

ok Thanks sir

Iwill try And Post here

--------------- Added 1223905389 at 1223905389 ---------------

How can i member id

Se the That Screen Shot

Lynne
10-13-2008, 05:44 PM
ok Thanks sir

Iwill try And Post here

--------------- Added 13 Oct 2008 at 06:43 ---------------

How can i member id

Se the That Screen Shot
<div>Member: $post[userid]</div>