They probably forgot to change the initialisation line. No need to change everything back if you can just change one thing.
26 2008-04-22 14:17
Re: Install error when using the latest revision (1611) (3 replies, posted in PunBB 1.3 troubleshooting)
27 2008-04-21 19:23
Re: Adress change error (8 replies, posted in PunBB 1.2 troubleshooting)
Just modifying the value won't work, you have to move the files too.
28 2008-04-18 00:08
Re: admin/index.php (7 replies, posted in PunBB 1.3 troubleshooting)
bool array_walk ( array &$array , callback $funcname [, mixed $userdata ] )
Return Values
Returns TRUE on success or FALSE on failure.
How can that not return false?
29 2008-04-13 00:31
Re: Styling Question (14 replies, posted in PunBB 1.2 troubleshooting)
From that screenshot, it seems to be there but not in the right position. Try setting .icon to the width and height of the image you're using.
30 2008-04-13 00:06
Re: Styling Question (14 replies, posted in PunBB 1.2 troubleshooting)
#punviewforum .blocktable td, #punindex .blocktable td { border: 1px #363636 solid; }
That should do.
31 2008-04-11 20:23
Re: feeds to all forum content (56 replies, posted in PunBB 1.3 troubleshooting)
I mean, that the cookie is set in the browser anyway. There's no need to log in again to either use the feed or just access the forum itself.
32 2008-04-11 19:26
Re: feeds to all forum content (56 replies, posted in PunBB 1.3 troubleshooting)
I give up. You just don't want to understand.
33 2008-04-11 18:35
Re: Registration emails not being sent/received (20 replies, posted in PunBB 1.2 troubleshooting)
It's o_webmaster_email in the config table.
You can also directly change it in include/email.php
34 2008-04-11 18:34
Re: feeds to all forum content (56 replies, posted in PunBB 1.3 troubleshooting)
If they can access the restricted feeds, they can equally easy just open up the forums. I don't see your point.
35 2008-04-11 16:59
Re: Registration emails not being sent/received (20 replies, posted in PunBB 1.2 troubleshooting)
You'll have to either set the webmaster email in the admin panel, or create the email address in your hosting config.
36 2008-04-10 21:03
Re: Registration emails not being sent/received (20 replies, posted in PunBB 1.2 troubleshooting)
Make sure the address the mails are being sent from exists.
37 2008-04-10 20:34
Re: feeds to all forum content (56 replies, posted in PunBB 1.3 troubleshooting)
To set the cookie?
38 2008-04-10 20:12
Re: feeds to all forum content (56 replies, posted in PunBB 1.3 troubleshooting)
Urgh. Read very carefully.
PunBB uses cookie authentication. Since extern.php includes common.php, which populates $pun_user, and reads from the PunBB cookie, it'd be just like any other page on the forums.
39 2008-04-09 22:34
Re: feeds to all forum content (56 replies, posted in PunBB 1.3 troubleshooting)
You could generate a unique token that can be changed and they have to pass in the URL?
40 2008-04-09 19:40
Re: feeds to all forum content (56 replies, posted in PunBB 1.3 troubleshooting)
Those are from 1.3's extern.php.
41 2008-04-09 17:06
Re: feeds to all forum content (56 replies, posted in PunBB 1.3 troubleshooting)
It'd be a few lines of code anyway. Change the few lines of code that say
fp.group_id='.PUN_GUEST
to
fp.group_id='.$pun_user['g_id']
And solved. Common.php is included anyway.
42 2008-04-07 23:18
Re: possibility of installing PunBB 1.3 beta & PunBB 1.2.17 together (3 replies, posted in PunBB 1.2 discussion)
You can do it, but they can't use the same database tables as there are some rather important differences.
43 2008-04-07 22:43
Re: When is 1.3 going to be released? (31 replies, posted in PunBB 1.3 troubleshooting)
There's more chance of those bugs occuring in beta releases. That's the whole point.
44 2008-04-07 18:43
Re: max number of users (4 replies, posted in PunBB 1.2 troubleshooting)
Well, it depends what the current setting is. And how many visitors you have. It could be other things.
45 2008-04-07 17:27
Re: max number of users (4 replies, posted in PunBB 1.2 troubleshooting)
You mean the maximum number of connections? That is in the MySQL config indeed.
46 2008-04-07 15:02
Re: Incrementing identical db values question (5 replies, posted in General discussion)
You can have variables and loops in there, but I don't know the syntax for it in pgSQL.
47 2008-04-07 12:51
Re: Incrementing identical db values question (5 replies, posted in General discussion)
You could create a stored procedure, if pgSQL supports those.
48 2008-04-05 19:43
Re: Function question (5 replies, posted in Programming)
It's optional, so it'll run with or without any arguments.
49 2008-04-05 15:36
Re: [extension release] Easy Profile Fields v2.0 (35 replies, posted in PunBB 1.3 extensions)
That's an odd bug. Have you tried deleting cache_epf.php in the cache directory?
50 2008-04-03 19:39
Re: Base URL (13 replies, posted in General discussion)
There are more than 30 entries in the config table. Set the limit higher.