Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
tables in forums editor?
#33
(05-31-2024, 09:14 PM)Kernelpanic Wrote:
Quote:It's not exactly html, since you use square brackets [ ]  instead of < >. 
Yes, I did, but it was absolute chaos!

Quote:But I think you need to be in code view when you add your table - click the page looking icon, the very last icon on the toolbar.
So, it doesn't work.

[Image: Table2024-05-31-231219.jpg]
I can verify 100% that it's not going to work the way you're trying to make it work.  Big Grin

From your screenshot, it appears that you've basically written html and then decided, "Hey, all I need to do is swap [] for <>, and then it'll work!"  

Gosh, if we could just do that and convert from QB64PE to PYTHON, and back!!   Tongue

HTML is one distinct language.  What the forums are using is MYCODE -- a completely different language; though as you can tell, they look fairly similar at first glance.

What you want to do is go take a look over at the mybb site and see what MYCODE supports naturally:  https://docs.mybb.com/1.6/MyCode/

bold[ b ]  [ /b ]
italic [ i ]  [ /i ]
underline [ u ] [ /u ]
strikethrough [ s ] [ /s ]
URL [ url ]http://url.com[/url]
[ url=http://url.com ]My URL[ /url ]
email [ email ]myemail@mydomain.com[ /email ]
[ email=myemail@mydomain.com ]My Email[ /email ]
quote [ quote ][ /quote ]
[ quote=Author][ /quote ]
code [ code ]  [ /code ]
[ php ] [ /php ]
image[ img ]http://mysite.com/mypic.jpg[ /img ]
font color [ color=red ][ /color ]
font size[ size=3 ][ /size ]
font face[ font=tahoma ][ /font ]
text alignment[ align=center ][ /align ]
listing [ list ][ /list ] and [ * ]


Now, as you can see from the table I placed above, tables DO work for us.  Wink

As you can also see, there are quite a few HTML commands which you were trying to use in your image that aren't the least bit supportted.  There's no <cite>.  Why would you even want a <br>, when a post just uses ENTER to designate the end of a line and move down to the next one??

If you also notice, there's no mention of any of the table commands in the list above, either.

Why??

Because those are the standard MYCODE commands, which you'll find supported with all versions of the mybb forum software.   [ table ] doesn't happen to be one of those commands.

Then how the BLEEP do we have a [ table ] command??

Because there's such a thing as CUSTOM MYCODE, which the admin of each site writes and adds to help expand what a user can do with the forums -- and our admin wrote in a custom mycode for [ table ].

Well, shucks, that was mighty nice of them!!

You're welcome.  All you have to do is follow the syntax for the commands as we created them, and you can use those table commands all you want now!

Well, WTF is the syntax for those commands???

That was already covered HERE.  As you can see, there's no reference to cellpadding, alignment, or anything like that...  Just a simple:

[ table=### ]  [ /table ]
[ tr ]  [ /tr]
[ td ]  [ /td ]
[ th ]  [ /th ]

Use the proper syntax, and you can use those commands.   Otherwise...   Things can get all screwed up, as you mentioned in your own post already.  Wink
Reply


Messages In This Thread
tables in forums editor? - by madscijr - 05-30-2024, 08:40 PM
RE: tables in forums editor? - by RhoSigma - 05-30-2024, 09:23 PM
RE: tables in forums editor? - by madscijr - 05-30-2024, 09:57 PM
RE: tables in forums editor? - by admin - 05-30-2024, 09:45 PM
RE: tables in forums editor? - by madscijr - 05-30-2024, 09:51 PM
RE: tables in forums editor? - by SMcNeill - 05-31-2024, 01:59 AM
RE: tables in forums editor? - by madscijr - 05-31-2024, 02:24 AM
RE: tables in forums editor? - by SMcNeill - 05-30-2024, 10:02 PM
RE: tables in forums editor? - by SMcNeill - 05-30-2024, 09:52 PM
RE: tables in forums editor? - by madscijr - 05-30-2024, 09:53 PM
RE: tables in forums editor? - by SMcNeill - 05-30-2024, 09:55 PM
RE: tables in forums editor? - by madscijr - 05-30-2024, 10:02 PM
RE: tables in forums editor? - by admin - 05-30-2024, 10:05 PM
RE: tables in forums editor? - by madscijr - 05-30-2024, 11:14 PM
RE: tables in forums editor? - by admin - 05-30-2024, 10:08 PM
RE: tables in forums editor? - by PhilOfPerth - 05-30-2024, 10:19 PM
RE: tables in forums editor? - by SMcNeill - 05-30-2024, 10:19 PM
RE: tables in forums editor? - by Kernelpanic - 05-30-2024, 10:39 PM
RE: tables in forums editor? - by grymmjack - 05-31-2024, 12:02 AM
RE: tables in forums editor? - by grymmjack - 05-31-2024, 12:10 AM
RE: tables in forums editor? - by madscijr - 05-31-2024, 01:26 AM
RE: tables in forums editor? - by grymmjack - 05-31-2024, 12:13 AM
RE: tables in forums editor? - by Jack - 05-31-2024, 12:56 PM
RE: tables in forums editor? - by SMcNeill - 05-31-2024, 01:07 PM
RE: tables in forums editor? - by madscijr - 05-31-2024, 04:29 PM
RE: tables in forums editor? - by Jack - 05-31-2024, 01:09 PM
RE: tables in forums editor? - by SMcNeill - 05-31-2024, 01:13 PM
RE: tables in forums editor? - by Jack - 05-31-2024, 01:34 PM
RE: tables in forums editor? - by Kernelpanic - 05-31-2024, 08:19 PM
RE: tables in forums editor? - by Kernelpanic - 05-31-2024, 08:25 PM
RE: tables in forums editor? - by madscijr - 05-31-2024, 08:39 PM
RE: tables in forums editor? - by SMcNeill - 05-31-2024, 10:37 PM
RE: tables in forums editor? - by Kernelpanic - 05-31-2024, 09:14 PM
RE: tables in forums editor? - by SMcNeill - 05-31-2024, 10:23 PM
RE: tables in forums editor? - by madscijr - 06-01-2024, 02:27 AM
RE: tables in forums editor? - by Kernelpanic - 06-01-2024, 11:43 AM
RE: tables in forums editor? - by madscijr - 06-01-2024, 03:50 PM
RE: tables in forums editor? - by SMcNeill - 06-01-2024, 05:41 PM
RE: tables in forums editor? - by madscijr - 06-03-2024, 05:29 PM
RE: tables in forums editor? - by Kernelpanic - 06-01-2024, 04:21 PM
RE: tables in forums editor? - by SMcNeill - 06-03-2024, 06:51 PM
RE: tables in forums editor? - by madscijr - 06-03-2024, 07:19 PM
RE: tables in forums editor? - by Kernelpanic - 06-03-2024, 06:54 PM
RE: tables in forums editor? - by madscijr - 06-03-2024, 07:26 PM
RE: tables in forums editor? - by SMcNeill - 06-03-2024, 07:55 PM
RE: tables in forums editor? - by admin - 06-14-2024, 06:43 PM
RE: tables in forums editor? - by madscijr - 06-14-2024, 07:04 PM



Users browsing this thread: 22 Guest(s)