The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
How to add custom bbcodes to quick reply editor?
I remember there was a mod for this for 3.8, quick editor improver or something like that. But I couldn't find anything that might allow it on vB4.
|
#2
|
|||
|
|||
There's this mod: https://vborg.vbsupport.ru/showthread.php?t=264219 but to be honest I'm really sure if it does what you want.
|
#3
|
||||
|
||||
Yeah, not a word about adding buttons for custom bbcodes, but just revamping how the editor works all together.
|
#4
|
|||
|
|||
Try this, in a plugin using hook editor_toolbar_set:
Code:
if ($this->editor_type == 'qr') { $this->addCustomToolbarButtons(); } |
#5
|
||||
|
||||
What does the bolded part mean? I'm a total baka with this >.<
|
#6
|
|||
|
|||
In the adminCP, under "Plugins and Products", click on "Add New Plugin".
- Select editor_toolbar_set from the dropdown menu for Hook Location - Enter something for the title that will let you remember what it does when you look at it later - Paste the code that I posted above in the Plugin PHP Code box - Click the Yes radio button next to Plugin is Active Then press save. If there are any problems go back to the Plugin Manager and you can edit or disable that plugin. |
Благодарность от: | ||
Emeralda |
#7
|
||||
|
||||
Oh, rawr, great kudos to you. Would you incidentally know what sizes the icons have to be? The old ones are too big with vB4.
|
#8
|
|||
|
|||
I'm not sure, but it kind of looks like 16x16 would be a good size.
|
#9
|
||||
|
||||
Awkward, I tried searching for the editor icons, but the only ones I found in the images folder, were the ones from the old editor.
--------------- Added [DATE]1329080773[/DATE] at [TIME]1329080773[/TIME] --------------- Uhm, new question - how to add this to quick editor in edit mode? http://prntscr.com/632ev |
#10
|
||||
|
||||
Uhm, so like, which hooks should I add this to for quick edit editor, quick replies for private messages http://prntscr.com/7f78l, visitor messages http://prntscr.com/7f77x, and view conversations http://prntscr.com/7f789?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|