326

(4 replies, posted in PunBB 1.3 discussion)

Apparently, this only/mainly happens if you are an admin.
So your normal users are probably not suffering from this bug

I'm also struggling with this one. the admin trying to de-admin is user 42.

I'll give that a whirl and report back.
cheers smile

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.

smile
$20 for anyone who can provide the necessary code to make this happen

Thanks
ESG

330

(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

(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

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.

This is to allow people to correct typos.
It is a very common request from my users.

334

(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

(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

(8 replies, posted in PunBB 1.3 discussion)

with careful planning you can achieve this with standard user groups I'm sure

aha! let me try again smile
It works!!!
Smashing, thanks a lot Garciat, this should help a few people for certain.
wink

Cheers smile
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

(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 smile

340

(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?

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?

Cheers for this smile
I'll try Garciat's suggestion first.

343

(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 smile

344

(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

(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.

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?

MattF wrote:

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 sad
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?

348

(5 replies, posted in Fun)

haha you WINDUP!!

awesome news!

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 smile