Yes there is =/
Administration > Forums > Edit > Members row.
1,901 2006-07-06 14:20
Re: registered members can log in, but cannot post? (3 replies, posted in PunBB 1.2 troubleshooting)
1,902 2006-07-06 12:03
Re: ChatBox (ajax) on index.php (9 replies, posted in PunBB 1.2 modifications, plugins and integrations)
chatbox.php is loading common.php, as is header.php. Change the include "common.php"; to include_once "common.php";
1,903 2006-07-06 12:01
Re: Adding a upload script into profiles (13 replies, posted in PunBB 1.2 discussion)
if(is_uploaded_file($_FILES['file']['tmp_name']) && !file_exists($_FILES['file']['name']))
{
move_uploaded_file($_FILES['file']['tmp_name'], PUN_ROOT."uploads/".$_FILES['file']['name']);
redirect($_SERVER['PHP_SELF'], "File uploaded");
}
This should do...
1,904 2006-07-06 11:57
Re: ForumMatrix (16 replies, posted in PunBB 1.2 discussion)
You can only be in one group at a time, and I guess that's what they mean. Ofcourse, there are mods for it, but...
1,905 2006-07-05 21:34
Re: Automated Smilies (14 replies, posted in Feature requests)
1,906 2006-07-05 20:47
Re: Newsletter (22 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I have no idea what could be wrong now
1,907 2006-07-05 18:34
Re: Newsletter (22 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I suppose that becomes pun_redirect or something =/
1,908 2006-07-05 18:00
Re: [Solved]strange letters when installing new language (3 replies, posted in PunBB 1.2 troubleshooting)
Change encoding to UTF-8 in lang/common.php
1,909 2006-07-05 17:54
Re: Newsletter (22 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I see... it changed a variable =/
Change every occurence of $db to $pun_db and it should work
1,910 2006-07-05 17:47
Re: Newsletter (22 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Odd, really odd =/
It worked fine when I wrote it (and for other people too) =/
Only thing I can think of is that the $db variable gets overwritten somewhere =/
1,911 2006-07-05 17:42
Re: Newsletter (22 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Have you modified the code in any way?
1,912 2006-07-05 17:29
Re: Newsletter (22 replies, posted in PunBB 1.2 modifications, plugins and integrations)
1,913 2006-07-05 17:11
Re: Newsletter (22 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Well, when I go here: http://fayestevenson.co.uk/modules/PunB … etter.php, I get an error
An error was encountered
Error: Unable to connect to MySQL server. MySQL reported: Access denied for user 'slwincou'@'localhost' (using password: NO).
So I suppose that's the problem =/
1,914 2006-07-05 15:02
Re: 500 - Internal Server Error (24 replies, posted in General discussion)
-.- Stop spamming.
1,915 2006-07-05 14:21
Re: Newsletter (22 replies, posted in PunBB 1.2 modifications, plugins and integrations)
include common.php, it should load the database connection.
1,916 2006-07-05 14:17
Re: Newsletter (22 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Yes, your database connection isn't loaded
1,917 2006-07-05 14:15
Re: getting page can not be displayed when trying to make a new catogery (4 replies, posted in PunBB 1.2 troubleshooting)
PunBB works perfectly fine for me, and I have 3-4 PunBB installations on my localhost
1,918 2006-07-05 11:40
Re: getting page can not be displayed when trying to make a new catogery (4 replies, posted in PunBB 1.2 troubleshooting)
Looks like a server problem to me... =/
1,919 2006-07-05 11:37
Re: 1.3 coming... (109 replies, posted in General discussion)
The PunBB version has nothing to do with that error on MyPunBB -.- You should be happy Connorhd does such a thing for free. If you need your forum that bad, host it yourself =/
1,920 2006-07-05 11:32
Re: Why is my punbb board running slowly? (4 replies, posted in PunBB 1.2 troubleshooting)
Odd, as PunBB should run pretty fast =/
I guess it's a server problem.
1,921 2006-07-05 11:13
Re: Why is my punbb board running slowly? (4 replies, posted in PunBB 1.2 troubleshooting)
What mods have you installed?
1,922 2006-07-05 11:02
Re: Stickies (3 replies, posted in PunBB 1.2 troubleshooting)
In viewtopic.php, on the bottom of the page
1,923 2006-07-05 09:42
Re: How to Ping (3 replies, posted in PunBB 1.2 troubleshooting)
If your host allows it,
exec('ping '.$ip);
But unless you have a dedicated server, I doubt it
Haven't used this, but maybe it works: http://be2.php.net/manual/en/function.imap-ping.php
1,924 2006-07-04 20:43
Re: 1.3 coming... (109 replies, posted in General discussion)
I bet Rickard has been working hard on the extension system As long as it doesn't work, it's only normal that he doesn't upload it
1,925 2006-07-04 20:40
Re: Some Problems (15 replies, posted in PunBB 1.2 troubleshooting)
http://www.punres.org/misc.php?email=2
You must be logged in on PunRes to use that though