zero posts mod probleem...

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
Xi_Master
Berichten: 17
Lid geworden op: 15 feb 2003, 20:06
Locatie: Zwolle

zero posts mod probleem...

Bericht door Xi_Master » 13 mar 2003, 11:06

Even wat informatie over de Mod:
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>
----------------------------------------------------------------------

Save and upload.

That should be it. :o)
If you have any problems please let me know. Curtis@Canada4Life.Ca
Zo, dat ziet er simpel uit, maar het probleem is dat ik in /admin/index.php de code niet kan vinden!?

Als iemand mij kan vertellen op welke regel het hoort te staan....

Thor
Berichten: 91
Lid geworden op: 24 jan 2003, 23:10

Bericht door Thor » 13 mar 2003, 11:40

Die mod is bedoeld voor phpBB 1.4.4
Vandaar.

Xi_Master
Berichten: 17
Lid geworden op: 15 feb 2003, 20:06
Locatie: Zwolle

Bericht door Xi_Master » 13 mar 2003, 11:42

aha, vandaar....

volgende vraag: welke is geschikt voor 2.04? Die heb ik dacht ik...

topslob
Berichten: 233
Lid geworden op: 24 jan 2003, 13:00

Bericht door topslob » 13 mar 2003, 11:44

Zoek eens op phpbbhacks.com

Xi_Master
Berichten: 17
Lid geworden op: 15 feb 2003, 20:06
Locatie: Zwolle

Bericht door Xi_Master » 13 mar 2003, 11:58

3x raden waar ik die mod vandaan had.... :wink:, maar ik zal nog een keertje kijken

Gesloten