help met mod's
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

help met mod's
MOD Name: Memberlist Ranks MOD
Author: johnl1479
MOD Description: This MOD displays 'User' or 'Moderator' or 'Admin' in the memberlist depending on the user's rank
MOD Version: 1.0.3
Installation Level: Easy
Installation Time: ~ 5 Minutes
Download File: memberlist_ranks.mod
File Size: 4900 Bytes
Security Score: 0
--------------------------------------------------------------------------------
Rating: 3.29 (7 votes)
die staat op phpbb.com maar hij werkt niet waar kan ik deze nog meer vinden?
Author: johnl1479
MOD Description: This MOD displays 'User' or 'Moderator' or 'Admin' in the memberlist depending on the user's rank
MOD Version: 1.0.3
Installation Level: Easy
Installation Time: ~ 5 Minutes
Download File: memberlist_ranks.mod
File Size: 4900 Bytes
Security Score: 0
--------------------------------------------------------------------------------
Rating: 3.29 (7 votes)
die staat op phpbb.com maar hij werkt niet waar kan ik deze nog meer vinden?
Laatst gewijzigd door glenn op 29 sep 2005, 17:25, 1 keer totaal gewijzigd.
Re: Memberlist Rank
Glenn, het is je al eerder verteld, ben duidelijk in je probleemomschrijving.glenn schreef:die staat op phpbb.com maar hij werkt niet
de download werkt niet dus wil ik vragen waar ik hem op een andere website kan vinden de download link naar
MOD Name: Disable maximum signature length for admin
Author: RedRaven
MOD Description: Let admin have a longer signature than the maximum length decided in ACP
MOD Version: 1.0.0
Installation Level: Easy
Installation Time: ~ 1 Minute
Download File: disable_max_siglength_admin.mod
File Size: 1973 Bytes
Security Score:
--------------------------------------------------------------------------------
Rating: 3.89 (9 votes) Discuss/Rate/Review Hits: 2600 Reviews: 11
werkt ook niet dus daar wil ik ook graag de pagina van hebben
MOD Name: Edit User's Postcount
Author: tomlevens
MOD Description: A simple MOD to allow the admin to edit a user's postcount through the admin panel.
MOD Version: 1.0.1 (Updated 08/18/04)
Installation Level: Easy
Installation Time: ~ 5 Minutes
Download File: edit_users_postcount_101.mod
File Size: 4274 Bytes
Security Score:
--------------------------------------------------------------------------------
Rating: 3.79 (24 votes) Discuss/Rate/Review Hits: 12872 Reviews: 93
en de download link van deze doet het ook niet...
MOD Name: Disable maximum signature length for admin
Author: RedRaven
MOD Description: Let admin have a longer signature than the maximum length decided in ACP
MOD Version: 1.0.0
Installation Level: Easy
Installation Time: ~ 1 Minute
Download File: disable_max_siglength_admin.mod
File Size: 1973 Bytes
Security Score:
--------------------------------------------------------------------------------
Rating: 3.89 (9 votes) Discuss/Rate/Review Hits: 2600 Reviews: 11
werkt ook niet dus daar wil ik ook graag de pagina van hebben
MOD Name: Edit User's Postcount
Author: tomlevens
MOD Description: A simple MOD to allow the admin to edit a user's postcount through the admin panel.
MOD Version: 1.0.1 (Updated 08/18/04)
Installation Level: Easy
Installation Time: ~ 5 Minutes
Download File: edit_users_postcount_101.mod
File Size: 4274 Bytes
Security Score:
--------------------------------------------------------------------------------
Rating: 3.79 (24 votes) Discuss/Rate/Review Hits: 12872 Reviews: 93
en de download link van deze doet het ook niet...
huh
##############################################################
## MOD Title: Disable maximum signature length for admin
## MOD Author: RedRaven < stian@nettenter.no > (Stian Seland) http://phpbb.no/
## MOD Description: Let admin have a longer signature than the maximum length decided in ACP
## MOD Version: 1.0.0
##
## Installation Level: Easy
## Installation Time: 1 Minutes
## Files To Edit: usercp_register.php
## Included Files: (n/a)
##############################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at: http://www.phpbb.com/mods/
##############################################################
## Author Notes: This is probably one of the simplest mods ever made. I`ve originally made this mod
## for my own use but I decided to release so everyone can use it.
##
##############################################################
## MOD History:
##
## 2004-05-05 - Version 1.0.0
## - Initial release
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
#
#-----[ OPEN ]------------------------------------------
#
includes/usercp_register.php
#
#-----[ FIND ]------------------------------------------
#
if ( strlen($signature) > $board_config['max_sig_chars'] )
#
#-----[ REPLACE WITH ]------------------------------------------
#
if ( strlen($signature) > $board_config['max_sig_chars'] && $userdata['user_level'] != ADMIN)
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
dit staat er bij mij
## MOD Title: Disable maximum signature length for admin
## MOD Author: RedRaven < stian@nettenter.no > (Stian Seland) http://phpbb.no/
## MOD Description: Let admin have a longer signature than the maximum length decided in ACP
## MOD Version: 1.0.0
##
## Installation Level: Easy
## Installation Time: 1 Minutes
## Files To Edit: usercp_register.php
## Included Files: (n/a)
##############################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at: http://www.phpbb.com/mods/
##############################################################
## Author Notes: This is probably one of the simplest mods ever made. I`ve originally made this mod
## for my own use but I decided to release so everyone can use it.
##
##############################################################
## MOD History:
##
## 2004-05-05 - Version 1.0.0
## - Initial release
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
#
#-----[ OPEN ]------------------------------------------
#
includes/usercp_register.php
#
#-----[ FIND ]------------------------------------------
#
if ( strlen($signature) > $board_config['max_sig_chars'] )
#
#-----[ REPLACE WITH ]------------------------------------------
#
if ( strlen($signature) > $board_config['max_sig_chars'] && $userdata['user_level'] != ADMIN)
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
dit staat er bij mij
daar snap ik dus ook niets van het spijt me
daar snap ik dus ook niets van het spijt me
ik houd het wel bij het lijstje :S (zou het niet handig zijn als het in een filpmje word voor gedaan)
ik houd het wel bij het lijstje :S (zou het niet handig zijn als het in een filpmje word voor gedaan)
Re: daar snap ik dus ook niets van het spijt me
En wat moeten wij met dat lijstje?glenn schreef:ik houd het wel bij het lijstje :S

