GoodApples

Customer
Hey everyone,
If you figure out how to add bbCode buttons to the vbMail editor please let me know.

Cheers,:cool:
 
I will look into it, could you pm me your custom bbcodes so I can experiment on my 4.1.4 test site
 
Fillip H. Ok looking at source I see a difference in the code.

On new thread the editor shows the custom bbcodes added in the ACP and source code says in the code:
Code:
vB_Editor['vB_Editor_001'] = new vB_Text_Editor('vB_Editor_001', { "customConfig": "http:\/\/www.vbmhm.com\/clientscript\/ckeditor_config.js?v=414", "contentsCss": "http:\/\/www.vbmhm.com\/css.php?sheet=editor_contents.css", "vbulletin": { "securitytoken": "1309623366-ac1d312ecbdfc5a7518ec474ece348c288b26c13", "bburl": "http:\/\/www.vbmhm.com", [B]"bbcodecache": { "1"[/B]:
If you look at source on send mail editor you see:

Code:
vB_Editor['vB_Editor_001'] = new vB_Text_Editor('vB_Editor_001', { "customConfig": "http:\/\/www.vbmhm.com\/clientscript\/ckeditor_config.js?v=414", "contentsCss": "http:\/\/www.vbmhm.com\/css.php?sheet=editor_contents.css", "vbulletin": { "securitytoken": "1309623454-48680724df4a19e5da53b7c3a93fb3bc0332c53f", "bburl": "http:\/\/www.vbmhm.com", [B]"bbcodecache": null[/B],
If you look at the bold parts in those codes in editor for post/thread you see
"bbcodecache": { "1":


And if yo look at the mail editor you see
"bbcodecache": null

Could that have something with the added bbcodes not showing up?
 
Back
Top