The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
There are no updates of any kind for vB4. Development on it stopped quite some time ago.
The CKEditor is open source but vBulletin always uses a customization of it so you can't simply replace the existing one with the newest version. It would require substantial coding. |
Благодарность от: | ||
Mike-D |
#3
|
|||
|
|||
There is a manual in German for an update to 3.6.6.2. If necessary, use Google Translate.
Beim CkEditor gab es viele und auch einige Wichtige Updates: https://svn.ckeditor.com/CKEditor/trunk/CHANGES.html vBulletin 4.2.5 hat standardm??ig CkEditor 3.2 Diese ?nderungen wurden getestet mit: PHP 7.2.4 u. 7.2.3 PHP 7.0.22 Unter PHP 7.1 m?sste es also auch funktionieren. CkEditor 3.6.6.2 runterladen: https://download.cksource.com/CKEdit...or_3.6.6.2.zip Alles au?er: _samples _source adapters CHANGES.html ckeditor.asp ckeditor.pack ckeditor_basic_source.js ckeditor_php4.php config.js content.css ISTALL.html LICENSE.html kopieren nach clientscript/ckeditor/ Hinweis: Im Ordner Plugins w?rde es sich empfehlen auch nur die zu kopieren, welche in vB schon vorhanden sind. Nicht notwendig: https://davidwalsh.name/prevent-xss-ckeditor einbauen wer mag: Den Code in clientscript/ckeditor/ckeditorChange.js packen (Datei neu erstellen) in /clientscript/ckeditor/ckeditor_php5.php PHP Code:
PHP Code:
in der Funktion getJsIncludes() auch wieder die ckeditorChange.js hinzuf?gen. Wieder notwendig: clientscript/ckeditor/ckeditor.js suche: Code:
zh:1},load:function(k,l,m){if(!k||!a.lang.languages[k])k=this.detect(l,k);if(!this[k])a.scriptLoader.load(a.getUrl('lang/'+k+'.js'),function(){m(k,this[k]);},this);else m(k,this[k]);},detect:function(k,l) ersetzte mit: in clientscript/ckeditor/ckeditor_php5.php alle PHP Code:
PHP Code:
Bsp.1: PHP Code:
PHP Code:
PHP Code:
PHP Code:
Wer Probleme mit UTF-8 hat kann noch ben?tigen: includes/functions.php in Z. 7093 einf?gen: PHP Code:
und vor Zeile 7319 PHP Code:
PHP Code:
|
Благодарность от: | ||
Kane@airrifle |
#4
|
|||
|
|||
Did you write that yourself or is there a source article that you can attribute that to?
|
2 благодарности(ей) от: | ||
Mike-D, scottkoz20 |
#5
|
|||
|
|||
looks like there is something here - https://forum.vbdev.de/showthread.ph...or-3-2-3-6-6-2 (in german - translated to English)
however, something I will call out immediately is the following vBulletin 4.2.5 defaults to CkEditor 3.2 These changes have been tested with: PHP 7.2.4 u. 7.2.3 PHP 7.0.22 It should work under PHP 7.1. I'm running php 5.6.40 on my vB4.2.5 site. Not sure how many vB4 sites are using php7.1+ at this point. |
Благодарность от: | ||
Mike-D |
#7
|
|||
|
|||
Quote:
|
Благодарность от: | ||
Mike-D |
#8
|
||||
|
||||
Has anybody tried this yet?
|
#9
|
||||
|
||||
We have sucessfully integrated CKEditor 5 into vBulletin 3 & 4 and it's currently the editor we use in our development area. Since vBulletin default's CKEditor is deeply embedded, we're still working to make the new editor as less modification as possible.
It supports all features of vBulletin, smoother, mobile compatible and of course looks better. Here is how it looks like: |
#10
|
||||
|
||||
That looks great, will you be releasing it?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|