Unofficial modifications
nieoficjalne modyfikacje for?w phpBB by Przemo

Pogaduchy - Jak usun?? szczeg??y postawionych piw przez u?ytkownika

Elvis92 - Sob 04 Sie, 2007
Temat postu: Jak usun?? szczeg??y postawionych piw przez u?ytkownika
Chcia?bym si? pozby? szczeg???w postawionych piw:
Shery - Sob 04 Sie, 2007

Kod


------------Otw?rz viewtopic_body.tpll-----------------

------------Usu?-----------------

<!-- BEGIN post_beers -->
<tr>
<td class="row_helped" valign="top" <!-- BEGIN hidden_beers_details -->colspan="2"<!-- END hidden_beers_details -->><span class="gensmall"><a href="{post_beers.DETAILS_URL}" class="gensmall" style="font-weight:bold">{post_beers.L_SHOW_DETAILS}</a><!-- BEGIN beers_details --><br /><a href="{postrow.post_beers.beers_details.MORE_DETAILS_URL}" class="gensmall">{postrow.post_beers.beers_details.L_SHOW_MORE_DETAILS}</a></span></td>
<td class="row_helped" valign="top"><span class="gensmall">{postrow.post_beers.beers_details.BEERS_SUBMITED}:<br />{postrow.post_beers.beers_details.BEER_POSTERS}<!-- END beers_details --></span></td>
</tr>
<tr>
<td class="spaceRow" colspan="2" height="1"><img src="{SPACER}" alt="" width="1" height="1" /></td>
</tr>
<!-- END post_beers -->


Elvis92 - Sob 04 Sie, 2007

jeszcze jedno jak zrobi? ?eby nie by?o potwierdzenia postawienia piwa?
"czy jeste? pewny postawienia piwa autorowi tematu"?
co trzeba usun?

Marcin - Nie 05 Sie, 2007

Elvis92 napisał/a
Chcia?bym si? pozby? szczeg???w postawionych piw:

To mo?na wy??czy? w PA :roll:

Sasni - Sro 26 Wrz, 2007

ja chcia?bym uzyska? pomoc tego typu ?e: szczeg??y postawionych piw mam nad danym postaem a chcia?bym ?eby by?u pod postem, jak kto zmieni???
KnofeL - Sro 26 Wrz, 2007

Cytat
ja chcia?bym uzyska? pomoc tego typu ?e: szczeg??y postawionych piw mam nad danym postaem a chcia?bym ?eby by?u pod postem, jak kto zmieni???

Zainstalowa? modyfikaci? wg instrukcji QBS'a

Sasni - Sro 26 Wrz, 2007

KnofeL napisał/a

Zainstalowa? modyfikaci? wg instrukcji QBS'a


Nie koniecznie....
Mo?e to zalezy od stylu forum,, ja korzystam z unMods
zrobi?em to na w?asn? r?k?.... zamiast instrukcji:

Kod

-------------------------------- [ templates/subSilver/viewtopic_body.tpl ] --------------------------------

// ----------------- [ znajdz ] -----------------

<!-- BEGIN footer -->
<tr>
<td class="spaceRow" colspan="2" height="1"><img src="{SPACER}" alt="" width="1" height="1" /></td>
</tr>
<!-- END footer -->

// ----------------- [ po tym dodaj ] -----------------

<!-- BEGIN post_beers -->
<tr>
<td class="row_helped" valign="top" <!-- BEGIN hidden_beers_details -->colspan="2"<!-- END hidden_beers_details -->><span class="gensmall"><a href="{post_beers.DETAILS_URL}" class="gensmall" style="font-weight:bold">{post_beers.L_SHOW_DETAILS}</a><!-- BEGIN beers_details --><br /><a href="{postrow.post_beers.beers_details.MORE_DETAILS_URL}" class="gensmall">{postrow.post_beers.beers_details.L_SHOW_MORE_DETAILS}</a></span></td>
<td class="row_helped" valign="top"><span class="gensmall">{postrow.post_beers.beers_details.BEERS_SUBMITED}:<br />{postrow.post_beers.beers_details.BEER_POSTERS}<!-- END beers_details --></span></td>
</tr>
<tr>
<td class="spaceRow" colspan="2" height="1"><img src="{SPACER}" alt="" width="1" height="1" /></td>
</tr>
<!-- END post_beers -->



Trzeba wykona? takie co?.....

Kod


-------------------------------- [ templates/subSilver/viewtopic_body.tpl ] --------------------------------

// ----------------- [ znajdz ] -----------------

</table>
</td>
</tr>

<!-- END post_tree -->

// ----------------- [ po tym dodaj ] -----------------

<!-- BEGIN post_beers -->
<tr><tr>
<td class="spaceRow" colspan="2" height="1"><img src="{SPACER}" alt="" width="1" height="1" /></td>
</tr>
<td class="row_helped" valign="top" <!-- BEGIN hidden_beers_details -->colspan="2"<!-- END hidden_beers_details -->><span class="gensmall"><a href="{post_beers.DETAILS_URL}" class="gensmall" style="font-weight:bold">{post_beers.L_SHOW_DETAILS}</a><!-- BEGIN beers_details --><br /><a href="{postrow.post_beers.beers_details.MORE_DETAILS_URL}" class="gensmall">{postrow.post_beers.beers_details.L_SHOW_MORE_DETAILS}</a></span></td>
<td class="row_helped" valign="top"><span class="gensmall">{postrow.post_beers.beers_details.BEERS_SUBMITED}:<br />{postrow.post_beers.beers_details.BEER_POSTERS}<!-- END beers_details --></span></td>
</tr>

<!-- END post_beers -->


Powered by phpBB modified by Przemo © 2003 phpBB Group