vanillawhisky
New-
Re: Any way to show users join date in posts?
Well I just found the solution, just change Gdn_Format::Date($Sender->EventArguments['Author']->DateFirstVisit) . '</span>'; to Gdn_Format::ToDateTime($Sender->EventArguments['Author']… (View Post)1 -
Re: on edit-profile page, doesnt show information placed in $User.SignedIn.
Thank you @River After reading this comments i got the solution. I check with the bodyId and if it is edit_profile page use meModule again . Here is the code. {if $User.SignedIn} {module name="M… (View Post)1 -
on edit-profile page, doesnt show information placed in $User.SignedIn.
Hello there, I have small problem regarding user signedIn. I have this code in default.master.tpl {if $User.SignedIn} {module name="MeModule"} ----- line-1 {else} {signin_link} ----- line-2… (View Post)1