Shoutbox

Gap in the sig seperator - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: General (/forumdisplay.php?fid=11)
+---- Forum: Forum & Website (/forumdisplay.php?fid=13)
+----- Thread: Gap in the sig seperator (/showthread.php?tid=34925)

Gap in the sig seperator by user27089 on 11-27-2004 at 09:03 PM

[Image: attachment.php?pid=340952]

you can see the code that I put in the sig, it made the sig seperate and the sig move... :S:

Code I used
[list=1][*]balalalalalala
[list][*]blalalalalala[/list][/list] [/list=1]


RE: Gap in the sig seperator by user27089 on 11-27-2004 at 09:05 PM

Sorry for the double post, but does anyone see it:

  1. oiahf;oshgk;hsg
    • ;sojgh;kjdfhgdf
    [/list]

RE: Gap in the sig seperator by Moo on 11-27-2004 at 09:13 PM

So what... its like when you

quote:
Originally posted by me
QUOTE
There is also a gap... no BD

RE: Gap in the sig seperator by user27089 on 11-27-2004 at 09:16 PM

[Image: attachment.php?pid=340962]


RE: Gap in the sig seperator by Moo on 11-27-2004 at 09:16 PM

oh!!!


RE: Gap in the sig seperator by Sunshine on 11-27-2004 at 09:33 PM

[quote=traxor]Look guys.
[list=1]
[*]Illegal Content: You may not post illegal things or information about them. This includes, but is not limited to:
[list]
    [*] warez, or other illegally distributed software.[/list][/list][/quote]

----------------------------------------------------------------------------------

[quote=traxor]Sorry for the double post, but does anyone see it:

[list=1][*]oiahf;oshgk;hsg
[list][*];sojgh;kjdfhgdf[/list][/list][/quote]

----------------------------------------------------------------------------------

Why did you close list twice?
Edit: Found it, you need to close with
[/list=1]
See below...

-----------------------------------------------------------------------------------
TEST

  1. oiahf;oshgk;hsg
    [list]
  2. ;sojgh;kjdfhgdf
[/list=1]
RE: Gap in the sig seperator by user27089 on 11-27-2004 at 09:38 PM

quote:
Originally posted by Sunshine
[quote=traxor]Sorry for the double post, but does anyone see it:

[list=1][*]oiahf;oshgk;hsg
[list][*];sojgh;kjdfhgdf[/list][/list][/quote]

Why did you close list twice?

Not sure to be honest? [/list=1]
RE: Gap in the sig seperator by Sunshine on 11-27-2004 at 09:49 PM

This is how it should have been (in code):

TEST
[list=1][*]oiahf;oshgk;hsg
[list][*];sojgh;kjdfhgdf[/list=1]


RE: Gap in the sig seperator by CookieRevised on 11-27-2004 at 11:31 PM

nope, you have 1 nested list in the other, so you need to close 2 lists.

[list=1]
    [*]list number one (with numbers)
    [*]list number one (with numbers)
    [*]list number one (with numbers)
    [list]
        [*]list number two (normal)
        [*]list number two (normal)
        [*]list number two (normal)
    [/list]
[/list=1]


RE: Gap in the sig seperator by GiantSpider on 11-27-2004 at 11:43 PM

But why does that make the sig separator jump?


RE: RE: Gap in the sig seperator by Sunshine on 11-27-2004 at 11:44 PM

quote:
Originally posted by CookieRevised
nope, you have 1 nested list in the other, so you need to close 2 lists.

[list=1]
    [*]list number one (with numbers)
    [*]list number one (with numbers)
    [*]list number one (with numbers)
    [list]
        [*]list number two (normal)
        [*]list number two (normal)
        [*]list number two (normal)
    [/list]
[/list=1]

Ahh yes, i see :D
The first list has to be closed if there was to be text belonging to [list=1] after the [list] (there was none in this case, but yeah to be correct that should have been closed aswell, my bad), it did solve the signature separator gap tho :P
Thanks for explaining Cookie :D

You pwnd me pwning traxor...
quote:
Originally posted by GiantSpider
But why does that make the sig separator jump?
Because it sees the signature separator as a part of the list (it wasn't closed).

[/list=1]
RE: Gap in the sig seperator by WDZ on 11-28-2004 at 05:09 AM

quote:
Originally posted by GiantSpider
But why does that make the sig separator jump?
Because the HTML list code indents whatever comes after it, until something stops the indenting. In this case, the </td> tag stops the indenting when the table cell closes.
RE: Gap in the sig seperator by GiantSpider on 11-28-2004 at 11:53 AM

So basicly it's Traxor's bad use of MyCode.


RE: Gap in the sig seperator by Millenium_edition on 11-28-2004 at 04:20 PM

quote:
Originally posted by GiantSpider
So basicly it's Traxor's bad use of MyCode.
no. it's a bug in the mybb system. why? because the layout of a forum shouldn't be messed up by the contents of a post.
RE: Gap in the sig seperator by CookieRevised on 11-28-2004 at 04:47 PM

quote:
Originally posted by Millenium_edition
quote:
Originally posted by GiantSpider
So basicly it's Traxor's bad use of MyCode.
no. it's a bug in the mybb system. why? because the layout of a forum shouldn't be messed up by the contents of a post.
No, because the layout of the thread isn't messed up, only that specific post. And that is because of the reason that WDZ explained (the whole post itself is 1 table (containing some other tables in case of the list).
RE: Gap in the sig seperator by Moo on 11-28-2004 at 05:40 PM

Shouldnt the MyBB coding automatically be closed in the HTML source of the page?


RE: Gap in the sig seperator by KeyStorm on 11-28-2004 at 05:45 PM

When you post an image of 2048x1024 you mess up the thread, but it's not a bug. It's the fault of the a******e who posted the pic :refuck:


RE: Gap in the sig seperator by Moo on 11-28-2004 at 05:49 PM

But this time ... its a bug... tags should be automatically closed before the signature comes in...


RE: Gap in the sig seperator by CookieRevised on 11-28-2004 at 05:56 PM

:rolleyes:

That is not a bug. That is, quote "the fault of the a******e who posted" end quote.


RE: Gap in the sig seperator by Moo on 11-28-2004 at 06:00 PM

oh... nvm


RE: Gap in the sig seperator by user27089 on 11-28-2004 at 07:40 PM

quote:
Originally posted by CookieRevised
:rolleyes:

That is not a bug. That is, quote "the fault of the a******e who posted" end quote.

Thanks a lot cookie :dodgy:

Sorry for posting the wrong bbcode, its not really my fault, I didn't know, if you have [img=1x1] you don't close it with [/img=1x1] do you? Thats where I made this small mistake, I closed one tag wrong, but IMO, it should just close it in  a [/list] rather than having to put [/list=1]
RE: Gap in the sig seperator by CookieRevised on 11-29-2004 at 03:43 AM

quote:
Originally posted by traxor
Thanks a lot cookie :dodgy:
:D ...... it wasn't meant personally to you though. It was a reply to:
quote:
Originally posted by Guillaume
But this time ... its a bug... tags should be automatically closed before the signature comes in...
Because that is not a bug at all....


quote:
Originally posted by traxor
Sorry for posting the wrong bbcode, its not really my fault, I didn't know, if you have [img=1x1] you don't close it with [/img=1x1] do you? Thats where I made this small mistake, I closed one tag wrong, but IMO, it should just close it in  a [/list] rather than having to put [/list=1]
Yep, in that you're right. It is a bit unlogic that you need to use [/list=1], where every other mybb closing tag doesn't contain the added parameters.