Hello, I was able to solve my problem. Here is what i did cause sadly this is not mentioned anywhere on the forum. As per a lot of topics, its true that the database needs to be cleaned from all old modifications. however STK does not complete the job in removing every little detail. So what i did i...
Support Request Template What version of phpBB are you using? phpBB 3.3.2 What is your board's URL? N/A Offline Who do you host your board with? N/A How did you install your board? I used the download package from phpBB.com What is the most recent action performed on your board? Update from a previ...
Any idea if there is an Invitation Only Extention for phpBB 3.2?
I have found some but only for older verions of phpBB such as phpBB v3.0, no extensions for phpBB 3.2.
Hello, I have also new remarks after installing this new version please :) Overview page is giving me a white page, even though everything is working fine :( also Display statistics field in the settings ACP is not "remembered" so every time i need top change somethign and submit i need to...
Hello Bycoja, Is it possible to "Exclude" certain groups or members from the invitation limits? As for example admins and global moderators should be allowed an unlimited invitation count. also is it possible to display how much available invites are left? instead then showing it when its ...
hello, I have these Javascripts in my viewtopic: overall_header: <!-- Start RokBox --> <script type="text/javascript" src="rokbox/mootools-release-1.11.js"></script> <script type="text/javascript" src="rokbox/rokbox.js"></script> <link href="rokbox/themes...
do you think adding this echo in bold would mess up something in phpbb email script? or no harm is done? do { if (($row['user_notify_type'] == NOTIFY_EMAIL && $row['user_email']) || ($row['user_notify_type'] == NOTIFY_IM && $row['user_jabber']) || ($row['user_notify_type'] == NOTIFY_...
ahh this is the file! thanks Ather! I want to use echo because its timing out on me... earlier post so i thought maybe putting an echo of i+1 inside the loop would solve the problem. is that the loop im looking for? do { if (($row['user_notify_type'] == NOTIFY_EMAIL && $row['user_email']) ||...