Pagina 1 van 1

[BETA] Remove posts in viewtopic

Geplaatst: 17 mar 2006, 22:02
door XGE_Lithium

Code: Selecteer alles

##############################################################
## MOD Title: Remove posts in viewtopic
##
## MOD Author: XGE_Lithium < xge_lithium@hotmail.com > (Roy Dings) www.RoyDings.nl
##
## MOD Description: Removes the number of posts per user, in viewtopic
##
## MOD Version: 0.0.1
##
## Installation Level: Easy
##
## Installation Time: 1 Minute
##
## Files To Edit: file_1,
##      viewtopic.php
##
## Included Files: (N/A)
##
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
##############################################################
## For security purposes, please check: http://www.phpbb.com/mods/
## for the latest version of this MOD. Although MODs are checked
## before being allowed in the MODs Database there is no guarantee
## that there are no security problems within the MOD. No support
## will be given for MODs not found within the MODs Database which
## can be found at http://www.phpbb.com/mods/
##############################################################
## Author Notes:
## Just a small -but maybe- usefull MOD. Have phun.
##############################################################
## MOD History:
##
##   2006-03-17 - Version 0.0.1
##      - First and last release
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
############################################################## 
#
#-----[ OPEN ]------------------------------------------
#

templates/subSilver/viewtopic_body.tpl


#
#-----[ FIND ]------------------------------------------
#
<td width="150" align="left" valign="top" class="{postrow.ROW_CLASS}"><span class="name"><a name="{postrow.U_POST_ID}"></a><b>{postrow.POSTER_NAME}</b></span><br /><span class="postdetails">{postrow.POSTER_RANK}<br />{postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}<br /><br />{postrow.POSTER_JOINED}<br />{postrow.POSTER_POSTS}<br />{postrow.POSTER_FROM}<br />{postrow.POSTER_ONLINE}</span><br /></td>


#
#-----[ REPLACE WITH ]------------------------------------------
#

<td width="150" align="left" valign="top" class="{postrow.ROW_CLASS}"><span class="name"><a name="{postrow.U_POST_ID}"></a><b>{postrow.POSTER_NAME}</b></span><br /><span class="postdetails">{postrow.POSTER_RANK}<br />{postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}<br /><br />{postrow.POSTER_JOINED}<br />{postrow.POSTER_FROM}<br />{postrow.POSTER_ONLINE}</span><br /></td>


#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
# EoM


Geplaatst: 17 mar 2006, 22:11
door Paul
Vind dit niet echt een mod maarja.
Gebruik inline commands. Nu werkt het enkel in subsilver.

Geplaatst: 17 mar 2006, 22:13
door XGE_Lithium
paul schreef:Vind dit niet echt een mod maarja.
Gebruik inline commands. Nu werkt het enkel in subsilver.
Zelf vind ik het altijd de kleine dingen die het doen, bij een forum.
Nouja. Je hoeft de MOD ook niet te gebruiken :) maar indien iemand hem ooit nodig heeft ... ;)