Well, then you'll need to do that.
77 2008-03-20 13:10
Re: Custom Smiley Problem (4 replies, posted in PunBB 1.2 troubleshooting)
Have you ran the installer and modified parser.php?
78 2008-03-18 18:17
Re: 5 little errors/things i need help with :) (8 replies, posted in PunBB 1.2 troubleshooting)
The userlist is standard, but the menu thingy isn't.
79 2008-03-17 18:11
Re: [solved] Duplicate content problem & SOLUTION (14 replies, posted in PunBB 1.3 troubleshooting)
Check the config?
80 2008-03-17 12:06
Re: dont show new version (3 replies, posted in PunBB 1.2 troubleshooting)
You didn't run the database update script.
81 2008-03-17 00:17
Re: MySQL Query Caches? (7 replies, posted in PunBB 1.3 troubleshooting)
I see.
So it could be beneficial to add the functionality to the query builder, and having it available as an extension instead of putting it in the core where it'll have little use for most forums and clog up the code.
82 2008-03-17 00:06
Re: MySQL Query Caches? (7 replies, posted in PunBB 1.3 troubleshooting)
I do wonder, with the caching, how would you tell MySQL to cache that query? Would you need to add something infront of it to have it cache, or add something infront of it to make it not cache?
83 2008-03-16 19:57
Re: [extension release] Smiley List 1.0 (18 replies, posted in PunBB 1.3 extensions)
That's a bug in Opera then
84 2008-03-15 13:50
Re: Any way to export all posts to text file? (9 replies, posted in General discussion)
A PDF is probably best indeed.
85 2008-03-15 08:12
Re: INFO: Bad HTTP_REFERER (180 replies, posted in PunBB 1.2 troubleshooting)
Doesn't the RFC define you can only use alphanumeric characters in hostnames?
86 2008-03-12 20:26
Re: same ip for all the people ... (8 replies, posted in PunBB 1.2 troubleshooting)
What it says.
87 2008-03-12 20:14
Re: how to filter something out of an array (11 replies, posted in Programming)
Well, according to his examples it was both possible with and without the underscore. Or atleast, that's how I saw it.
88 2008-03-12 15:51
Re: same ip for all the people ... (8 replies, posted in PunBB 1.2 troubleshooting)
Do you have some sort of load balancing or other internal proxy server set up?
89 2008-03-12 15:19
Re: how does this happen? (9 replies, posted in PunBB 1.2 troubleshooting)
Doesn't work for me there either. Might have to do with this:
Notice: Undefined offset: 1 in /home/lie2815/public_html/forums/header.php(121) : eval()'d code on line 18
90 2008-03-12 15:18
Re: vaildations errors (33 replies, posted in PunBB 1.2 troubleshooting)
You won't have a valid page, your page will be rendered in a less strict mode which could break things, ...
91 2008-03-12 11:04
Re: Display multi forums in the same category horizontally (8 replies, posted in PunBB 1.2 modifications, plugins and integrations)
That'd be VERY difficult to do properly Bibby, unless you start nesting stuff. And it'd be way too much information in a small space.
92 2008-03-12 08:04
Re: how to filter something out of an array (11 replies, posted in Programming)
$user_id = '/userid_?'.$pun_user['id'].'_(.*?)/';
93 2008-03-12 07:57
Re: Display multi forums in the same category horizontally (8 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Not very easily, no.
Well, technically it could be done, but it'd be somewhat hackish. And you'd have to give up a few columns (posts, topics, last post) to fit them.
94 2008-03-11 15:27
Re: vaildations errors (33 replies, posted in PunBB 1.2 troubleshooting)
The validator link in your first post says that that page is valid, so I guess it's all fixed now.
95 2008-03-11 13:01
Re: vaildations errors (33 replies, posted in PunBB 1.2 troubleshooting)
Uppercase = THIS IS UPPERCASE
Lowercase = this is lowercase
96 2008-03-11 10:29
Re: vaildations errors (33 replies, posted in PunBB 1.2 troubleshooting)
That looks correct.
97 2008-03-10 22:13
Re: What is faster? (7 replies, posted in Programming)
Whoops. Indeed. Didn't see it was the config table.
98 2008-03-10 22:03
Re: What is faster? (7 replies, posted in Programming)
None of them. You can set multiple fields to be updated for the same table. Use that feature.
99 2008-03-10 19:27
Re: Slow posting (7 replies, posted in PunBB 1.2 troubleshooting)
Probably a problem with the network at your host.
By the way, what's the server load?
100 2008-03-10 08:12
Re: User settings crossed? (4 replies, posted in PunBB 1.2 troubleshooting)
Have you tried cleaning your browser cache?