Moved to Programming, since this isn't really PunBB related
1,452 2008-01-08 23:03
Re: The search function (40 replies, posted in Programming)
You're right, except that MySQL isn't creating a table, just indexing a column. We're letting MySQL handle the search for 1.3.
1,453 2008-01-08 22:15
Re: The search function (40 replies, posted in Programming)
1,454 2008-01-08 11:26
Re: I get this error message, any ideas how to fix it (40 replies, posted in PunBB 1.2 troubleshooting)
Actually, it should have a username next to it if it's there.
Go to your profile, go to Administration, and check the box for that forum. That should hopefully put your name there.
1,455 2008-01-08 03:23
Re: I get this error message, any ideas how to fix it (40 replies, posted in PunBB 1.2 troubleshooting)
Set your group ID to 1 instead of 2
1,456 2008-01-08 02:25
Re: I found this site. Is this even legal (15 replies, posted in General discussion)
Well, you can always choose to block your site from BugMeNot (since it sounds like your site falls under the second criteria for blocking).
1,457 2008-01-08 01:58
Re: I get this error message, any ideas how to fix it (40 replies, posted in PunBB 1.2 troubleshooting)
Your base URL should be without the www. then
You'll need to edit it in the database directly and then delete the config cache file.
1,458 2008-01-08 01:52
Re: question about mysql (18 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Try this:
//START CUSTOM INSERT
$strSQL = 'INSERT INTO '.$db->prefix.'Cities (username, cityname, leader) VALUES("'.$db->escape($username).'", "'.$db->escape($cityname).'", "'.$db->escape($leader).'")';
$db->query($strSQL ) or error('Unable to add games ('.$strSQL.')', __FILE__, __LINE__, $db->error());
//END CUSTOM INSERT
That should fix several issues with your code.
1,459 2008-01-08 01:51
Re: I found this site. Is this even legal (15 replies, posted in General discussion)
Yes, it is legal
You can also request that a site be blocked via this form: http://www.bugmenot.com/report.php (assuming you're the owner).
Bugmenot has a Firefox extension for easier use, as axa said. I happen to use it somewhat often when I go to a major website and don't want to go through the trouble of registering an account (eg: nytimes.com). Its major use is to allow people to view content when the only restriction on viewing the content is registering an account.
1,460 2008-01-07 23:08
Re: question about mysql (18 replies, posted in PunBB 1.2 modifications, plugins and integrations)
You'll need to provide actual code or we can't help you
1,461 2008-01-07 21:44
Re: Problem with punbb (11 replies, posted in PunBB 1.2 troubleshooting)
MegaPun isn't a modification, it's a highly modified version of PunBB. If you're having trouble installing it, you need to talk to its developer
1,462 2008-01-07 21:24
Re: Problem with punbb (11 replies, posted in PunBB 1.2 troubleshooting)
PunBB doesn't come with attachment support, that's a modification. Where did you download your copy of PunBB?
1,463 2008-01-07 20:08
Re: I get this error message, any ideas how to fix it (40 replies, posted in PunBB 1.2 troubleshooting)
What's your base URL set to currently?
And what's the URL in your address bar when you go to edit the profile settings?
1,464 2008-01-07 20:06
Re: Redirect Question.. Probably just missed it (3 replies, posted in PunBB 1.2 troubleshooting)
Since you renamed the file there aren't any you shouldn't change
And a quick grep shows me ~10 places within PunBB.
1,465 2008-01-07 19:52
Re: Redirect Question.. Probably just missed it (3 replies, posted in PunBB 1.2 troubleshooting)
Sounds like you renamed PunBB's index.php to forum.php or something like that
You'll need to go through, find the references to index.php, and change them to the correct filename.
1,466 2008-01-07 19:11
Re: Problems with Punbb.org (2 replies, posted in PunBB 1.2 discussion)
Yup, we're aware of the problem
1,467 2008-01-07 19:10
Re: Just a DUMB question (11 replies, posted in PunBB 1.2 troubleshooting)
Many forums are not a category, they are CONTAINED in a category. You could have one forum per category
1,468 2008-01-07 15:45
Re: Just a DUMB question (11 replies, posted in PunBB 1.2 troubleshooting)
OK.
Troubleshooting is a forum. It contains many topics.
Just a DUMB question (this topic) is a topic. It contains many posts.
1,469 2008-01-07 03:18
Re: I get this error message, any ideas how to fix it (40 replies, posted in PunBB 1.2 troubleshooting)
Then look in the administration panel, I don't remember exactly where (I only worked with 1.1.x briefly and never with 1.0.x)
1,470 2008-01-07 01:31
Re: I get this error message, any ideas how to fix it (40 replies, posted in PunBB 1.2 troubleshooting)
Still looks down to me
Administrators are the only ones who can delete forums
1,471 2008-01-06 22:24
Re: Just a DUMB question (11 replies, posted in PunBB 1.2 troubleshooting)
There's an invitation mod (found here), but I don't know that it allows you to limit registrations to just invited users by default. You can, of course, use PunBB's built in group system so that people who register are put into a usergroup with no permissions. Then members can tell you who they've invited.
1,472 2008-01-06 21:41
Re: Just a DUMB question (11 replies, posted in PunBB 1.2 troubleshooting)
You can't change the position of a post within a topic, just a topic within a forum
1,473 2008-01-06 21:20
Re: The search function (40 replies, posted in Programming)
Correct, because the single string is not necessarily the exact string someone is searching for.
1,474 2008-01-06 20:57
Re: The search function (40 replies, posted in Programming)
A lookup where? In the posts table?
I don't know that I understand what you mean
1,475 2008-01-06 20:56
Re: Unable to fetch category/forum list (2 replies, posted in PunBB 1.2 troubleshooting)
Talk to your host if it continues, that's a MySQL issue, not a PunBB issue