Als het niveau van die tutorial al te hoog gegrepen is voor je, is het modden van een forum wellicht niet aan jouw besteed. Of zijn er enkele specifieke zaken die je niet begrijpt? Zo ja, vraag ze dan.glenn schreef:(zou het niet handig zijn als het in een filpmje word voor gedaan)
- Diablo Gamer
- Berichten: 1394
- Lid geworden op: 02 jan 2004, 20:33
- Locatie: Dalen/Drenthe/Holland
- Contacteer:
- Diablo Gamer
- Berichten: 1394
- Lid geworden op: 02 jan 2004, 20:33
- Locatie: Dalen/Drenthe/Holland
- Contacteer:
- Diablo Gamer
- Berichten: 1394
- Lid geworden op: 02 jan 2004, 20:33
- Locatie: Dalen/Drenthe/Holland
- Contacteer:
Bee schreef:Wat ik in dit geval opmerkelijk vind, is dat je zelf een redelijke hoeveelheid fouten maakt, maar tegelijkertijd andere mensen ook nog in elkaar flanst. Gevolg: veel topics tegelijkertijd met verschillende fouten. Dat is dus niet handig.
dat komt omdat ik er meer hacks er in heb zitten ( ik zit nu op zo`n 33 hacks er in ) dus er kan dan wel een wat vaker wat fout gaan
It`s nice to be important, but it`s more important to be nice.
nu wat ik wil
ik wil zien wat een mod/admin gedaan heeft ik wil dat topic's gereport kunnen worden ik wil graag een spellig's checker ik wil ip adres regsitreren bij registreren en ik wil die mod tag kunnen gebruiken ( [mod] [mod/] dat is volgens mij alles
Dat maakt verder niet uit.
Mag ik je trouwens wijze op de nieuwe regels: http://www.phpbb.nl/faq.php?mode=regels#6
Mag ik je trouwens wijze op de nieuwe regels: http://www.phpbb.nl/faq.php?mode=regels#6

... Maar ik modereer (nog) niet.