E-mail users with zero posts..

Installatie lukt niet? Plotseling een foutmelding. Of weet je niet hoe iets werkt. Problemen met phpBB2 kun je in dit archief opzoeken.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
Xi_Master
Berichten: 17
Lid geworden op: 15 feb 2003, 20:06
Locatie: Zwolle

E-mail users with zero posts..

Bericht door Xi_Master » 03 apr 2003, 10:58

Dit is de install.txt:
This is a simple hack that will add the option of emailing all
members with zero posts to your admin panel.

That way you can email them and remind them that they have signed up
at your forums. This could be useful if you're going to be deleting
accounts with no posts, to give the user a last chance to get active
before they're removed from the database.


There are only two simple steps:


1) Upload the included file, zero_posts.php, to your admin directory.

2) Make the following changes to index.php in your admin directory.

----------------------------------------------------------------------
Open: admin/index.php

Find:

<TR BGCOLOR="<?php echo $color2?>" ALIGN="LEFT">
<TD><FONT FACE="<?php echo $FontFace?>" SIZE="<?php echo $FontSize2?>" COLOR="<?php echo $textcolor?>"><a href="<?php echo $url_admin?>/admin_themes.<?php echo $phpEx?>">Add/Edit/Delete Themes</a></FONT></TD>
<TD><FONT FACE="<?php echo $FontFace?>" SIZE="<?php echo $FontSize2?>" COLOR="<?php echo $textcolor?>">This link allows you to add, edit, and delete forum themes.</FONT></TD>
</TR>

After add:

<TR BGCOLOR="<?php echo $color2?>" ALIGN="LEFT">
<TD><FONT FACE="<?php echo $FontFace?>" SIZE="<?php echo $FontSize2?>" COLOR="<?php echo $textcolor?>"><a href="<?php echo $url_admin?>/zero_posts.<?php echo $phpEx?>">Send Email To Non-Posters</a></FONT></TD>
<TD><FONT FACE="<?php echo $FontFace?>" SIZE="<?php echo $FontSize2?>" COLOR="<?php echo $textcolor?>">This link allows you to send email to all users with a post count of zero.</FONT></TD>
</TR>
----------------------------------------------------------------------
Is deze er ook voor 2.04? Op phpbbhack.com kon ik het o.i.d niet vinden...

Gebruikersavatar
DaMnNaTiOn
Berichten: 2555
Lid geworden op: 11 dec 2002, 18:29
Locatie: localhost
Contacteer:

Bericht door DaMnNaTiOn » 03 apr 2003, 15:22

Dat is een mod voor phpBB 1 volgens mij.
Zoek naar edit post account en je vindt volgens mij ook zo'n mod. :)
(Was dit vergeten erbij te zetten. :oops: ) voor phpBB 2.0.0 :wink:
Laatst gewijzigd door DaMnNaTiOn op 03 apr 2003, 15:27, 1 keer totaal gewijzigd.
lastmodified.net

Gebruikersavatar
Leipo
Berichten: 4693
Lid geworden op: 22 feb 2003, 12:29
Contacteer:

Bericht door Leipo » 03 apr 2003, 15:25

Is inderdaad een phpBB 1 modje ja..
[+] Isento at DeviantArt

Gesloten