resaller89 Posted March 20, 2014 Share Posted March 20, 2014 my ipb not showing joined date i want to show like this 1 Link to comment Share on other sites More sharing options...
0 GTAIVCode3 Posted March 20, 2014 Share Posted March 20, 2014 ACP > Look / Feel > Skin Manager > (choose skin) > Manage Templates / CSS > Global Templates > UserInfoPane Find: <li class='post_count desc lighter'> {parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"} {$this->lang->words['m_posts']} </li> </if> </ul> Add this after the </if> tag but before the </ul> tag <span class='group_title'>{$this->lang->words['m_joined']}</span> <span class='post_count desc lighter'>{parse date="$author['joined']" format="joined"}</span> Should look like this <li class='post_count desc lighter'> {parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"} {$this->lang->words['m_posts']} </li> </if> <span class='group_title'>{$this->lang->words['m_joined']}</span> <span class='post_count desc lighter'>{parse date="$author['joined']" format="joined"}</span> </ul> Then you can save it. If you have any questions/problems, post in the topic. Link to comment Share on other sites More sharing options...
0 Kingy Posted March 25, 2014 Share Posted March 25, 2014 The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved. If you have other questions, please open a new topic. Link to comment Share on other sites More sharing options...
Question
resaller89
Link to comment
Share on other sites
2 answers to this question
Recommended Posts