Jump to content

Recommended Posts

Posted

Salutare tuturor, incerc de ceva vreme de a pune border unei teme care imi place foarte mult, si am vazut ca pe la voi se gasesc mereu soluti, seper sa ma ajutati si pe mine 

.

Aici va las link cum arata tema mea ( imi arata doar raspunsuri totale - eu vreau ambele Topics si Replies, va las print jos cum vreau sa arate )

Aici cum as vrea sa arate.

Posted

INntri in ACP>Forums dai pe editare apoi in fata fiecarui titlu pui <font color=green> de exemplu

<font color=green>Distractie

<font color=green>Jocuri Forumistice

etc....

nu mai stiu dar a mai fost pusa intrebarea asta daca cauti ai sa gasesti raspunsu-l

Posted
3 hours ago, FlorinFx said:

Vad ca nu ai inteles nimic din ce vreau eu sa fac ( vreau sa pun border la Topics, Replis si Descrie ) nu sa schimb culoarea la descriere.

Lasa link la forum sa vad ceva , dupa , te pot ajuta daca apare ce vreau sa vad eu.

Posted

Deci da , cred ca mere , incearca la Look & Feel > Tema Ta > Templates > Board Index > BoardIndexTemplate.

Baga codu-l asta :

<if test="$this->settings['removeStatsColumn']=='no'">
  <td class='col_c_stats ipsType_small'>
    {$forum_data['topics']} {$this->lang->words['topics']}
  </td>
  <td>
    {$forum_data['posts']} {$this->lang->words['replies']}
  </td>
</if>

In loc de asta :

<if test="$this->settings['removeStatsColumn']=='no'"><td class='col_c_stats ipsType_small'>
<ul>
<li>{$forum_data['topics']} {$this->lang->words['topics']}</li>
<li>{$forum_data['posts']} {$this->lang->words['replies']}</li>
</ul>
</td></if>

Acolo unde scrie <td class='col_c_stats ipsType_small'> trebuie sa-i faci asa :

<td class='col_c_stats ipsType_small' style='border: 1px solid #culoare; border-right: 0px;'>

Si unde scrie #culoare iti bagi tu codu-l sau direct numele la culoare fara hashtag.

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.