Hi, I have a forum on my forums that is linked to my website and it allows Registered Users and myself to post information and it will appear on the main website as news. I'm using the below script and it is php included into my website, it works without issue. However, a registered user just posted...
If you set say the "Registered User" usergroup to 0 posts, does that mean that all new members that register, will automatically be moved into that usergroup? (which is what I want to happen).
Hi, I added a quick login form to my phpBB3 forum (based on SubSilver2 theme). It works great with Firefox, but with Internet Explorer it is not working at all. Could anyone please give me a hand as to what the issue might be? Thanks <form action="/ucp.php?mode=login" method="post&quo...
Does anyone know the logged out version of this? So it will only display what is in the tag when logged out and not when logged in? <!-- IF S_USER_LOGGED_OUT --> does not work
Does anyone else find the setting of permissions in phpBB3 confusing as hell? phpBB2 was so much easier. Anyway, should I be setting the permissions of usergroups + forums, or just forums, or just usergroups? Using "Groups’ forum permissions" seems like it would be easiest. Since I can set...
Does anyone know a php script that you can wrap around an html page that would force the viewer to the forum login page if not logged in, but allow access to the page if he was logged in?
The point was to disable creating new accounts and current accounts from logging in, but still allow viewing of the forum and its posts. This one forum is an archive forum, so its purpose is just for viewing old posts and moving information to a newer forum. I think if you disable your board, you ca...