I think you'll need to give an example of what you want to do
I'm inclined to say yes, but that depends on how/what you're trying to redirect.
1,976 2007-11-11 22:32
Re: Capturing the destination uri (12 replies, posted in Programming)
1,977 2007-11-11 22:11
Re: .htaccess (3 replies, posted in PunBB 1.2 troubleshooting)
Then it doesn't matter
1,978 2007-11-11 21:30
Re: .htaccess (3 replies, posted in PunBB 1.2 troubleshooting)
See if you can rename it via FTP on the server. If not, don't worry about it, it isn't required.
1,980 2007-11-10 21:12
Re: Where is Maintenance Mode Setting Stored? (2 replies, posted in PunBB 1.2 discussion)
It is kept in the database (config table), but my assumption is that you're also saving the cache file, so the values aren't reloaded from the database.
1,981 2007-11-10 19:04
Re: Problem PunBB (8 replies, posted in PunBB 1.2 troubleshooting)
Can you provide a link to your forum?
1,982 2007-11-10 14:26
Re: Problem PunBB (8 replies, posted in PunBB 1.2 troubleshooting)
FIND
.pun HR {
COLOR: #333;
}
REPLACE WITH
.pun HR {
COLOR: #000;
}
1,983 2007-11-10 14:25
Re: users cant register (1 replies, posted in PunBB 1.2 troubleshooting)
That sounds like a bad mod_security rule. Talk to your host.
1,984 2007-11-10 14:25
Re: PunBB 1.3 Warning: Cannot modify header information (6 replies, posted in PunBB 1.2 troubleshooting)
So, closed.
1,985 2007-11-09 12:56
Re: how do I integrate posts on another page (4 replies, posted in PunBB 1.2 troubleshooting)
You have to execute SQL queries manually
1,986 2007-11-09 03:44
Re: DB Keeping Post & Users Only (3 replies, posted in PunBB 1.2 troubleshooting)
A better question is, what DON'T you want?
There's no way to exclude a specific table from the backup, you just need to manually remove the table.
1,987 2007-11-09 03:20
Re: Can I just delete users from the database? (2 replies, posted in PunBB 1.2 discussion)
Yes, assuming they have no posts, subscriptions, etc.
Check out my version of the User Management plugin
1,988 2007-11-09 03:19
Re: Every page is blank! (3 replies, posted in PunBB 1.2 troubleshooting)
http://thehooponoponoforum.com/config.php
Save your config.php file as a plain text file
1,989 2007-11-08 11:39
Re: Smartys come in,about guest flood protection. (10 replies, posted in PunBB 1.2 troubleshooting)
OK, that looks right.
How about include/functions.php?
1,990 2007-11-07 21:53
Re: Google Analytics Plugin (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Indeed, a plugin is not what you're going for. A plugin allows you to add a tool to the administration pages.
Moved.
1,991 2007-11-07 21:52
Re: Name of topic in URL? (2 replies, posted in PunBB 1.2 troubleshooting)
No, because the "random numbers" are the primary key that identifies a post, topic, etc in the database. More than one topic can have the same title
For 1.3 we are working on SEF URLs that also include the name of a topic, forum, etc, but you can't exclude the numbers for efficiency reasons (and for identification reasons, as I mentioned above).
1,992 2007-11-07 21:49
Re: subscriptions table rejecting inserts (duplicate entry) (2 replies, posted in PunBB 1.2 troubleshooting)
That's odd, a primary key should never consist out of two rows
That's not true
That is in fact the right primary key.
When is it rejecting inserts? There is supposed to be a duplicate key check in the code.
And is that a topic id/user id pair rather than a user id/topic id pair?
1,993 2007-11-07 16:21
Re: PunBB reported: Unable to insert into online list (4 replies, posted in PunBB 1.2 troubleshooting)
Your MySQL user doesn't have permission to insert rows into the online table, apparently. Fix it.
1,994 2007-11-07 11:32
Re: Upgrade Help Needed - PunBB 1.2.6 to version 1.2.15 (3 replies, posted in PunBB 1.2 troubleshooting)
1,995 2007-11-07 02:27
Re: New Exploit For PunBB v1.2.15 (15 replies, posted in PunBB 1.2 bug reports)
Just a heads up to people, I still haven't heard anything about this
1,996 2007-11-06 23:34
Re: Running Punbb on PHP 4? (6 replies, posted in PunBB 1.2 troubleshooting)
It has nothing to do with the user. It's saying that the table doesn't exist.
So, it's looking in the drinking_forums database (as specified in config.php) for the users table.
1,997 2007-11-06 23:22
Re: Running Punbb on PHP 4? (6 replies, posted in PunBB 1.2 troubleshooting)
Enable debug mode, paste the full error
1,998 2007-11-06 22:28
Re: Running Punbb on PHP 4? (6 replies, posted in PunBB 1.2 troubleshooting)
PunBB works perfectly on PHP 4. Your new server simply doesn't have the mysqli PHP extension. In config.php, change the db_type to mysql instead of mysqli.
1,999 2007-11-06 11:27
Re: Smartys come in,about guest flood protection. (10 replies, posted in PunBB 1.2 troubleshooting)
Post your copy of post.php