Search found 24 matches

by KeithR
Thu Feb 05, 2009 11:26 pm
Forum: phpBB 3.0.x Support
Topic: Newbie in distress, can't access ACP
Replies: 8
Views: 9123

Re: Newbie in distress, can't access ACP

The original bug fix was:
Open includes/functions_admin.php
Find:

Code: Select all

if (substr_count($log[$i]['action'], '%') - sizeof($log_data_ary)) 
Replace with:

Code: Select all

if ((substr_count($log[$i]['action'], '%') - sizeof($log_data_ary)) > 0)
by KeithR
Thu Feb 05, 2009 11:19 pm
Forum: phpBB 3.0.x Support
Topic: Rearrange Topics? Change the order default?
Replies: 5
Views: 7625

Re: Rearrange Topics? Change the order default?

I did find this 'topic cement' MOD for 3.0.2

http://www.phpbbhacks.com/download/8537
by KeithR
Thu Feb 05, 2009 11:01 pm
Forum: phpBB 3.0.x MOD/Style Support
Topic: looking for Portal mod for phpbb3[update]help
Replies: 9
Views: 16326

Re: looking for Portal mod for phpbb3

I use board3 portal on my site and I'm very happy with it. As for backing up your forum you can do this through the ACP and you should also backup your database via your cpanel, usually under phpmyadmin. This link gives you a guide on how to do this: http://www.marshalrusty.com/phpBB/kb/moving-datab...
by KeithR
Thu Feb 05, 2009 10:49 pm
Forum: phpBB 3.0.x MOD/Style Support
Topic: looking for Portal mod for phpbb3[update]help
Replies: 9
Views: 16326

Re: looking for Portal mod for phpbb3

The forum portal you are trying to replicate http://www.invictus-gaming.com. is running phpbb2.x.x not phpbb3.x.x so you might not get exactly what you want. kmklr72 has posted some very good portals that work with 3.0.x :)
by KeithR
Thu Feb 05, 2009 9:59 pm
Forum: phpBB 3.0.x Support
Topic: Change phpBB Logo
Replies: 1
Views: 2602

Re: Change phpBB Logo

You could try looking at this link: Knowledge Base - Changing your board logo :)
by KeithR
Wed Feb 04, 2009 10:20 pm
Forum: phpBB 3.0.x MOD/Style Support
Topic: Ajax chat help
Replies: 1
Views: 5070

Re: Ajax chat help

For the first part you need to add: <script type="text/javascript"> // <![CDATA[ function openWindow(url,width,height,options,name) { width = width ? width : 800; height = height ? height : 600; options = options ? options : 'resizable=yes'; name = name ? name : 'openWindow'; window.open( ...
by KeithR
Tue Feb 03, 2009 10:33 pm
Forum: phpBB 3.0.x Support
Topic: spam bots
Replies: 3
Views: 5263

Re: spam bots

There are no known spam bots as far as I'm aware, most are human spammers providing you are using phpbb 3.0.x.

This link stopped spam on my board: Knowledge Base - Custom Profile Fields as an Anti-Spammer Tool :)