Page 1 of 1

New: BBCodes page

PostPosted: February 29th, 2012, 12:09 am
by Jessica
I've decided to create a page where it will contain most of the BBCodes I use on this forum with the BBCode Usage and HTML replacement. There is now a page that lists all BBCodes (Custom). It is located here.

updated March 21, 2012 at 3:49 pm

Re: Coming Soon: BBCodes page

PostPosted: March 20th, 2012, 8:42 pm
by Jessica
okay so instead of typing up every custom BBCode, I found the Custom BBCodes page mod, which I knew of already, but I want it like THIS:
wantthiscustombbcodepage.PNG
wantthiscustombbcodepage.PNG (41.02 KiB) Viewed 4140 times


The one you can download and install does NOT have the "?" button, which as you can see, when you click on it, it shows you the BBCode Usage and HTML.

I'm thinking that this newer version is only for donors of this forum. I may be wrong, but I really would love the Custom BBCodes page mod WITH that change, for it to be exactly like the one in the site PhpBB3 BBCodes.

This would make everything so much easier and much more organized.

If anyone can somehow get this newer mod, I would be forever grateful.

Re: Coming Soon: BBCodes page

PostPosted: March 21st, 2012, 3:22 pm
by Jessica
I downloaded it! :-) installing

Re: Coming Soon: BBCodes page

PostPosted: March 21st, 2012, 3:48 pm
by Jessica
first post link updated

Re: New: BBCodes page

PostPosted: March 21st, 2012, 4:15 pm
by Jessica
You can now download it here: dm_eds/index.php

also, note that:

When you install it then go to the page, the BBCode usage code does not appear. Apparently the code for that was not added, so here is the fix:

Open /boardbbcodes.php

FIND:
Code: Select all
      'BBCODE_TPL'      => $row['bbcode_tpl'],


ADD AFTER:
Code: Select all
      'BBCODE_MATCH'      => $row['bbcode_match'],