Resource icon

Custom BB Code Manager v1.3.4

No permission to download
If it hasn't been released, you will need to make your own. You can most likely accomplish what you want with the URL and image BBCodes default to the software.
 
@Jeremy and @Brogan
I've tried to use this guide

http://xenforo.com/community/threads/bb-code-manager.5657/page-7#post-111456
But the error has occurred
nj4o.png



I installed Stop AutoLinking Patch
http://xenforo.com/community/resources/stop-autolinking-patch.527/


But, It still has occurred error
 
Find (its Line 129):
Code:
                for($replaceIndex = 0; $replaceIndex <= $tagInfo['numberOfOptions']; $replaceIndex++)

Replace:
Code:
                for($replaceIndex = 0; $replaceIndex < $tagInfo['numberOfOptions']; $replaceIndex++)
 
i installed BBCM but dont know what to do next

sorry for being a noob but not a lot of documentation out there on the HR code
 
Verify that you have permissions to edit Custom BBCodes (Admin Permissions), then create a new custom BBCode. You'll want to use simple replacement using: <hr> for the start and </hr> for the end.
 
Buttons manager is doesn't work for me. I want to added spoiler button with an image but I cannot. When I add to Buttons Manager nothing changed. How can I solve this problem?
 
I need help, folks, and I'm really up against the clock before avforums goes live with Xenforo. If anyone can help, I would be very grateful.
Currently our
bb code is very simple.
We can copy from Excel and paste right into it.
The problem is the cell separator. Pasting in from Excel makes it a tab character. In our vBulletin posts, it can also be the pipe character so that people can manually type tables in.
I understand that Xenforo parses tab characters into spaces and this will break many of our existing tables and make pasting in from Excel impossible.
Is there any way round this at all? If it requires an addon, I'm happy to commission it.
Thanks.
 
Top Bottom