User Customizable Table BBcode

Get help developing custom BBCodes or request one.
User avatar
GASR
Registered User
Posts: 12
Joined: Sun Apr 30, 2017 9:04 pm

User Customizable Table BBcode

Post by GASR »

I've looked through several table bbcode topic and I have still yet to find one that functions the way I would prefer. I've tried to adjust some of the coding I've found to suit my needs, but I'm probably doing things wrong.

I'd like a bbcode that allows users to input their own inline style attributes so that they can customize the tables to whatever their heart desires, instead of having a predefined style set in the html, but also have the ability to use the code if they don't input any inline styling as well if they'd rather just use the spacing of a table without any styling showing up.

Example with inline styling:

Code: Select all

[table style="background-color:#000; border:1px solid #ff0000;"][tr][td]Some Text Here[/tr][/td][/table]
Which would present a table with a black background and red border that the user has chosen.

Example without inline styling:

Code: Select all

[table][tr][td]Some Test Here[/tr][/td][/table]
Which would show an invisible table if they choose not to style it.

Thanks ahead to anyone who can help me out with this.
User avatar
GASR
Registered User
Posts: 12
Joined: Sun Apr 30, 2017 9:04 pm

Re: User Customizable Table BBcode

Post by GASR »

Bump
User avatar
GASR
Registered User
Posts: 12
Joined: Sun Apr 30, 2017 9:04 pm

Re: User Customizable Table BBcode

Post by GASR »

:? Why was this moved out of the 3.2 support forum?

I don't use 3.1.x
User avatar
Mick
Support Team Member
Support Team Member
Posts: 26828
Joined: Fri Aug 29, 2008 9:49 am

Re: User Customizable Table BBcode

Post by Mick »

This forum is specifically for BBCode requests and development for 3.1 and 3.2 it just happens to live where it is at the moment.
  • "The more connected we get the more alone we become” - Kyle Broflovski© 🇬🇧

Return to “Custom BBCode Development and Requests”