Jump to content

Adauga Data Inregistrarii In Topic View


Recommended Posts

Posted

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 !

  • 3 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...