![]() |
vbulletin editor question urgent please
Hi,
I have a question: how to add the quickreply editor in my coustomed page? thanks bye. |
You should go search through the articles forums. I'm pretty sure there is an article about this.
|
I tried to find it and I do not found
I found the thread for the newthread but, not for the quickreply editor |
search "edit*" "articles" "titles only" and you get this - Adding Editor to your Mods
|
I did it but it is the newthread editor and I like the quickreply editor thanks for your reponse
|
Try looking up construct_edit_toolbar in the vB API (link under Quick Links) and you can probably get what you want by changing that line in the article.
|
what article ?
and how I will do it ? thanks for your reponse |
Yeah, I've found the articles involving the editor aren't very useful...
Using the code from the article, you only need to make one change in the plugin code. Code:
$toolbartype = $setting['allow_bbcode'] ? is_wysiwyg_compatible(-1, $editor_type) : 0; Code:
$toolbartype = $setting['allow_bbcode'] ? is_wysiwyg_compatible(-1, 'qr') : 0; |
Thanks man and Lynne I will try it :D
|
All times are GMT. The time now is 08:57 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|