Jump to content

Cum Afisez Topicurile In Profil La Ipb?


Go to solution Solved by gadeas,

Recommended Posts

  • Moderators
  • Solution
Posted

Intra in Admin CP > Look & Feel > Manage Skin Sets & Templates > Alege skinu folosit > UserInfoPanel

Dupa:

<if test="postCount:|:$author['member_id']">

		<dl class="pairsJustified">
		<dt>{$this->lang->words['m_posts']}</dt>	
                <dd>{parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"}</dd> 
		</dl>
		</if>

Adauga:

<php>$topics=ipsRegistry::DB()->buildAndFetch(array('select'=>'count(*) as topics','from'=>'topics','where'=>"starter_id=".$author['member_id']));</php>

<li class='post_count desc lighter'>
{$topics['topics']} topics
</li> 

Solutia este a lu Courage.

  • Upvote 1

PHP Developer - Not available for freelancing right now

Daca ai de gand sa postezi la categoria IPB, nu uita sa citesti regulamentul: Link regulament

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.