Care forum ? Forum meu [ www.game-stars.ro/forum ] forumu-l de unde am luat poza aia este [ www.darkrage.net ]
Cum imi apare mie :
Cum vreau sa imi apara :
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.
Pai atunci , trebuie sa stii ce si cum sa editezi la tema. Eu sincer , nu-s priceput la 'adaugarea' chestiilor in tema , la
editat si la altele sunt cat de cat okay , ma descurc , te-as ajuta foarte mult , dar nu pot.
Am gasit alta cale. Du-te la ADMINCP > LOOK & FEEL > LOOK & FEEL > ALEGE TEMA > TEMPLATES > SKIN_SHOUTBOX > SHOUT_ROW
si acolo editeaza asta :
<a href="#" class="at_member" data-store="{$d['members_display_name']}" title="{$this->lang->words['insert_name']}">@</a>
in asta :
[spoiler]<a href="#" class="at_member" data-store="[member={$d['members_display_name']}]" title="{$this->lang->words['insert_name']}"><span style="color:#000000"><b>@</b></span></a>
Si daca vrei sa schimbi culoarea la arond , acolo unde scrie <span style=''color:#00000''><b>@</b></span
editeaza la ''color:#cod'' sau ''color:red'' , cum doresti tu. Nu uita ca daca vrei sa pui numele la culoare nu trebuie sa pui #.
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.