Page 81 of 211

Re: Moderation / Spam / Login Activation Requests

Posted: December 11th, 2016, 5:40 pm
by DanRaisch
Tweaked.

Re: Moderation / Spam / Login Activation Requests

Posted: December 12th, 2016, 3:25 pm
by barbaz
http://forums.mozillazine.org/viewtopic ... #p14724563
Kill board-generated live links intended only as examples?

Re: Moderation / Spam / Login Activation Requests

Posted: December 13th, 2016, 2:14 am
by amrad
Immense code box breaking forum layout in a 1680 x 1050 display:
http://forums.mozillazine.org/viewtopic ... #p14723062

Regards,

Dave.

Re: Moderation / Spam / Login Activation Requests

Posted: December 13th, 2016, 5:09 am
by trolly
Broken. Small enough?

Re: Moderation / Spam / Login Activation Requests

Posted: December 13th, 2016, 11:28 am
by amrad
Thanks, that's much better!

Regards,

Dave.

Re: Moderation / Spam / Login Activation Requests

Posted: December 13th, 2016, 11:54 am
by Frank Lion
amrad wrote:Thanks, that's much better!
How can it be 'much better!' if the damn code no longer works and it doesn't?

Ironic (not) that this is in the same post -

http://forums.mozillazine.org/viewtopic ... #p14723062
Frank Lion wrote: Don't you just hate it when someone post some really long code or big image here and it breaks the page width?

If so, I'm guessing that's because you haven't put this into your userContent.css file yet -

Code: Select all

 /*.......Frank Resize wide post pages - put in userContent.css.........*/ 
 div.postbody {
	max-width: 650px;
    overflow: auto !important; }
...point is, that is a thread for userChrome/Content.css, so if people don't already know how to add .css then why are they reading the thread?

Re: Moderation / Spam / Login Activation Requests

Posted: December 13th, 2016, 12:08 pm
by Frank Lion
trolly wrote:Broken. Small enough?
If you're going to mess up my code so it no longer works, then at least put an 'Edit - messed up by trolly' edit on both the posts, so people don't think I write code like that.

Re: Moderation / Spam / Login Activation Requests

Posted: December 13th, 2016, 12:36 pm
by trolly
I can add that. Until the code box supports horizontal scrolling something has to be done.
Interestingly, this is not the look I left behind. I broke all lines at the same column.

Someone has changed the posts too (and after me).

Re: Moderation / Spam / Login Activation Requests

Posted: December 13th, 2016, 1:00 pm
by Frank Lion
trolly wrote:Until the code box supports horizontal scrolling something has to be done.
Yeah, and something was done -

Code: Select all

     /*.......Frank Resize wide post pages - put in userContent.css.........*/
     div.postbody {
       max-width: 650px;
        overflow: auto !important; }
It is the 4th line that is providing both vertical and horizontal scrolling. Not exactly an unreasonable solution on a thread that is already specifically about that very subject.

As it is, there are now 2 useless posts sitting there. I suggest you PM smsmith, if you want it edited.

Re: Moderation / Spam / Login Activation Requests

Posted: December 14th, 2016, 3:06 am
by LIMPET235
Sorry chaps.
My error, as I did not see that trolly had already edited it.
It was way wide when I saw the report.
&...not knowing that Frank had added the "other (rectifying) .css code".......
well. Image
Mucho apologies.

I'll stick to large images in future.

Re: Moderation / Spam / Login Activation Requests

Posted: December 14th, 2016, 4:01 am
by Frank Lion
LIMPET235 wrote:Sorry chaps.
No worries, it happens.

I've edited it back as it was, as anyone editing that needs to copy the original code first anyway just so they can test that their edit is OK.

My advice though, is just to leave it alone. Not like we use base64 image code that often and it's notoriously tricky to truncate without wrecking and...it's all on 1 page of a specialised thread, so the guys who need it will already understand why it's like that. Plus, there is the userContent.css fix there already anyway.

Re: Moderation / Spam / Login Activation Requests

Posted: December 17th, 2016, 1:23 am
by malliz
http://forums.mozillazine.org/viewtopic ... #p14725087
Split to locked please. Guys an embarrassment

Re: Moderation / Spam / Login Activation Requests

Posted: December 17th, 2016, 1:25 am
by LIMPET235
Hi malliz,
He's? just reacting/responding to my PM.

Re: Moderation / Spam / Login Activation Requests

Posted: December 18th, 2016, 9:17 am
by barbaz

Re: Moderation / Spam / Login Activation Requests

Posted: December 19th, 2016, 10:30 am
by dfoulkes