3.1.x Extensions Database 3.1 / 3.2 ⇒ [RC] Tables bbCode
-
Sniper_E
- VIP

- Posts: 1159
- Joined: 14 Oct 2014, 19:01
Re: Tables bbCodes
I have tables setup nice in acp buttons for posting buttons. All is good. But...
When I enable ABBC3 I get two sets of buttons in the acp.
I had to add a few files to ABBC3 events to get it to work correctly in the acp.
I'm now working on some files in tables to insert into acp buttons for ABBC3.
Are you guys getting two rows of buttons in the acp using ABBC3?
If you are add these files to vse/abbc3/styles/all/template/event/ folder. I'll do another update when I get the table files worked out in acp abbc3 buttons.
When I enable ABBC3 I get two sets of buttons in the acp.
I had to add a few files to ABBC3 events to get it to work correctly in the acp.
I'm now working on some files in tables to insert into acp buttons for ABBC3.
Are you guys getting two rows of buttons in the acp using ABBC3?
If you are add these files to vse/abbc3/styles/all/template/event/ folder. I'll do another update when I get the table files worked out in acp abbc3 buttons.
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
-
Sniper_E
- VIP

- Posts: 1159
- Joined: 14 Oct 2014, 19:01
Re: [RC] Tables bbCodes
Tables Extension Update: Version 2.0.5
First post updated. Added acp tables and cleaned up templates.
And thanks again for the testing! We're at a release candidate, submitted to tables.com
First post updated. Added acp tables and cleaned up templates.
And thanks again for the testing! We're at a release candidate, submitted to tables.com
Last edited by Sniper_E on 24 Sep 2016, 07:38, edited 1 time in total.
-
proavia
- Users

- Posts: 65
- Joined: 30 Aug 2015, 22:50
Re: [RC] Tables bbCodes
Excellent! Just to verify, in 2.0.5 w/ABBC3 I only have one set of bbcodes in ACP, Posting. Not sure what you mean by:Sniper_E wrote: 23 Sep 2016, 21:05 Tables Extension Update: Version 2.0.5
First post updated. Added acp tables and cleaned up templates.
And thanks again for the testing! We're at a release candidate, submitted to .com .![]()
When I enable ABBC3 I get two sets of buttons in the acp.
Now that's cool!Sniper_E wrote: 22 Sep 2016, 02:35 You guys have to check this out... Using tables classes tleft and tright with Text and Attached Image
-
Puchahawa
- Users

- Posts: 193
- Joined: 20 Jun 2015, 17:58
Re: [RC] Tables bbCodes
After messing around a bit I discovered that you can do the same thing with the float bbcode that's part of ABBC3. Either way, it a great discovery.proavia wrote: 24 Sep 2016, 00:50Now that's cool!Sniper_E wrote: 22 Sep 2016, 02:35 You guys have to check this out... Using tables classes tleft and tright with Text and Attached Image
-
Sniper_E
- VIP

- Posts: 1159
- Joined: 14 Oct 2014, 19:01
Re: [RC] Tables bbCodes
That was a keyboard error. Literally a short between my keyboard and my chair. I forgot to clear the cache.proavia wrote: 24 Sep 2016, 00:50Just to verify, in 2.0.5 w/ABBC3 I only have one set of bbcodes in ACP, Posting. Not sure what you mean by:
When I enable ABBC3 I get two sets of buttons in the acp.

and
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
-
proavia
- Users

- Posts: 65
- Joined: 30 Aug 2015, 22:50
Re: [RC] Tables bbCodes
I have that same exact error more times than I'd ever admit!Sniper_E wrote: 24 Sep 2016, 07:54 That was a keyboard error. Literally a short between my keyboard and my chair. I forgot to clear the cache.![]()
[ Post made via Android ]

-
Fast_Eddie
- Users

- Posts: 279
- Joined: 15 Aug 2015, 20:25
Re: [RC] Tables bbCodes
@Sinper_E
Hi Ed, Just found a link to your test board where guest access is allowed to test drive the tables bbcode. I was able to see the
And again, a HUGE thank you for updating this very needed extension!!

Hi Ed, Just found a link to your test board where guest access is allowed to test drive the tables bbcode. I was able to see the
AndTable Guidelines:
text above the message body. It looks like on your test board you have posting buttons installed but NOT the abc ext. Is this correct? (( If so , SWEET! ))Instructions:
And again, a HUGE thank you for updating this very needed extension!!
-
Sniper_E
- VIP

