PDA

View Full Version : Real Name under User Name in Postbit


Hannan
07-05-2008, 01:41 AM
Hey guys,
I want to put users Real names in the postbit under the username! I saw this ability in some forums. also I found it, in this thread:
https://vborg.vbsupport.ru/showthread.php?t=53353&highlight=realname
but I can't use it.
anyone knows how can I do this?!
thanks

Hex_legend
07-05-2008, 02:16 AM
create a custom field for the real name

In ACP >> User Profile Fields >> Add New Profile Field >> Single Line Text Box

Make a note of the profile field ID.


In Postbit / Postbit Legacy Template, find


<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>


Add Under:


<if condition="$post['fieldXX']">$post[fieldXX]</if>


Replace XX with the field number from before.

Mosh
07-05-2008, 04:13 AM
You can use this simple hack here, has full visual instructions.

Hannan
07-05-2008, 04:27 AM
Thank u very much mate

--------------- Added 1215235715 at 1215235715 ---------------

You can use this simple hack here, has full visual instructions.

I see it, u are so fast!
thanks:D