Jump to content

Recommended Posts

Posted

Salut , am adaugat un cod să îmi arate numărul de topicul făcute de un jucător , dar nuștiu cum să fac acelaș font și aceași culoare.

 

codul de la topicuri:

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

codul de la posts:

<if test="postCount:|:$author['member_id']">
<li class='post_count desc lighter'>
{parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"} {$this->lang->words['m_posts']}
</li>
</if>

poza:

 

69eTSAq.png

Posted

Am mai discutat intr-un topic despre asta, dar nu mai stau sa il caut acum. Ar trebui ca inlocuirea codului pentru topicuri cu cel de mai jos sa iti rezolve problema:

<center><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></center>

Te-ai inregistrat? Ne-ar placea sa te prezinti.

Cum pot sustine forumul?
Cumpara de la eMag folosind acest link.
--------------------
oG2BN9d.gifse1WdXd.gifQG6MtmI.gifRHYjDzD.gifG5p1wui.gif

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.