1
vote
1answer
94 views

500 error on Joomla website

PHP Fatal error: Call to a member function setQuery() on a non-object in /home/josh/public_html/administrator/components/com_jfusion/plugins/phpbb3/forum.php on line 226 Just moved over to a new ...
1
vote
1answer
131 views

Authenticate phpBB using custom MS-SQL database

How can I let my users to log into a phpBB forum by entering their user credentials while these credentials are stored in a separate MS SQL database? I mean I need to customize the authentication ...
4
votes
1answer
113 views

Per-Thread Visibility PHPBB

I'm trying to implement a registration system for a board I'm running, and I want a forum where every thread is invisible to everyone but the person who started it and the moderator staff. I want ...