• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

BB Code Manager

Status
Not open for further replies.
laztrix: XenForo & vBulletin share different code bases, different editors, it is no surprise that they act differently. Its also an issue within the core code of how it handles parsing and unparsing of these tags. To modify that, I'd need to parts of the system. That is not the intention of BBCM.
 
laztrix: XenForo & vBulletin share different code bases, different editors, it is no surprise that they act differently. Its also an issue within the core code of how it handles parsing and unparsing of these tags. To modify that, I'd need to parts of the system. That is not the intention of BBCM.

Thanks King Kovifor, It's clear to me now. I hope it'll get fixed or someone will find a way to change it.
 
I have a stupid question. Where do I go to bcc options for this mod? I can't find the bbc code manager in the admin area.
 
I have a stupid question. Where do I go to bcc options for this mod? I can't find the bbc code manager in the admin area.
Questions are only stupid if no one answers them. :-)
On the admin page... Home tab....under BB code & smiles.....BB code Manager or
Code:
yourdomain.com/admin.php?custom-bb-codes
 
Questions are only stupid if no one answers them. :)
On the admin page... Home tab....under BB code & smiles.....BB code Manager or
Code:
yourdomain.com/admin.php?custom-bb-codes

Ok, it must not have installed fully. I do not see it. After taking a closer look, I installed beta 1 on the test site by accident, so that's most likely the problem. I'll do a fresh install of beta 4 and reinstall the bbc manager again.
 
There is something wrong because I don't have the option at 'home' within admin for BBCode Mgr. Should it show in the red boxed area?
BBCodeMgrAdmin.webp
 
There is something wrong because I don't have the option at 'home' within admin for BBCode Mgr. Should it show in the red boxed area?
View attachment 6929
Odd... I checked and the route prefixes and such are added correctly as I haven't touched them since the beginning, ands its set correctly. Is there any way you can help me debug this? Maybe by throwing your site into debug mode and checking for a route prefix for me?
 
Odd... I checked and the route prefixes and such are added correctly as I haven't touched them since the beginning, ands its set correctly. Is there any way you can help me debug this? Maybe by throwing your site into debug mode and checking for a route prefix for me?

KK, I'd be happy to help debug it. But, I'm not sure how to put the site into debug mode and where to find the route prefix :)

Let me know how and I'll take care of it. :D
 
KK, I'd be happy to help debug it. But, I'm not sure how to put the site into debug mode and where to find the route prefix :)

Let me know how and I'll take care of it. :D
Before we debug, can you check to see if you've given yourself permissions to edit BB Codes in Users -> Administrators -> Your Name -> Can Manage BB Codes? I think I can see it because I am a super administrator...
 
I wasn't the super admin, so I couldn't see it. I was in the administrative group, but I wasn't set as an administrator. So, I set myself as super admin temporarily and then set myself as an administrator. Now I can see it :)

These permissions are a little something to get used to in xF ;)
 
The problem with adding the padding like that is it adds padding to both sides of the image and the image won't then line up with the edge of the text.
This is why I had separate float tags for left and right images.

HTML:
<div style="float: right; margin-left: 6px">{TEXT}</div>

HTML:
<div style="float: left; margin-right: 6px">{TEXT}</div>
 
Brogan, would you have to create two sets of BBCode and add each line into each replacement?
That's what I did with my site, yes.

This was so I could float images left or right and have spacing between the right or left side of the images.
 
Status
Not open for further replies.
Back
Top Bottom