- Posts: 1159
- Joined: 14 Oct 2014, 19:01
Re: [RC] Tables bbCodes
Yes I like the Posting Buttons ext better. But I kept abbc3 bbcodes and I'm changing over to abbc3 to trick it out right now.
For Posting Buttons I renamed posting_editor_buttons_before.html to posting_editor_posting_buttons_before.html
That will put the table guidelines above the buttons. I'll share later all tweaks I do on both.
posting buttons posting_editor_buttons_before.html
posting_editor_posting_buttons_custom_tags_before.html is what I use for the tables button.
posting buttons posting_editor_buttons_before.html
For Posting Buttons I renamed posting_editor_buttons_before.html to posting_editor_posting_buttons_before.html
That will put the table guidelines above the buttons. I'll share later all tweaks I do on both.
posting buttons posting_editor_buttons_before.html
Code: Select all
<!-- EVENT posting_editor_posting_buttons_before -->
<div id="format-postingbuttons">posting buttons posting_editor_buttons_before.html
Code: Select all
<input type="button" class="postingbuttons" name="bbpalette" value="" onclick="change_palette();" id="color_wheel" title="{L_BBCODE_S_HELP}" />
<!-- EVENT posting_editor_posting_buttons_custom_tags_before -->-
Puchahawa
- Users

- Posts: 193
- Joined: 20 Jun 2015, 17:58
Re: [RC] Tables bbCodes
Just an FYI, in looking at the float bbcode a bit more I realized that using it with an attachment within the float tags the text that floats left or right of the image actually word wraps so you don't have to edit the length of the info.Puchahawa wrote: 24 Sep 2016, 02:15 After messing around a bit I discovered that you can do the same thing with the float bbcode that's part of ABBC3. Either way, it a great discovery.![]()
Looking forward to seeing what you come up with on the abbc3 after you trick it out Sniper.
-
Sniper_E
- VIP

- Posts: 1159
- Joined: 14 Oct 2014, 19:01
Re: [RC] Tables bbCodes
Then float is the way to go. Screw that tleft class for doing that.
Didn't the posting page look fine in abbc3 right out of the box? Mine looks fine, it's the acp that needs the work.
I don't remember. I'll get the grey table icon in with the buttons in acp and it will be fine. I'll get back to that, been sidetracked.
Didn't the posting page look fine in abbc3 right out of the box? Mine looks fine, it's the acp that needs the work.
I don't remember. I'll get the grey table icon in with the buttons in acp and it will be fine. I'll get back to that, been sidetracked.
-
Puchahawa
- Users

- Posts: 193
- Joined: 20 Jun 2015, 17:58
Re: [RC] Tables bbCodes
Yeah, I like the look with abbc3 out of the box. Just thought you had some plans for tweaking things a bit. Always curious what people come up with.
-
Sniper_E
- VIP

- Posts: 1159
- Joined: 14 Oct 2014, 19:01
Re: [RC] Tables bbCodes
Tables Extension Update: Version 2.0.6
First post updated. This will require full update/install. A lot has changed.
Improvements for abbc3 and posting buttons. But it needs some updates for posting buttons and acp buttons.
Need help testing... please let me know.
First post updated. This will require full update/install. A lot has changed.
Improvements for abbc3 and posting buttons. But it needs some updates for posting buttons and acp buttons.
Need help testing... please let me know.
-
Puchahawa
- Users

- Posts: 193
- Joined: 20 Jun 2015, 17:58
Re: [RC] Tables bbCodes
Looks good. everything is working as desired. Noticed the change in color of the button and drop down buttons in ACP. Now grey. Added the Aero style folder as before and made the edit of the table bbcode to accommodate the style. My overall is

-
Sniper_E
- VIP

- Posts: 1159
- Joined: 14 Oct 2014, 19:01
Re: [RC] Tables bbCodes
Cool, thank you!!! I have the extra edits done for Posting Buttons and acp buttons templates... it looks good there also.
And with the edits and extra templates it works everywhere. With or without the buttons extensions.
I think it's there. Of course I'm always doing extra tests before releasing it.
I like the way in drops right in ABBC3 and works with no edits.
Now we need dmzx to update his ext and all will be good.
I tried to request an event added to the adm/styles/acp_posting_buttons.html but I couldn't login there.
We need to be able to add custom bbcodes to admin page also.
And with the edits and extra templates it works everywhere. With or without the buttons extensions.
I think it's there. Of course I'm always doing extra tests before releasing it.
I like the way in drops right in ABBC3 and works with no edits.
Now we need dmzx to update his ext and all will be good.
I tried to request an event added to the adm/styles/acp_posting_buttons.html but I couldn't login there.
We need to be able to add custom bbcodes to admin page also.
-
Puchahawa
- Users

- Posts: 193
- Joined: 20 Jun 2015, 17:58
Re: [RC] Tables bbCodes
Got to agree with this.
