The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Quote:
It works perfect. thanks a lot dear tbworld Yes of course I have two justify icon and also edited sprite.png and added justify and rtl and ltr. Excuse me but I have another question. is there any way to use this bbcode as like as right and left and center? I mean it just affect on Source mode with no interface in normal mode? Let's me thank you again for your tutorial. |
#12
|
|||
|
|||
Quote:
Unfortunately, I cannot understand the next question. Could you clarify? Thanks. |
#13
|
|||
|
|||
Quote:
ummmm! when you click on center button for example, in normal mode there is no tag but in source mode you can see [ center ] tag. now if you click on justify button you can see [ justify ] tag both in normal and source mode. is there any way to hide this tag in normal mode as like as other justify buttons? was it clear? |
#14
|
|||
|
|||
Thank you for restating. Let me look at it a bit, and the answer is yes. I just didn't notice it was there. I am a little surprised it is not stripped by default, but obviously I overlooked something.
Quick fixes are never quick I will take a look at it later today, thanks for pointing it out. If I have time I will rewrite the plugin in JavaScript and fix the image positioning problems. |
#15
|
|||
|
|||
Quote:
thanks a lot, :flower: I taked a look at plugin.js in justify folder in "clientscript\ckeditor\plugins". Justify completely defined there. look at this codes: Code:
CKEDITOR.plugins.add( 'justify', { init : function( editor ) { var left = new justifyCommand( editor, 'justifyleft', 'left' ), center = new justifyCommand( editor, 'justifycenter', 'center' ), right = new justifyCommand( editor, 'justifyright', 'right' ), justify = new justifyCommand( editor, 'justifyblock', 'justify' ); |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|