Apparently, this only/mainly happens if you are an admin.
So your normal users are probably not suffering from this bug
326 2009-01-17 09:55
Re: desactivate : Confirm action (4 replies, posted in PunBB 1.3 discussion)
327 2009-01-16 23:57
Re: I am running the latest version, how do I de-admin someone? (9 replies, posted in Discussions)
I'm also struggling with this one. the admin trying to de-admin is user 42.
328 2009-01-16 14:02
Re: Desparate for 150px wide column on right of forum ($20 anyone?) (3 replies, posted in PunBB 1.3 additions)
I'll give that a whirl and report back.
cheers
329 2009-01-16 12:19
Topic: Desparate for 150px wide column on right of forum ($20 anyone?) (3 replies, posted in PunBB 1.3 additions)
Sorry to offer money, I know it isn't a cool thing to do because you guys are worth $200 per hour. But it's all I have for my community forum at www.eroyton.co.uk/forum.
I've spent hours messing with CSS but can't even find the bit to change.
I managed it in 1.2 but can't get my head around it in 1.3
I need a 150px wide column to go down the right hand side of the forum template so that I can place ads and other important links down that side of the forum.
Any ideas?
I'm very basic with my CSS skills so if possible please provide specific code. Sorry to be a pain.
$20 for anyone who can provide the necessary code to make this happen
Thanks
ESG
330 2009-01-16 11:35
Re: [mod] online/offline img (5 replies, posted in PunBB 1.3 additions)
Or if you want to see a list of "online avatars" to be shown at the top of the forum, see it in action here:
http://www.eroyton.co.uk/forum/
Obviously if noe-one is online you won't see the avatars but there is often 2 or 3 people online during the day. Garciat designed that mod for me (genius!)
331 2009-01-16 11:33
Re: Gallery Ext. (17 replies, posted in PunBB 1.3 discussion)
Sounds fun.
I might have to upgrade my server for more hard disk space if I install it though!
It would be good if there was a maximum file size or perhaps the system could resize/optimise each uploaded photos. With all the 10MP cameras about these days, file sizes are getting too big for web use
332 2009-01-16 09:41
Topic: frustrating problem when posting from an iPhone (0 replies, posted in PunBB 1.3 bug reports)
scroll down topic
tap inside reply box
compose reply
tap "done"
then the page jumps all the way back up instantly before you get chance to submit the post. so you the have to scroll all the way back down to press submit. very frustrating after a while.
333 2009-01-14 14:40
Topic: [request] User can edit their post for 60 seconds after posting (1 replies, posted in PunBB 1.3 extensions)
This is to allow people to correct typos.
It is a very common request from my users.
334 2009-01-14 14:40
Re: Styles Directory Beta (13 replies, posted in PunBB 1.3 additions)
there are loads listed here:
http://www.punbb-italia.it/viewforum.php?id=5
thanks for setting this up
335 2009-01-14 10:36
Re: Users reporting logging in problem (41 replies, posted in PunBB 1.3 bug reports)
I'm in GMT0
If you need me to register on your forum let me know.
336 2009-01-14 09:37
Re: Private forums (8 replies, posted in PunBB 1.3 discussion)
with careful planning you can achieve this with standard user groups I'm sure
337 2009-01-13 15:00
Re: Help me redirect http://domain.com to http://www.domain.com (11 replies, posted in General discussion)
aha! let me try again
It works!!!
Smashing, thanks a lot Garciat, this should help a few people for certain.
338 2009-01-13 14:24
Re: Help me redirect http://domain.com to http://www.domain.com (11 replies, posted in General discussion)
Cheers
But using the new code and adding to the front of the common.php file, this time I get....
if (strstr( $_SERVER['HTTP_HOST'], 'www.' ) === false) { header('HTTP/1.1 302 Found'); header('Location: http://www.' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']); exit; }
Warning: Cannot modify header information - headers already sent by (output started at /home/mark4321/public_html/forum/include/common.php:7) in /home/mark4321/public_html/forum/include/functions.php on line 152
Warning: Cannot modify header information - headers already sent by (output started at /home/mark4321/public_html/forum/include/common.php:7) in /home/mark4321/public_html/forum/include/functions.php on line 155
Warning: Cannot modify header information - headers already sent by (output started at /home/mark4321/public_html/forum/include/common.php:7) in /home/mark4321/public_html/forum/header.php on line 16
Warning: Cannot modify header information - headers already sent by (output started at /home/mark4321/public_html/forum/include/common.php:7) in /home/mark4321/public_html/forum/header.php on line 17
Warning: Cannot modify header information - headers already sent by (output started at /home/mark4321/public_html/forum/include/common.php:7) in /home/mark4321/public_html/forum/header.php on line 18
Warning: Cannot modify header information - headers already sent by (output started at /home/mark4321/public_html/forum/include/common.php:7) in /home/mark4321/public_html/forum/header.php on line 19
Warning: Cannot modify header information - headers already sent by (output started at /home/mark4321/public_html/forum/include/common.php:7) in /home/mark4321/public_html/forum/header.php on line 22
339 2009-01-13 14:21
Re: Users reporting logging in problem (41 replies, posted in PunBB 1.3 bug reports)
Cool. I have no idea how to that kind of thing so if you do find a solution I'd appreciate it if you could post back with an idiot's guide to fixing that problem. It's causing big problems. I had to go around to a forum member's house last night to try and get him logged in. Firefox would not let him login so we had to ditch that and download/install Opera. That fixed it for him, but other users still can't login. I have 300 users, I can't go round to all their houses
340 2009-01-13 12:37
Re: I need help making a forum. (3 replies, posted in Discussions)
Do you have any idea how we would know where to look for it?
What was it called?
What was the domain?
341 2009-01-13 12:36
Re: Help me redirect http://domain.com to http://www.domain.com (11 replies, posted in General discussion)
Garciat I tried that code at the front of my config.php file and got the following error when trying to view the forum
if (strstr( $_SERVER['HTTP_HOST'], 'www.' ) === false) { header('HTTP/1.1 301 Moved Permanently'); header('Location: http://www' . $_SERVER['REQUEST_URI']); exit(); }
Warning: Cannot modify header information - headers already sent by (output started at /home/mark4321/public_html/forum/config.php:7) in /home/mark4321/public_html/forum/include/functions.php on line 152
Warning: Cannot modify header information - headers already sent by (output started at /home/mark4321/public_html/forum/config.php:7) in /home/mark4321/public_html/forum/include/functions.php on line 155
Warning: Cannot modify header information - headers already sent by (output started at /home/mark4321/public_html/forum/config.php:7) in /home/mark4321/public_html/forum/header.php on line 16
Warning: Cannot modify header information - headers already sent by (output started at /home/mark4321/public_html/forum/config.php:7) in /home/mark4321/public_html/forum/header.php on line 17
Warning: Cannot modify header information - headers already sent by (output started at /home/mark4321/public_html/forum/config.php:7) in /home/mark4321/public_html/forum/header.php on line 18
Warning: Cannot modify header information - headers already sent by (output started at /home/mark4321/public_html/forum/config.php:7) in /home/mark4321/public_html/forum/header.php on line 19
Warning: Cannot modify header information - headers already sent by (output started at /home/mark4321/public_html/forum/config.php:7) in /home/mark4321/public_html/forum/header.php on line 22
Any clues?
342 2009-01-13 12:32
Re: Help me redirect http://domain.com to http://www.domain.com (11 replies, posted in General discussion)
Cheers for this
I'll try Garciat's suggestion first.
343 2009-01-13 12:29
Re: Users reporting logging in problem (41 replies, posted in PunBB 1.3 bug reports)
Hi Cereal
Thanks for your idea. It sounds good to me.
Did you manage to test it and figure out a solution?
I look forward to your results
344 2009-01-13 11:59
Re: Extension Directory (32 replies, posted in PunBB 1.3 extensions)
First, GREAT effort setting this up
Second, it would be nice if each listing contained a link to the relevent release topic here in the forums.
345 2009-01-13 08:49
Re: A chatroom extension request (3 replies, posted in PunBB 1.3 extensions)
I agree that an ideal chatroom has not been made yet.
The 1.2 chatroom (was it called chatbox) was perfect. Just perfect.
346 2009-01-10 23:25
Topic: [request] Rate Topic resulting in Most Popular Topics list (4 replies, posted in PunBB 1.3 extensions)
I'm craving a system which lets users either give a topic a rating out of 5 or perhaps just click a thumbs up or thumbs down icon for a particular topic and then the following dynamic lists should be made available:
- most popular today
- most popular this week
- most popular this month
- most popular this year
- most popular all time
Any thoughts on that?
347 2009-01-10 15:49
Re: Help me redirect http://domain.com to http://www.domain.com (11 replies, posted in General discussion)
Did I not say your problem was related to the cookie path? There is cartloads of info on here regarding the subject.
I have not found a discussion that details how to fix the login problem
I don't know how to edit cookies either.
Cheers for that Garciat, do you mean my punbb config.php file? or is there a config file for my server somewhere do you think?
349 2009-01-10 12:28
Re: [request] Allow members to login with their Facebook ID (11 replies, posted in PunBB 1.3 extensions)
awesome news!
350 2009-01-10 12:14
Re: I need to make signature a different font style (4 replies, posted in PunBB 1.3 troubleshooting)
sorted, thanks a lot.
Yes I meant which CSS should I change. It turned out to be obvious, I should have been able to find that, sorry