[DEV]Dyna config

Hulp nodig bij een modificaties of op zoek naar een MOD? Bekijk ons archief. Support wordt helaas niet meer verleend.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
Gebruikersavatar
Paul
Beheerder
Beheerder
Berichten: 20298
Lid geworden op: 23 okt 2003, 11:38
Locatie: Utrecht
Contacteer:

[DEV]Dyna config

Bericht door Paul » 07 sep 2005, 13:34

Me nieuwste mod, en een vrij ingewikkelde.
Met deze mod wordt de board configuratie dynamsche. Hierdoor kan je in 5 sec een mod toevoegen aan de board config. Dit gebeurt via de speciale admin pagina, die mod template leest, en de config file schrijft.

Code: Selecteer alles

##############################################################
## MOD Title: dyna config
## MOD Author: paul999 < paul@paulscripts.nl > (paul sohier) http://www.paulscripts.nl
## MOD Description: With this mod, the board config will be dynamic.
##	You can add new things in 5 sec to the board config, with the new admin page.
##	These read the mod template, and make a config file.
## MOD Version: 0.0.1
##
## Installation Level: Easy
## Installation Time: 1 Minutes
## Files To Edit: N/A
## Included Files: 
##				admin/admin_board.php
##				admin/admin_make.php
##				admin/config/main.php
##				includes/class_config.php
##				language/lang_english/lang_config.php
##				templates/subSilver/admin/board_config_body.tpl				
##				templates/subSilver/admin/make_board.tpl				
## 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:
##
##############################################################
## MOD History:
##
##   2005-09-07 - Version 0.0.1
##      - First public release.
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################

#
#-----[ DIY INSTRUCTIONS ]------------------------------------------
#

Please update the files:
admin/admin_board.php
templates/subSilver/admin/board_config_body.tpl
before you you install this mod.
This files will be overwrite.

#
#-----[ COPY ]------------------------------------------
#

copy admin/admin_board.php to admin/admin_board.php
copy admin/admin_make.php to admin/admin_make.php
copy admin/config/main.php to admin/config/main.php
copy includes/class_config.php to includes/class_config.php
copy language/lang_english/lang_config.php to language/lang_english/lang_config.php
copy templates/subSilver/admin/board_config_body.tpl to templates/subSilver/admin/board_config_body.tpl
copy templates/subSilver/admin/make_board.tpl to templates/subSilver/admin/make_board.tpl

#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
Download: http://sourceforge.net/project/showfile ... _id=162974
LET OP: Gebruik deze mod alleen om te testen, deze is nog NIET stabiel, en kan je board eventueel beschadigen.

svenn
Berichten: 5001
Lid geworden op: 14 jul 2004, 13:00
Locatie: Kortrijk
Contacteer:

Bericht door svenn » 07 sep 2005, 15:28

oke enwaarvoor is dat dan goed ? ....

superaktieboy
Berichten: 113
Lid geworden op: 09 dec 2004, 16:31
Contacteer:

Bericht door superaktieboy » 07 sep 2005, 20:02

als ik niet fout zit kun je gemakkelijk nieuwe velden toevoegen aan bv profiel of niet?? maar ik ga ff proberen op localhost dus je hoort nog van me ;)

EDIT:
Ik vat hem al, wat ik zei is niet fout, maar dit is niet voor alles maar alleen voor de admin_board.php en board_config_body.tpl,

svenn
Berichten: 5001
Lid geworden op: 14 jul 2004, 13:00
Locatie: Kortrijk
Contacteer:

Bericht door svenn » 08 sep 2005, 20:00

ha je kunt er dus extra velden mee aanmaken ofzo ? in het profiel ?

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

Bericht door Paul » 08 sep 2005, 20:01

Lees zijn edit eens, dat is het precies :)

Muiter
Berichten: 823
Lid geworden op: 05 sep 2003, 19:34
Contacteer:

Bericht door Muiter » 08 sep 2005, 20:30

Screenie :?:

screenshot
Hoi! Ik ben een onderschrift virus, kopieer/plak mij in jouw onderschrift om mij te verspreiden!

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

Bericht door Paul » 08 sep 2005, 20:34

Is er niet, de configuratie is voor 90% dezelfde layout. Ik zal morgen ff een screen maken van de make pagina, maar heb net me pc geformateert, en nog geen apache enz geinstalleerd, dus kan het zlef niet bekijken nog :lol:

Gesloten