Username:
Password:
Stay logged in

*BBCode bugs

ForumsBug Reports → *BBCode bugs

*BBCode bugs

#103528 Posted on 2017-05-03 19:44:12

All the bugs I've found so far with the new BBCode system:
- things written in the editor aren't always displayed the same as how they appear once published, e.g. links aren't equiverse green, but something else.
- some code has been redefined, e.g. size=2 was span style="font-size:2em", now it's using the old font tag at size 2 (no units), which is much smaller. This means if you edit a post written before the new system was implemented some of the formatting gets changed, which can muck things up.
- new system isn't present after you press 'preview' while typing up a post, instead old system of buttons, which also doesn't display the new things like tables.
- I sometimes see \r\n come up when I insert code by pressing the buttons, but can't get a consistent idea on when this does or does not happen.
- HTML is now allowed. I've checked JavaScript and that doesn't appear to work. Example:




- Images don't show up properly. There are meant to be five images below. Also, when images are too wide instead of being automatically shrunk as they used to, they are kept at full size and the text area gets a horizontal scrollbar down the bottom.






Last edited on 2017-08-10 at 10:23:52 by River


0 members like this post.

Posted By

UlyssesBlue
#60734


Member is Offline
922 forum posts
Send A Message

#103537 Posted on 2017-05-03 20:38:09

I have also noticed that center align and right align don't seem to work at the moment.

I have tried selecting text to show up center

>example here<

and right alignment

>example here<

and all shows up as default left align.

The buttons are clickable and when creating a post, they appear properly placed in the post. However, after posting, they all are left align.


0 members like this post.

Posted By

Nyx
#68269


Member is Offline
205 forum posts
Send A Message

#103539 Posted on 2017-05-03 20:49:03

^ I didn't realise that. I tested those, but relied on the previewer to show things correctly. I'll test everything now:

bold
italic
underlined
strikethrough
subscript
superscript
centre
right
justified djhfdshjh hfjhh hfjhgj fhh hfhjkdh fhjh hdfjh hfdjh dhfjkdh hjfh jdh jdfhgjkdfhjkhg hjfh jfdh hdh d kjfh jfh fhjdf hdfkghdf jdfh ghdf ghdjhf jdfh fhjh fhjfhkjdh dhfjghfj hgkdh kjfh hjkfh shs jkshfkg fhkdhlg fkslh fhgslh fkjhgkjhkjsfhjk hfhksjhf jkfh hfjhf jkfhgkjsh jkfhgkjhsfk hfsdjhg shfhskjh jfhg ksj.
size 4 text
red text


  • list








row1col1 row1col2
row2col1 row2col2

code text

quote text

horizontal rule below:


0 members like this post.

Posted By

UlyssesBlue
#60734


Member is Offline
922 forum posts
Send A Message

#103541 Posted on 2017-05-03 20:53:39

my table got nudged a long way from my last line of text








hi
table

example
here


0 members like this post.

Posted By
Hermes Stud Lippizaners
#31443

Member is Offline
13 forum posts
Send A Message

#103542 Posted on 2017-05-03 20:54:19

^Conclusions:
Centre, right and justified alignment doesn't work because they're placed in span tags, not p tags. Large amounts of br tags are being added around tables and lists for some unknown reason, and all my links just got outright deleted.


0 members like this post.

Posted By

UlyssesBlue
#60734


Member is Offline
922 forum posts
Send A Message

#103583 Posted on 2017-05-04 04:21:27

Thanks for posting this:


  • Text alignments should now work

  • Links should now work

  • Tables and lists will unfortunately be affected by the automatic spacing that posts get - it can be fixed in the source code by just removing all the new lines but makes code very ugly

  • HTML should no longer be allowed

  • There will be some discrepancy between the editing box and final post until I update the CSS within the editing box, it unfortunately uses an iframe so doesn't automatically inherit EV's CSS

  • Images should now auto-resize as they did previously




Last edited on 2017-05-04 at 04:23:37 by Abbey


1 members like this post.

Posted By

Abbey 🌸
#1


