auto -Delete script + sticky topics
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.

auto -Delete script + sticky topics
Is er een auto-delete script voor 0 post members?
En hoe de hel maak ik een sticky topic!
En hoe maak ik een announcement?
En hoe de hel maak ik een sticky topic!
En hoe maak ik een announcement?
Op dit forum kan alleen de crew een topic Sticky of Mededeling maken.
Maarja met deze mod kun je gebruikers automatisch verwijderen als ze inactief zijn.
Maarja met deze mod kun je gebruikers automatisch verwijderen als ze inactief zijn.
Als Skanker begrijp je denk ik wel engels:
http://www.phpbb.com/guide/phpBB_Users_ ... ction4_2_2
(Mét plaatje!)
http://www.phpbb.com/guide/phpBB_Users_ ... ction4_2_2
(Mét plaatje!)
http://phpbb3.nl Jouw gratis forumprovider!
Nog enkele problemen
Ik heb alles in de juiste dir geplaatst. Het Run & OPen gedeelte snap ik wel. Maar vanaf Find is het me allemaal niet duidelijk! Waar plaats ik de text nu? Voor of na de gevonden regel?#-----[ UPLOAD ]------------------------------------------
# If you are having trouble understanding this section, read
# the goodies/understanding_upload.txt file.
#
nivisec_install.php to / admin/*.* to admin/ templates/subSilver/admin/*.* to templates/subSilver/admin/
language/lang_english/*.* to language/lang_english/ includes/*.* to includes/
#
#-----[ RUN ]------------------------------------------
#
nivisec_install.php
#
#-----[ OPEN ]------------------------------------------
#
includes/page_tail.php
#
#-----[ FIND ]------------------------------------------
#
$template->pparse('overall_footer');
#
#-----[ AFTER, ADD ]------------------------------------------
#
include($phpbb_root_path . 'includes/functions_admin_auto_delete_users.' . $phpEx);
auto_delete_users();
#
#-----[ SAVE & CLOSE ALL FILES ]--------------------------
#
#End
Het bovenstaande snap ik ook niet niet helemaal!This explains how to add info to outgoing e-mails about auto deletion of accounts.
It is language specific, however, the example is for English only.
When editing the .tpl files, you do not have to insert the {DELETION_INFO} var
where I have it. You may, in fact, put it anywhere you so desire on that
page you are editing.
#
#-----[ OPEN ]------------------------------------------
#
language/lang_english/email/user_welcome.tpl
#
#-----[ FIND ]------------------------------------------
#
Thank you for registering.
#
#-----[ BEFORE, ADD ]------------------------------------------
#
{DELETION_INFO_NON_POSTING}
{DELETION_INFO_NON_VISITING}
#
#-----[ OPEN ]------------------------------------------
#
language/lang_english/email/user_welcome_inactive.tpl
#
#-----[ FIND ]------------------------------------------
#
Thank you for registering.
#
#-----[ BEFORE, ADD ]------------------------------------------
#
{DELETION_INFO_NON_POSTING}
{DELETION_INFO_NON_VISITING}
{DELETION_INFO_INACTIVE}
#
#-----[ OPEN ]------------------------------------------
#
language/lang_english/email/user_activate.tpl
#
#-----[ FIND ]------------------------------------------
#
{EMAIL_SIG}
#
#-----[ BEFORE, ADD ]------------------------------------------
#
{DELETION_INFO_NON_POSTING}
{DELETION_INFO_NON_VISITING}
{DELETION_INFO_INACTIVE}
#
#-----[ OPEN ]------------------------------------------
#
includes/usercp_register.php
#
#-----[ FIND ]------------------------------------------
#
// ---------------------------------------
// Load agreement template since user has not yet
// agreed to registration conditions/coppa
//
#
#-----[ BEFORE, ADD ]------------------------------------------
#
include ($phpbb_root_path . 'includes/functions_admin_auto_delete_users.php');
load_auto_delete_emailer_info();
#
#-----[ SAVE & CLOSE ALL FILES ]--------------------------
#
#End
BEFORE, ADD?
Moet ik het nu VOOR de regels plaatsen? VOOR de regels die ik moest zoeken? (zelfde probleem dus...)
Geen Skanker, maar kan de muziek wel erg waarderen.SkaHead schreef:Mede Skanker, ja???
Zie mijn avatar

http://phpbb3.nl Jouw gratis forumprovider!