Aleex Posted July 25, 2012 Report Posted July 25, 2012 Pentru a adauga data inregistrarii unui user intre informatiile afisate sub avatarul userului in timpul vizualizarii unui topic, urmeaza pasii: Mergi la: ACP >Look/Feel>SkinManager>(choose skin)>ManageTemplates/ CSS >GlobalTemplates>UserInfoPane Cauta: <liclass='post_count desc lighter'>{parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"} {$this->lang->words['m_posts']}</li></if></ul> Adauga dupa </if> dar inainte de </ul> codul: <spanclass='group_title'>{$this->lang->words['m_joined']}</span><spanclass='post_count desc lighter'>{parse date="$author['joined']" format="joined"}</span> Deci in final codul tau trebuie sa arate asa: <liclass='post_count desc lighter'>{parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"} {$this->lang->words['m_posts']}</li></if><spanclass='group_title'>{$this->lang->words['m_joined']}</span><spanclass='post_count desc lighter'>{parse date="$author['joined']" format="joined"}</span></ul> Salveaza si gata, ai adaugat joined date in topic view ! http://i1108.photobucket.com/albums/h402/shhakeit/joined_date_topic_view.png Numai bine ! Quote
pNNNNNNkwOw Posted November 11, 2012 Report Posted November 11, 2012 Multumim pentru efortul depus. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.