Member is Offline
1241 forum posts
Send A Message

#103728 Posted on 2017-05-04 20:44:44

Just jumping onto this thread - the Mustang Club layout is completely decimated by this update, is there a way it can be fixed? I'm not much of a coder, so I'm not sure how to fix it myself. Is HTML not allowed at all, even on Club pages?

Thanks!


0 members like this post.

member signature

Posted By

RAMPAGE
#119

Member is Offline
32 forum posts
Send A Message

#103729 Posted on 2017-05-04 20:58:19

^ I saw this mentioned elsewhere, and I think the bug has been fixed, but you need to update the page. Just go to 'manage club' and click 'update layout' without changing anything, then see if that fixes it. Can you report back on whether or not that helps?


0 members like this post.

Posted By

UlyssesBlue
#60734


Member is Offline
922 forum posts
Send A Message

#103736 Posted on 2017-05-04 22:21:30

[horse=588478]
[member=1]
these no longer work.

also, [*size=X]text[/size] was converted to <*span style="font-size:Xem;">text</span> under the old system and is now converted to <*font size="X">text</font>. This needs to go back to the old version as these two systems give two completely different sizes, and also the font tag is outdated and no longer supported in HTML5.

Last edited on 2017-05-04 at 23:00:02 by UlyssesBlue


1 members like this post.

Posted By

UlyssesBlue
#60734


Member is Offline
922 forum posts
Send A Message

#103865 Posted on 2017-05-05 21:08:29

Thank you! The first fix you suggested did not work. It basically appears that all the scroll boxes have disappeared even though I didn't change anything in the coding. So the text that would be contained within them is just all over the page.

Last edited on 2017-05-05 at 21:11:15 by RAMPAGE


0 members like this post.

member signature

Posted By

RAMPAGE
#119

Member is Offline
32 forum posts
Send A Message

#103922 Posted on 2017-05-06 09:46:17

Clickable images don't seem to be working for me. They show up as a broken image.

Also when I go to edit posts it shows the clickable image as this-
http://i.imgur.com/wMx29aC.png

and then when I click the preview button, I get this-
http://i.imgur.com/VULnFCu.png

basically anytime I click preview, I get bugs in the text.


0 members like this post.

member signature

Posted By

Siren
#2811


Member is Offline
2017 forum posts
Send A Message

#103990 Posted on 2017-05-07 06:11:47

@Rampage
I've figured out the issue. There's another bug which essentially means the editor interprets new lines in a weird way, which causes style sheets to break. As a temporary fix go to your club layout, copy and paste the entire thing into a text file so you have a backup, then do the following:
1. Look for the <*style> <*/style> tags
2. Within these, find all the code with curly braces, which is probably of the form:
.something {
 stuff;
 more stuff;
}
3. Change it to this form:
.something {stuff; more stuff;}
4. Essentially you're just removing all the new lines from within the curly braces. I'm pretty sure this will fix things. Let me know how it goes.


0 members like this post.

Posted By

UlyssesBlue
#60734


Member is Offline
922 forum posts
Send A Message

#104375 Posted on 2017-05-10 20:42:22

Just testing to see if bugs are resolved yet...

text text text text
[horse=588478]
[member=1]


0 members like this post.

Posted By

UlyssesBlue
#60734


Member is Offline
922 forum posts
Send A Message

#104377 Posted on 2017-05-10 20:54:04

^ Conclusion: Tags of the form [horse=X], [member=X], or [*img=URL] still do not work. Text sizes are still wonky. Normal size was 1 under previous system. Under the new system normal size is 2, so any old posts that are edited end up with sizes changed a lot.


0 members like this post.

Posted By

UlyssesBlue
#60734


Member is Offline
922 forum posts
Send A Message

#104982 Posted on 2017-05-15 19:32:20

Symbols like " and & aren't handled well. Typing this into a new post is generally ok, but if I edit it I'll find they've been replaced with &quot; or &amp; etc.


0 members like this post.

Posted By

UlyssesBlue
#60734


Member is Offline
922 forum posts
Send A Message