Mod Instalare:
dupa ce ai bagat tot ce ai in arhiva ep FTP urmezi pasii:
Open: root/viewtopic.php
Find:
Before Add:
Cod: Selectaţi tot
$warnings = array('POSTER_WARNINGS' => $user_cache[$poster_id]['warnings'],);
Find:
Cod: Selectaţi tot
'<a href="' . $viewtopic_url . "&p={$row['post_id']}&view=show#p{$row['post_id']}" . '">', '</a>') : '',
After Add:
Cod: Selectaţi tot
'W_IMG' => '<img src="./styles/prosilver/imageset/warns/warn'.$warnings['POSTER_WARNINGS'].'.jpg" border="0"> ('.($warnings['POSTER_WARNINGS']*100/5).'%)',
Open: root/styles/prosilver/template/viewtopic_body.html
Find:
Cod: Selectaţi tot
<!-- IF postrow.POSTER_FROM --><dd><strong>{L_LOCATION}:</strong> {postrow.POSTER_FROM}</dd><!-- ENDIF -->
After Add:
Cod: Selectaţi tot
<dd><strong>Warnings:</strong> {postrow.W_IMG}</dd>