Top postbit header problem.
Top postbit header problem.
Hi Mods....Is there a problem with the site?
I have my options set to left postbit header so the users name and avatar appear to the left of all posts, however I now find the forum has defaulted to top postbit header and clearing my cookies has not solved the problem.
Any ideas as to what's causing this?
Regards, Gomez.
I have my options set to left postbit header so the users name and avatar appear to the left of all posts, however I now find the forum has defaulted to top postbit header and clearing my cookies has not solved the problem.
Any ideas as to what's causing this?
Regards, Gomez.
Last edited by PUR NRG; May 1, 2011 at 04:36 AM.
Originally Posted by ÜberJumper
Uggh, having same problem on blue skin.
Gomez.
Originally Posted by ÜberJumper
Post bits still fudged up for me. Please to be fixing!
Gomez!
I'm just amazed it's not giving everyone the *****!
Just on the sig problem HeTz.....The "show your sig" box tick used to stay enabled....now we have to enable the tick option every post if we want to have sigs shown. That's what the guys are complaining about....
Thank's for your efforts to make a great site greater.
Gomez.
Just on the sig problem HeTz.....The "show your sig" box tick used to stay enabled....now we have to enable the tick option every post if we want to have sigs shown. That's what the guys are complaining about....
Thank's for your efforts to make a great site greater.
Gomez.
i cant seem to make the postbit headers to move back left. i have checked in mu user cp and clicked it just to make sure i have it selected correctly but it doesnt change anything. they are still at the top.
Originally Posted by zoom44
i cant seem to make the postbit headers to move back left. i have checked in mu user cp and clicked it just to make sure i have it selected correctly but it doesnt change anything. they are still at the top.
Regards, Gomez.
On the Relicnews.com forums, we've got a hack in place that limits signatures from a user to once per page. That way, the "Show your signature" bit can remain checked, but it only shows up once.
Originally Posted by ÜberJumper
On the Relicnews.com forums, we've got a hack in place that limits signatures from a user to once per page. That way, the "Show your signature" bit can remain checked, but it only shows up once.
but the show sig box only appears in the quick response mode.. or am i missing it ?
Last edited by thew; Sep 17, 2004 at 02:21 AM.
Well, it would be REALLY easy to count the number of character returns in a sig. I could write it myself with a simple count(explode($sig,"\n")), but the real problem comes to light when people type 6 full lines of text without character returns. If there is nothing to count, there is no way of knowing. You could take the average width of a character in whatever font is used on the forum, then make sure that the characters didn't run over six lines based on the width of the forum. The problem with that is that the width of RX8Club is dynamic based on how big the users browser is. If you drag-resize your window, you'll see what I mean.
You could limit to bytes, but again, you would not be able to tell the number of carriage returns.
It would take 1) average font width, 2) a pre-determined page width, and 3) a split+count to determine this.
It's easier for mods to look at it with their eyes, which are connected to a super-smart pattern-recognizing brain to determine if sigs are "legal." Unfortunately, I don't think we can create this sort of system with PHP...
You could limit to bytes, but again, you would not be able to tell the number of carriage returns.
It would take 1) average font width, 2) a pre-determined page width, and 3) a split+count to determine this.
It's easier for mods to look at it with their eyes, which are connected to a super-smart pattern-recognizing brain to determine if sigs are "legal." Unfortunately, I don't think we can create this sort of system with PHP...


