[BETA] Remove posts in viewtopic

Zelf bezig aan een modificatie? Wij kijken graag mee..
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
Gebruikersavatar
XGE_Lithium
Berichten: 1278
Lid geworden op: 26 okt 2005, 19:28
Locatie: Heythuysen
Contacteer:

[BETA] Remove posts in viewtopic

Bericht door XGE_Lithium » 17 mar 2006, 22:02

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


Gebruikersavatar
Paul
Beheerder
Beheerder
Berichten: 20297
Lid geworden op: 23 okt 2003, 11:38
Locatie: Utrecht
Contacteer:

Bericht door Paul » 17 mar 2006, 22:11

Vind dit niet echt een mod maarja.
Gebruik inline commands. Nu werkt het enkel in subsilver.

Gebruikersavatar
XGE_Lithium
Berichten: 1278
Lid geworden op: 26 okt 2005, 19:28
Locatie: Heythuysen
Contacteer:

Bericht door XGE_Lithium » 17 mar 2006, 22:13

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 ... ;)

Gesloten