![]() |
[HOW TO] Add WYSIWYG Editor to Your Modifications
1 Attachment(s)
I do this as a free service, I am a student however and all donations are welcome. You can click on the Paypal icon to make a donation: https://www.paypalobjects.com/en_US/..._donate_LG.gif
I will add instructions for pulling data when editing a file. This article was done for vB 3.5 and later, I now bring you the article for vB 4.0 in regards to the editor in modifications. Working Versions: Currently 4.1.10 Testing Versions: NONE This tutorial will provide you the proper method for including the WYSIWYG editor in your modifications. I have tested this and it works so following this tutorial will provide a working editor. You are welcome to tweak it to your liking so that you get different output's or vice versa. Lets begin. Step 1. Make sure you have already added the row to your database table. The new row to add is: PHP Code:
Step 2. Open your template containing your form. Step 3. Install the provided plugin xml file. Step 3. Add the following lines of code. Now add this in place of your opening form tag (Remember to change your action to your correct file): HTML Code:
<form class="vbform block" action="file.php" method="post" name="vbform" onsubmit="return vB_Editor['{vb:raw editorid}'].prepare_submit(0, 0)"> Open the file you wish to add your editor to (Make sure you have this code in the area where your template containing the editor is to be called): PHP Code:
PHP Code:
PHP Code:
PHP Code:
This is a short article/tutorial and I hope many find it useful. Even though I did not come up with the code or discover the code, I am happy to help others out as I was helped out. Preview provided at attachments. |
Instead of adding all these templates to globaltemplates, you could add this:
PHP Code:
PHP Code:
|
Thanks. :)
|
Quote:
I should ask what that does since I have never seen that code before. I'm sure others will question as well. |
Quote:
From /includes/class_bootstrap.php: PHP Code:
|
Quote:
|
I've followed the instruction, editors works as it must works, but in all pages there is that dammit yellow triangle at browser's status bar with error:
vB_XHTML_Ready has not been definied URI: http://www.microhellas.com/main/clie...tor.js?v=400b5 Maria |
Maria, can you show me the page that you get the yellow triangle? I don't get the triangle so I'm a bit concerned right now, oh yeah, what browser you viewing the page in?
|
Quote:
Thank you so much. By the way. IE8 Maria |
Hmmmm, I opened it in IE8 but I get no error report. Let me check a few things and I'll post back.
Your welcome. |
Quote:
https://vborg.vbsupport.ru/showthread.php?t=230112 but I think that I follown your instructions step by step. Maria |
Apparently that error triangle is from subscriptions portion. Might be a bug with vB. I have tried to replicate it and even tried adding new tickets and such, still no error on my end. Sorry I couldn't provide more info than that. I'm actually sitting here scratching my head over it. LOL
|
Quote:
take care Maria |
Possibly, if you need help narrowing down where it may come from, I'll gladly help you out.
|
1 Attachment(s)
I've spent today tearing my hair out in updating the wysiwig editor from vb3.8 to v4.0 in a product I handle. Eventually, I tried reproducing the problem using the code suggested here, and the same problem arose. Basically, when in full WYSIWIG mode, the text entered into the message box is not being returned to the server, unless one first refreshes the page. In standard mode (obtained either by using the control switch in the editor, or by setting the appropriate vb options), everything works fine. This means that the problem cropped up with IE and Firefox but not with Google Chrome or Safari, which always use the standard editor.
For some reason, though, this problem does not seem to crop up in, e.g., the standard VB editpost code. Possibilities are that I've made a mistake (quite possible...), or there's a bug in vb4.0 (I'm testing with RC2), or there's a switch/file that we're overlooking. The attached files are, as far as I can tell, a straight copy of the material posted at the start of this article, within a script that simply keeps re-presenting the form along with a record of the message entered by the user the previous time round. I'd be very grateful if someone can independently test this, and let me know if I'm going crazy or not. The two files are a php script to be loaded into the forum directory, and a template. |
I noticed 2 things.
First: PHP Code:
Second: In your template I notice you have the form pointing to the same file that you are using to fill out this form. Am I mistaken that maybe you didn't give the process form location. Also I noticed that you don't have this in your file: PHP Code:
HTML Code:
<input name="submit" class="button" type="submit" id="save" value="submit" /> |
Thanks for the suggestions, see below.
Quote:
Quote:
Quote:
|
Then you have completely contradicted what you said earlier about it not working. If you can't show me how this is being used in the complexity that you are trying to make it work then I can be of no help. Lastly there apparently is an error as you stated earlier and now you state there is no error. Overall you have your code set so without more info then I am of no help any further. Sorry.
|
Quote:
The supplied attached php + template is a straightforward implementation of the code given in the first post, intended to demonstrate the problem. With this demo code, and with the more complex product implementation, the contents of the editor message box are correctly returned (with all browser choices) when the editor is set to standard mode but not when it is set to wysiwig mode. I can consistently reproduce this problem on my own system. I am asking for someone else to attempt to reproduce it on another, so that I can be sure that it is/is not a bug in my coding or in the vb infrastructure. |
Quote:
--------------- Added [DATE]1260816961[/DATE] at [TIME]1260816961[/TIME] --------------- Ok tested it, you had a few issues in your template but I changed them to match my site mainly and it worked. HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> It all had to do with link tags and script tags. EDIT AGAIN: Tested again with your code and it worked that time so looks like it was in the template. The way you have it, I have no idea why it won't work that way, not even sure what could cause it to not post. |
not understand why you use
PHP Code:
PHP Code:
|
The part that I use above is sticking with code ethics basically, it saves on lines of code per file and does the same exact thing as this does:
PHP Code:
In all honesty, you don't have to call these templates as you have done: PHP Code:
|
1 Attachment(s)
Hello Steve,
I've problem including the editor in my mod. See the attached images to understand what I mean. The first one is without including "...GET_EDIT_TEMPLATES..." in my php file, the second is with this. http://www.microhellas.com/dev4/auct...do=addedititem I'm also getting that yellow triangle: Code:
Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Maria PS- I found the solution At the very top of the template, After: Code:
<![CDATA[ Code:
<html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html"> Code:
{vb:stylevar htmldoctype} Merry Christmas Steve (and to all surfers of course). Maria |
Great to hear Maria.
|
1 Attachment(s)
Hello Steve,
In view mode the text loses some formatting (in my case bullets). See attachment 1 which is in edit mode. Bullet list has been saved correctly. Now the 2nd attachment. Even if the text coloring is ok, the bullet list appears as normal text lines. The code that I've wrote: PHP file Code:
// Format Bodytext Code:
<tr> Maria |
Thanks Maria, I will get it altered in the article.
|
Steve, I know you posted this article for vB3, or one was posted, I just cannot find it. Any help?
|
Quote:
|
Great, thanks alot steve, appreciate that.
|
Quote:
|
Anyone got any ideas on what I should put in my DATAMANAGER so that it verifies a text field?
|
1 Attachment(s)
Okay... I've followed this guide EXACTLY... but I have a few questions and problems... I've circled the obvious problems in red...
https://vborg.vbsupport.ru/attachmen...1&d=1269919038 1 - "Fonts" dropdown menu is missing. 2 - "Sizes" dropdown menu is missing the word "Sizes". 3 - "Bullets" and "Lists" buttons are missing. 4 - "Quote" "Code" "PHP" buttons are missing. 5 - I have no need for attachments or video embedding in this, so I would like to remove those buttons. 6 - "Tooltips" (alt tags?) are missing from all buttons. 7 - The word "More" on the bottom right is missing. In VB3, in order to put an editor into your mod, you had to do some plugin work. I assume that is gone now? Also, when posting the textarea to my script, what is the variable name? $vbulletin->GPC['message'] perhaps? And how do I add a DEFAULT VALUE for this textarea? |
Looking at this code here in the guide is COMPLETELY outdated:
HTML Code:
$editorid = construct_edit_toolbar('',1,'signature',1,1,($vbulletin->userinfo['userid'])); HTML Code:
$editorid = construct_edit_toolbar($description,0,'nonforum',1,1,0); |
Sorry haven't had time to update this guide to match 4.0 gold release. I will get to it once I am able.
|
Add the following if you want to use QR (Quick Reply)
Code:
$show['qr_require_click'] = 0; Unfortunately, I am having a bug, where the buttons on the quick-reply bars aren't working. They work fine on the FE (Full Editor), but not the QR. |
Whenever I use the QR editor, I always get an error...
Code:
Uncaught ReferenceError: vB_Text_Editor is not defined |
Has anyone been able to get the QR editor working yet?
|
Quote:
Maria |
This is the code I am using...
Code:
if ($perms['comment']) Code:
$templater->register('editorid', $editorid); But I keep getting the following error: Uncaught ReferenceError: vB_Text_Editor is not defined As well, none of the buttons on the QR work. If I change the editor to FE, it works fine without error. |
Works great, Thanks microhellas.
|
All times are GMT. The time now is 06:50 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:
|