PDA

View Full Version : *** help (forumhome) ***


fxs
09-21-2002, 11:04 PM
hi guys,

I insert some userinfo fields in forumhome (template). All fine. But im receive a error in Registration Date.

Hi <a href="usercp.php?s="><b>$username</b></a> (<br>$bbuserinfo[usertitle] | Posts: $bbuserinfo[posts] | Reg: $bbuserinfo[joindate] | Your ID: $bbuserinfo[userid]</smallfont> )

im receive this for join date:
Reg: 1031880340 :confused:
(and i want show :: Reg: Sep 2002)


maybe its a stupid error, but im a newbie with this :rolleyes:

Thankssssssssss ;)

Tony G
09-21-2002, 11:40 PM
Use:

$post[joindate]

Instead Of:

$bbuserinfo[joindate]

fxs
09-22-2002, 12:09 AM
thx for your Help.... but "Reg field" is blank now

maybe $post[joindate] only works in postbit template.. correct?

... :(

Tony G
09-22-2002, 12:41 AM
Missed that, sorry. :(

I'm thinking this needs PHP editing since the variable only works in the postbit template.