vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=229)
-   -   New Posting Features - PNG Editor Buttons (https://vborg.vbsupport.ru/showthread.php?t=165720)

legionofangels 04-22-2008 01:43 AM

Quote:

Originally Posted by Wayne Luke (Post 1406135)
I'll work on a fix for the line display in Firefox. Cut, Copy and Paste can be turned on in Firefox. Here are the instructions:
http://googlesystem.blogspot.com/200...le-office.html

I'll make that an option and turn this into a proper product. Might take a bit.

You could have also used this instead:

https://addons.mozilla.org/en-US/fir...firefox&id=852

It's a plug in that basically does the same thing, and allows you to simply choose which sites you want it to work on.

The problem is however, as what people found in this thread:

https://vborg.vbsupport.ru/showthrea...y+Paste+Editor

That the buttons don't actually work, even when they "visually are seen".

EXAMPLE

So if I go copy some text on my screen shown here:

http://img.photobucket.com/albums/v3...6/dunwork1.jpg

Then hit the paste button from my editor shown here:

http://img.photobucket.com/albums/v3...6/dunwork2.jpg

The result is magically nothing. Nothing pastes, because from what Scott McVicar of VB.com says, one of your colleagues, is that they don't work consistently and there are security problems with them. He of course wouldn't clarify those security problems, so none of us know if it's just end user incompetence, or if there really are hackers holes there.

Nonetheless, still a great mod and you did a good job. But it's absolutely pointless to tell people how to unlock the imagery of those 3 buttons, without the "how to" on getting them to actually function. We tested 4 pc's, and 4 diff browsers on the Test style, and none of them worked.

Thanks,

Legion of Angels

elmati 04-22-2008 03:36 AM

nice! works like a charm :)

thanks for this mod!

FassoL 04-23-2008 06:03 AM

Very nice
Thank u

Stubbed 04-29-2008 08:42 PM

How difficuilt is it to apply this modification to a custom theme? Not an issue as long as the theme hasn't already edited the three templates that require it?

Quote:

Originally Posted by therogueforums (Post 1432651)
That would actually be most awesome. I sincerely hope you decide to release it.

...And back to this mod, I simply love it. It looks so much better than the standard setup, IMO. Great release!

:up: I agree, it's a minter.

Quote:

Originally Posted by Wayne Luke (Post 1476904)
Can you provide an example of what it looks like in IE6? I actually don't have that browser accessible to me anymore as all my computers are on IE7 and IE8 and no one at my website uses IE6.

I'm also interested in this, as over 20% of my forums userbase still use IE6... :(

dannykilla 05-11-2008 05:57 PM

I am using 3.7.0, now is anyone getting 3 templates out of date when they install this mod/hack ?
If so is there a fix ?

thanks
Danny

Wayne Luke 05-11-2008 06:04 PM

You could compare them to the newly released version but there shouldn't be any issue. It is probably the changes for the security token that were auto-inserted.

Edit and then save the template and they won't be out of date anymore.

dannykilla 05-11-2008 06:08 PM

OK didnt even think of that

thanks

ABDALWAHID 05-11-2008 06:42 PM

Hello,
I have plugin installed, but can I get an error. Under color button, my address?

regard

BarcaMaroc 05-11-2008 08:39 PM

nice

BarcaMaroc 05-11-2008 09:05 PM

showthread_quickreply

https://vborg.vbsupport.ru/external/2008/05/27.jpg

PHP Code:

<if condition="$show['editor_toolbar']">
<
div id="{$editorid}_controls" class="controlbar">
    
$vBeditTemplate[clientscript]

<
div id="$editoridclass="vBulletin_editor">

    <
table cellpadding="0" cellspacing="0" border="0">
    <
tr>
        <
td id="{$editorid}_controls0" class="controlbar">

            <
table cellpadding="0" cellspacing="0" border="0">
            <
tr>
                <
td><div class="imagebutton" id="{$editorid}_cmd_removeformat"><img src="$stylevar[imgdir_editor]/removeformat.png" alt="$vbphrase[remove_text_formatting]/></div></td>
            <if 
condition="$show['font_bbcode'] OR $show['size_bbcode']">
                <
td><img src="$stylevar[imgdir_editor]/separator.png" alt="" /></td>
            </if>
            <if 
condition="$show['font_bbcode']">
                <
td><div class="imagebutton" id="{$editorid}_popup_fontname" title="$vbphrase[fonts]">
                    <
table cellpadding="0" cellspacing="0" border="0">
                    <
tr>
                        <
td class="popup_feedback"><div id="{$editorid}_font_out" style="width:91px">&nbsp;</div></td>
                        <
td class="popup_pickbutton"><img src="$stylevar[imgdir_editor]/menupop.png" alt="" /></td>
                    </
tr>
                    </
table>                
                </
div></td>
            </if>
            <if 
condition="$show['size_bbcode']">
                <
td><div class="imagebutton" id="{$editorid}_popup_fontsize" title="$vbphrase[sizes]">
                    <
table cellpadding="0" cellspacing="0" border="0">
                    <
tr>
                        <
td class="popup_feedback"><div id="{$editorid}_size_out" style="width:25px">&nbsp;</div></td>
                        <
td class="popup_pickbutton"><img src="$stylevar[imgdir_editor]/menupop.png" alt="" /></td>
                    </
tr>
                    </
table>
                </
div></td>
            </if>
            <if 
condition="$show['color_bbcode']">
                <
td><img src="$stylevar[imgdir_editor]/separator.png" alt="" /></td>
                <
td><div class="imagebutton" id="{$editorid}_popup_forecolor" title="$vbphrase[colors]">
                    <
table cellpadding="0" cellspacing="0" border="0">
                    <
tr>
                        <
td id="{$editorid}_color_out"><img src="$stylevar[imgdir_editor]/color.png" alt="" /><br /><img src="$vboptions[cleargifurl]id="{$editorid}_color_bar" alt="" style="background-color:black" width="21" height="4" /></td>
                        <
td class="alt_pickbutton"><img src="$stylevar[imgdir_editor]/menupop.png" alt="" /></td>
                    </
tr>
                    </
table>
                </
div></td>
            </if>
            <if 
condition="$show['wysiwygsmilies']">
                <
td><img src="$stylevar[imgdir_editor]/separator.png" alt="" /></td>
                <
td><div class="imagebutton" id="{$editorid}_popup_smilie" title="$vbphrase[smilies]">
                    <
table cellpadding="0" cellspacing="0" border="0">
                    <
tr>
                        <
td><img src="$stylevar[imgdir_editor]/smilie.png" alt="" /></td>
                        <
td class="alt_pickbutton"><img src="$stylevar[imgdir_editor]/menupop.png" alt="" /></td>
                    </
tr>
                    </
table>
                </
div></td>
            </if>
            <if 
condition="$show['attach']">
                <
td><div class="imagebutton" id="{$editorid}_popup_attach" title="$vbphrase[attachments]">
                    <
table cellpadding="0" cellspacing="0" border="0">
                    <
tr>
                        <
td><img src="$stylevar[imgdir_editor]/attach.png" alt="" /></td>
                        <
td class="alt_pickbutton"><img src="$stylevar[imgdir_editor]/menupop.png" alt="" /></td>
                    </
tr>
                    </
table>
                </
div></td>
            </if>
                <!--
                <
td><img src="$stylevar[imgdir_editor]/separator.png" alt="" /></td>
                <
td><div class="imagebutton" id="{$editorid}_cmd_cut"><img src="$stylevar[imgdir_editor]/cut.png" alt="$vbphrase[cut]/></div></td>
                <
td><div class="imagebutton" id="{$editorid}_cmd_copy"><img src="$stylevar[imgdir_editor]/copy.png" alt="$vbphrase[copy]/></div></td>
                <
td><div class="imagebutton" id="{$editorid}_cmd_paste"><img src="$stylevar[imgdir_editor]/paste.png" alt="$vbphrase[paste]/></div></td>
                -->
                <
td><img src="$stylevar[imgdir_editor]/separator.png" alt="" /></td>
                <
td><div class="imagebutton" id="{$editorid}_cmd_undo"><img src="$stylevar[imgdir_editor]/undo.png" alt="$vbphrase[undo]/></div></td>
                <
td><div class="imagebutton" id="{$editorid}_cmd_redo"><img src="$stylevar[imgdir_editor]/redo.png" alt="$vbphrase[redo]/></div></td>
            <
td width="100%">&nbsp;</td>
            <if 
condition="is_browser('ie') AND !is_browser('mac')">
                <
td><div class="imagebutton" id="{$editorid}_cmd_spelling"><img src="$stylevar[imgdir_editor]/spelling.png" alt="$vbphrase[check_spelling]/></div></td>
            </if>
                <
td>
                    <
div class="imagebutton" id="{$editorid}_cmd_resize_0_100"><img src="$stylevar[imgdir_editor]/resize_0.png" alt="$vbphrase[decrease_size]/></div>
                    <
div class="imagebutton" id="{$editorid}_cmd_resize_1_100"><img src="$stylevar[imgdir_editor]/resize_1.png" alt="$vbphrase[increase_size]/></div>                </td>
            
                <
td><div class="imagebutton" id="{$editorid}_cmd_switchmode">
                  <
div align="right"><img src="$stylevar[imgdir_editor]/switchmode.png" alt="$vbphrase[switch_editor_mode]/></div>
                </
div></td>
            
            </
tr>
            </
table>
            <
table cellpadding="0" cellspacing="0" border="0">
            <
tr>
            <if 
condition="$show['basic_bbcode']">
                <
td><div class="imagebutton" id="{$editorid}_cmd_bold"><img src="$stylevar[imgdir_editor]/bold.png" alt="$vbphrase[bold]/></div></td>
                <
td><div class="imagebutton" id="{$editorid}_cmd_italic"><img src="$stylevar[imgdir_editor]/italic.png" alt="$vbphrase[italic]/></div></td>
                <
td><div class="imagebutton" id="{$editorid}_cmd_underline"><img src="$stylevar[imgdir_editor]/underline.png" alt="$vbphrase[underline]/></div></td>
                <
td><img src="$stylevar[imgdir_editor]/separator.png" alt="" /></td>
            </if>
            <if 
condition="$show['align_bbcode']">
                <if 
condition="$stylevar['textdirection'] == 'ltr'">
                <
td><div class="imagebutton" id="{$editorid}_cmd_justifyleft"><img src="$stylevar[imgdir_editor]/justifyleft.png" alt="$vbphrase[align_left]/></div></td>
                <
td><div class="imagebutton" id="{$editorid}_cmd_justifycenter"><img src="$stylevar[imgdir_editor]/justifycenter.png" alt="$vbphrase[align_center]/></div></td>
                <
td><div class="imagebutton" id="{$editorid}_cmd_justifyright"><img src="$stylevar[imgdir_editor]/justifyright.png" alt="$vbphrase[align_right]/></div></td>
                <else />
                <
td><div class="imagebutton" id="{$editorid}_cmd_justifyright"><img src="$stylevar[imgdir_editor]/justifyright.png" alt="$vbphrase[align_right]/></div></td>
                <
td><div class="imagebutton" id="{$editorid}_cmd_justifycenter"><img src="$stylevar[imgdir_editor]/justifycenter.png" alt="$vbphrase[align_center]/></div></td>
                <
td><div class="imagebutton" id="{$editorid}_cmd_justifyleft"><img src="$stylevar[imgdir_editor]/justifyleft.png" alt="$vbphrase[align_left]/></div></td>
                </if>
                <
td><img src="$stylevar[imgdir_editor]/separator.png" alt="" /></td>
            </if>
            <if 
condition="$show['list_bbcode']">
                <
td><div class="imagebutton" id="{$editorid}_cmd_insertorderedlist"><img src="$stylevar[imgdir_editor]/insertorderedlist.png" alt="$vbphrase[ordered_list]/></div></td>
                <
td><div class="imagebutton" id="{$editorid}_cmd_insertunorderedlist"><img src="$stylevar[imgdir_editor]/insertunorderedlist.png" alt="$vbphrase[unordered_list]/></div></td>
            </if>
            <if 
condition="$show['align_bbcode'] OR $show['list_bbcode']">
                <if 
condition="$stylevar['textdirection'] == 'ltr'">
                <
td><div class="imagebutton" id="{$editorid}_cmd_outdent"><img src="$stylevar[imgdir_editor]/outdent.png" alt="$vbphrase[decrease_indent]/></div></td>
                <
td><div class="imagebutton" id="{$editorid}_cmd_indent"><img src="$stylevar[imgdir_editor]/indent.png" alt="$vbphrase[increase_indent]/></div></td>
                <else />
                <
td><div class="imagebutton" id="{$editorid}_cmd_outdent"><img src="$stylevar[imgdir_editor]/indent.png" alt="$vbphrase[decrease_indent]/></div></td>
                <
td><div class="imagebutton" id="{$editorid}_cmd_indent"><img src="$stylevar[imgdir_editor]/outdent.png" alt="$vbphrase[increase_indent]/></div></td>
                </if>
                <
td><img src="$stylevar[imgdir_editor]/separator.png" alt="" /></td>
            </if>
            <if 
condition="$show['url_bbcode']">
                <
td><div class="imagebutton" id="{$editorid}_cmd_createlink"><img src="$stylevar[imgdir_editor]/createlink.png" alt="$vbphrase[insert_link]/></div></td>
                <
td><div class="imagebutton" id="{$editorid}_cmd_unlink"><img src="$stylevar[imgdir_editor]/unlink.png" alt="$vbphrase[remove_link]/></div></td>
                <
td><div class="imagebutton" id="{$editorid}_cmd_email"><img src="$stylevar[imgdir_editor]/email.png" alt="$vbphrase[insert_email_link]/></div></td>
            </if>
            <if 
condition="$show['img_bbcode']">
                <
td><div class="imagebutton" id="{$editorid}_cmd_insertimage"><img src="$stylevar[imgdir_editor]/insertimage.png" alt="$vbphrase[insert_image]/></div></td>
            </if>
            <if 
condition="$show['quote_bbcode']">
                <
td><img src="$stylevar[imgdir_editor]/separator.png" alt="" /></td>
                <
td><div class="imagebutton" id="{$editorid}_cmd_wrap0_quote"><img src="$stylevar[imgdir_editor]/quote.png" alt="$vbphrase[wrap_quote_tags]/></div></td>
                <
td><img src="$stylevar[imgdir_editor]/separator.png" alt="" /></td>
            </if>
            <if 
condition="$show['code_bbcode']">
                <
td><div class="imagebutton" id="{$editorid}_cmd_wrap0_code"><img src="$stylevar[imgdir_editor]/code.png" alt="$vbphrase[wrap_code_tags]/></div></td>
            </if>
            <if 
condition="$show['html_bbcode']">
                <
td><div class="imagebutton" id="{$editorid}_cmd_wrap0_html"><img src="$stylevar[imgdir_editor]/html.png" alt="$vbphrase[wrap_html_tags]/></div></td>
            </if>
            <if 
condition="$show['php_bbcode']">
                <
td><div class="imagebutton" id="{$editorid}_cmd_wrap0_php"><img src="$stylevar[imgdir_editor]/php.png" alt="$vbphrase[wrap_php_tags]/></div></td>
            </if>
                
$vBeditTemplate[extrabuttons]
            </
tr>
            </
table>        
        
        </
td>
    </
tr>
    </
table>

</
div>

</
div>
</if>
<
div class="controlbar">
    <if 
condition="$show['qr_require_click']">
    <
textarea name="message" id="{$editorid}_textarea" rows="10" cols="60" style="width:$stylevar[messagewidth]; height:{$editor_height}px" tabindex="1" dir="$stylevar[textdirection]disabled="disabled">$vbphrase[click_quick_reply_icon]</textarea>
    <else />
    <
textarea name="message" id="{$editorid}_textarea" rows="10" cols="60" style="width:$stylevar[messagewidth]; height:{$editor_height}px" tabindex="1" dir="$stylevar[textdirection]"></textarea>
    </if>
</
div>

<
input type="hidden" name="wysiwyg" id="{$editorid}_mode" value="$editortype/>
<
input type="hidden" name="styleid" value="$session[styleid]/>

<
script type="text/javascript">
<!--
vB_Editor['$editorid'] = new vB_Text_Editor('$editorid'$editortype'$forumid''$parsesmilie');
var 
QR_EditorID '$editorid';
//-->
    
</script


fariborz 05-12-2008 01:06 PM

Thanks Wayne

Webby24 05-12-2008 08:45 PM

Hi,
I´m using vBulletin 3.7 and installed your file. But nothing works. Still the old boring images.
Where I did the mistake?

Thanks for help.

André

Stubbed 05-13-2008 08:42 AM

You'll have to give a bit more information than that Webby24...

If you're still seeing the old images then that would suggest that you didn't merge the xml file properly, as if you had of, you would either see the new images, or see alt tags, as the images would be broken.

I don't think I've said it already, but a bit A+ for this mod, I've actually converted all of my Post Icons to Famfamfam silk ones now as well :)

Webby24 05-13-2008 12:30 PM

Ok what for infos do you want?
I try to give so much infos now.

I installed all step by step. all like in description.
Upload successfully. Merge looks like ok. I merge with the standard style.

I did no change on the editor manual. So I think there are no changes active.
I can only see the .gif images. No other.

Thanks a lot

André

imranbaig 05-13-2008 04:39 PM

Clear png url Error.
You should change that to
$vboptions[cleargifurl], or provide a clear.png file that should be uploaded to forum root.

Thanks for the great hack :)

redlabour 05-13-2008 06:46 PM

Bug:

Quote:

Extra icons included for additional common BBCodes including superscript, subscript, audio, video, and horizontal rules.
?? If i add Extrabuttons they will be shown larger then 16*16 !

vBulletin is showing them in 21 x 20 as described in the AdminCP.

Take a look at the last 4 Icons in my Screenshot in the lower left Corner.

How to fix this?

redlabour 05-14-2008 05:22 PM

Quote:

Originally Posted by redlabour (Post 1518597)
Bug:



?? If i add Extrabuttons they will be shown larger then 16*16 !

vBulletin is showing them in 21 x 20 as described in the AdminCP.

Take a look at the last 4 Icons in my Screenshot in the lower left Corner.

How to fix this?

Solution:

Edit functions_editor.php - Search for 21 you will only found the place to change. ;)

newtsys 05-15-2008 03:09 PM

ok installed but now have lost smiles in quick reply. I even uninstalled the smile hack and reinstalled and still nothing. Also in the advance reply I now have the smiles in the sdie of the editor as well as in the top of the editor. Did not show on other skins and ended up with way to many out of date templates.

had way to many issues for me "Uninstalled"

Baldilocks 05-16-2008 03:17 AM

Just go into your Styles editor and REVERT all of the editor templates. Should fix everything.

kursed 05-16-2008 08:00 AM

This is what I can see in IE7.0 - what am I doing wrong? Because it looks absolutely fabulous in Firefox but seems like something goes amiss in IE. Any help in this regards, will be duly appreciated.


For reference:


Internet Explorer 7.0
http://img255.imageshack.us/img255/5862/ie70sb3.jpg


Fire Fox
http://img216.imageshack.us/img216/1371/ffgd6.jpg

Stubbed 05-19-2008 08:04 AM

kursed: No idea there.. It doesn't look like that on my install on IE7, it must be something local to you.

GrendelKhan{TSU 05-19-2008 06:24 PM

hmm... seems to be a conflict with Princetons' smilies below edit hack.
ie: png editor button disappear when using it. :( at least for me

https://vborg.vbsupport.ru/showthread.php?t=178327

ideas?

D.Baker 05-21-2008 12:58 PM

Hey dannykilla,
I get that same problem with the 3 template files out of date. Wayne might be able to clear it up, if I do the edit>save trick to stop them from showing out of date, does that actually mean the template files are out of date, or does it just turn off the warning (basiclly like putting take over the warning light)?

Thanks, love this plugin.
P.S: Does any one use this in conjunction with AME? I just started am worried about a conflict (I can't seem to find my AME CP).

dannykilla 05-21-2008 02:37 PM

Hey D.Baker,

Couldnt tell you m8, when I compared the 3 templates I couldnt see anthing that was added so not sure, I have just left them as it is, as I havent noticed any problems

Hope hat helps

@Kursed
I use Firefox and I get the same problem and dont use Princetons Smiley at the bottom hack?
Any help on this problem?

Nindia 05-21-2008 11:22 PM

gorgeous!

installed!

Dragon Company 05-24-2008 03:01 PM

Very nice :)

trackpads 05-24-2008 06:34 PM

Quote:

Originally Posted by BarcaMaroc (Post 1516483)
showthread_quickreply

https://vborg.vbsupport.ru/attachmen...1&d=1210543523

PHP Code:

<if condition="$show['editor_toolbar']">
<
div id="{$editorid}_controls" class="controlbar">
    
$vBeditTemplate[clientscript]

<
div id="$editoridclass="vBulletin_editor">

    <
table cellpadding="0" cellspacing="0" border="0">
    <
tr>
        <
td id="{$editorid}_controls0" class="controlbar">

            <
table cellpadding="0" cellspacing="0" border="0">
            <
tr>
                <
td><div class="imagebutton" id="{$editorid}_cmd_removeformat"><img src="$stylevar[imgdir_editor]/removeformat.png" alt="$vbphrase[remove_text_formatting]/></div></td>
            <if 
condition="$show['font_bbcode'] OR $show['size_bbcode']">
                <
td><img src="$stylevar[imgdir_editor]/separator.png" alt="" /></td>
            </if>
            <if 
condition="$show['font_bbcode']">
                <
td><div class="imagebutton" id="{$editorid}_popup_fontname" title="$vbphrase[fonts]">
                    <
table cellpadding="0" cellspacing="0" border="0">
                    <
tr>
                        <
td class="popup_feedback"><div id="{$editorid}_font_out" style="width:91px">&nbsp;</div></td>
                        <
td class="popup_pickbutton"><img src="$stylevar[imgdir_editor]/menupop.png" alt="" /></td>
                    </
tr>
                    </
table>                
                </
div></td>
            </if>
            <if 
condition="$show['size_bbcode']">
                <
td><div class="imagebutton" id="{$editorid}_popup_fontsize" title="$vbphrase[sizes]">
                    <
table cellpadding="0" cellspacing="0" border="0">
                    <
tr>
                        <
td class="popup_feedback"><div id="{$editorid}_size_out" style="width:25px">&nbsp;</div></td>
                        <
td class="popup_pickbutton"><img src="$stylevar[imgdir_editor]/menupop.png" alt="" /></td>
                    </
tr>
                    </
table>
                </
div></td>
            </if>
            <if 
condition="$show['color_bbcode']">
                <
td><img src="$stylevar[imgdir_editor]/separator.png" alt="" /></td>
                <
td><div class="imagebutton" id="{$editorid}_popup_forecolor" title="$vbphrase[colors]">
                    <
table cellpadding="0" cellspacing="0" border="0">
                    <
tr>
                        <
td id="{$editorid}_color_out"><img src="$stylevar[imgdir_editor]/color.png" alt="" /><br /><img src="$vboptions[cleargifurl]id="{$editorid}_color_bar" alt="" style="background-color:black" width="21" height="4" /></td>
                        <
td class="alt_pickbutton"><img src="$stylevar[imgdir_editor]/menupop.png" alt="" /></td>
                    </
tr>
                    </
table>
                </
div></td>
            </if>
            <if 
condition="$show['wysiwygsmilies']">
                <
td><img src="$stylevar[imgdir_editor]/separator.png" alt="" /></td>
                <
td><div class="imagebutton" id="{$editorid}_popup_smilie" title="$vbphrase[smilies]">
                    <
table cellpadding="0" cellspacing="0" border="0">
                    <
tr>
                        <
td><img src="$stylevar[imgdir_editor]/smilie.png" alt="" /></td>
                        <
td class="alt_pickbutton"><img src="$stylevar[imgdir_editor]/menupop.png" alt="" /></td>
                    </
tr>
                    </
table>
                </
div></td>
            </if>
            <if 
condition="$show['attach']">
                <
td><div class="imagebutton" id="{$editorid}_popup_attach" title="$vbphrase[attachments]">
                    <
table cellpadding="0" cellspacing="0" border="0">
                    <
tr>
                        <
td><img src="$stylevar[imgdir_editor]/attach.png" alt="" /></td>
                        <
td class="alt_pickbutton"><img src="$stylevar[imgdir_editor]/menupop.png" alt="" /></td>
                    </
tr>
                    </
table>
                </
div></td>
            </if>
                <!--
                <
td><img src="$stylevar[imgdir_editor]/separator.png" alt="" /></td>
                <
td><div class="imagebutton" id="{$editorid}_cmd_cut"><img src="$stylevar[imgdir_editor]/cut.png" alt="$vbphrase[cut]/></div></td>
                <
td><div class="imagebutton" id="{$editorid}_cmd_copy"><img src="$stylevar[imgdir_editor]/copy.png" alt="$vbphrase[copy]/></div></td>
                <
td><div class="imagebutton" id="{$editorid}_cmd_paste"><img src="$stylevar[imgdir_editor]/paste.png" alt="$vbphrase[paste]/></div></td>
                -->
                <
td><img src="$stylevar[imgdir_editor]/separator.png" alt="" /></td>
                <
td><div class="imagebutton" id="{$editorid}_cmd_undo"><img src="$stylevar[imgdir_editor]/undo.png" alt="$vbphrase[undo]/></div></td>
                <
td><div class="imagebutton" id="{$editorid}_cmd_redo"><img src="$stylevar[imgdir_editor]/redo.png" alt="$vbphrase[redo]/></div></td>
            <
td width="100%">&nbsp;</td>
            <if 
condition="is_browser('ie') AND !is_browser('mac')">
                <
td><div class="imagebutton" id="{$editorid}_cmd_spelling"><img src="$stylevar[imgdir_editor]/spelling.png" alt="$vbphrase[check_spelling]/></div></td>
            </if>
                <
td>
                    <
div class="imagebutton" id="{$editorid}_cmd_resize_0_100"><img src="$stylevar[imgdir_editor]/resize_0.png" alt="$vbphrase[decrease_size]/></div>
                    <
div class="imagebutton" id="{$editorid}_cmd_resize_1_100"><img src="$stylevar[imgdir_editor]/resize_1.png" alt="$vbphrase[increase_size]/></div>                </td>
            
                <
td><div class="imagebutton" id="{$editorid}_cmd_switchmode">
                  <
div align="right"><img src="$stylevar[imgdir_editor]/switchmode.png" alt="$vbphrase[switch_editor_mode]/></div>
                </
div></td>
            
            </
tr>
            </
table>
            <
table cellpadding="0" cellspacing="0" border="0">
            <
tr>
            <if 
condition="$show['basic_bbcode']">
                <
td><div class="imagebutton" id="{$editorid}_cmd_bold"><img src="$stylevar[imgdir_editor]/bold.png" alt="$vbphrase[bold]/></div></td>
                <
td><div class="imagebutton" id="{$editorid}_cmd_italic"><img src="$stylevar[imgdir_editor]/italic.png" alt="$vbphrase[italic]/></div></td>
                <
td><div class="imagebutton" id="{$editorid}_cmd_underline"><img src="$stylevar[imgdir_editor]/underline.png" alt="$vbphrase[underline]/></div></td>
                <
td><img src="$stylevar[imgdir_editor]/separator.png" alt="" /></td>
            </if>
            <if 
condition="$show['align_bbcode']">
                <if 
condition="$stylevar['textdirection'] == 'ltr'">
                <
td><div class="imagebutton" id="{$editorid}_cmd_justifyleft"><img src="$stylevar[imgdir_editor]/justifyleft.png" alt="$vbphrase[align_left]/></div></td>
                <
td><div class="imagebutton" id="{$editorid}_cmd_justifycenter"><img src="$stylevar[imgdir_editor]/justifycenter.png" alt="$vbphrase[align_center]/></div></td>
                <
td><div class="imagebutton" id="{$editorid}_cmd_justifyright"><img src="$stylevar[imgdir_editor]/justifyright.png" alt="$vbphrase[align_right]/></div></td>
                <else />
                <
td><div class="imagebutton" id="{$editorid}_cmd_justifyright"><img src="$stylevar[imgdir_editor]/justifyright.png" alt="$vbphrase[align_right]/></div></td>
                <
td><div class="imagebutton" id="{$editorid}_cmd_justifycenter"><img src="$stylevar[imgdir_editor]/justifycenter.png" alt="$vbphrase[align_center]/></div></td>
                <
td><div class="imagebutton" id="{$editorid}_cmd_justifyleft"><img src="$stylevar[imgdir_editor]/justifyleft.png" alt="$vbphrase[align_left]/></div></td>
                </if>
                <
td><img src="$stylevar[imgdir_editor]/separator.png" alt="" /></td>
            </if>
            <if 
condition="$show['list_bbcode']">
                <
td><div class="imagebutton" id="{$editorid}_cmd_insertorderedlist"><img src="$stylevar[imgdir_editor]/insertorderedlist.png" alt="$vbphrase[ordered_list]/></div></td>
                <
td><div class="imagebutton" id="{$editorid}_cmd_insertunorderedlist"><img src="$stylevar[imgdir_editor]/insertunorderedlist.png" alt="$vbphrase[unordered_list]/></div></td>
            </if>
            <if 
condition="$show['align_bbcode'] OR $show['list_bbcode']">
                <if 
condition="$stylevar['textdirection'] == 'ltr'">
                <
td><div class="imagebutton" id="{$editorid}_cmd_outdent"><img src="$stylevar[imgdir_editor]/outdent.png" alt="$vbphrase[decrease_indent]/></div></td>
                <
td><div class="imagebutton" id="{$editorid}_cmd_indent"><img src="$stylevar[imgdir_editor]/indent.png" alt="$vbphrase[increase_indent]/></div></td>
                <else />
                <
td><div class="imagebutton" id="{$editorid}_cmd_outdent"><img src="$stylevar[imgdir_editor]/indent.png" alt="$vbphrase[decrease_indent]/></div></td>
                <
td><div class="imagebutton" id="{$editorid}_cmd_indent"><img src="$stylevar[imgdir_editor]/outdent.png" alt="$vbphrase[increase_indent]/></div></td>
                </if>
                <
td><img src="$stylevar[imgdir_editor]/separator.png" alt="" /></td>
            </if>
            <if 
condition="$show['url_bbcode']">
                <
td><div class="imagebutton" id="{$editorid}_cmd_createlink"><img src="$stylevar[imgdir_editor]/createlink.png" alt="$vbphrase[insert_link]/></div></td>
                <
td><div class="imagebutton" id="{$editorid}_cmd_unlink"><img src="$stylevar[imgdir_editor]/unlink.png" alt="$vbphrase[remove_link]/></div></td>
                <
td><div class="imagebutton" id="{$editorid}_cmd_email"><img src="$stylevar[imgdir_editor]/email.png" alt="$vbphrase[insert_email_link]/></div></td>
            </if>
            <if 
condition="$show['img_bbcode']">
                <
td><div class="imagebutton" id="{$editorid}_cmd_insertimage"><img src="$stylevar[imgdir_editor]/insertimage.png" alt="$vbphrase[insert_image]/></div></td>
            </if>
            <if 
condition="$show['quote_bbcode']">
                <
td><img src="$stylevar[imgdir_editor]/separator.png" alt="" /></td>
                <
td><div class="imagebutton" id="{$editorid}_cmd_wrap0_quote"><img src="$stylevar[imgdir_editor]/quote.png" alt="$vbphrase[wrap_quote_tags]/></div></td>
                <
td><img src="$stylevar[imgdir_editor]/separator.png" alt="" /></td>
            </if>
            <if 
condition="$show['code_bbcode']">
                <
td><div class="imagebutton" id="{$editorid}_cmd_wrap0_code"><img src="$stylevar[imgdir_editor]/code.png" alt="$vbphrase[wrap_code_tags]/></div></td>
            </if>
            <if 
condition="$show['html_bbcode']">
                <
td><div class="imagebutton" id="{$editorid}_cmd_wrap0_html"><img src="$stylevar[imgdir_editor]/html.png" alt="$vbphrase[wrap_html_tags]/></div></td>
            </if>
            <if 
condition="$show['php_bbcode']">
                <
td><div class="imagebutton" id="{$editorid}_cmd_wrap0_php"><img src="$stylevar[imgdir_editor]/php.png" alt="$vbphrase[wrap_php_tags]/></div></td>
            </if>
                
$vBeditTemplate[extrabuttons]
            </
tr>
            </
table>        
        
        </
td>
    </
tr>
    </
table>

</
div>

</
div>
</if>
<
div class="controlbar">
    <if 
condition="$show['qr_require_click']">
    <
textarea name="message" id="{$editorid}_textarea" rows="10" cols="60" style="width:$stylevar[messagewidth]; height:{$editor_height}px" tabindex="1" dir="$stylevar[textdirection]disabled="disabled">$vbphrase[click_quick_reply_icon]</textarea>
    <else />
    <
textarea name="message" id="{$editorid}_textarea" rows="10" cols="60" style="width:$stylevar[messagewidth]; height:{$editor_height}px" tabindex="1" dir="$stylevar[textdirection]"></textarea>
    </if>
</
div>

<
input type="hidden" name="wysiwyg" id="{$editorid}_mode" value="$editortype/>
<
input type="hidden" name="styleid" value="$session[styleid]/>

<
script type="text/javascript">
<!--
vB_Editor['$editorid'] = new vB_Text_Editor('$editorid'$editortype'$forumid''$parsesmilie');
var 
QR_EditorID '$editorid';
//-->
    
</script


Thanks!

Rocc 05-24-2008 10:33 PM

I installed this and it shows the images just fine but when i tryed to edit a post none of the buttons on the editor work same with quick reply ?

i reverted the templates and yet it still dosen't work this is with 3.7.0 with default skin

Silvio 05-25-2008 10:28 PM

Quote:

Originally Posted by GrendelKhan{TSU (Post 1524984)
hmm... seems to be a conflict with Princetons' smilies below edit hack.
ie: png editor button disappear when using it. :( at least for me

https://vborg.vbsupport.ru/showthread.php?t=178327

ideas?

yes happen same thing to me and my templates are updated.

disabling princeton's smilies below hack then this one will work like a charm
enabling princeton's smilies below hack then will perfectly work on quick replies panes but will not with the main full editor

Pls Wayne can you help on this matter?

regards

ciao

peterpigman 05-27-2008 03:30 PM

I have the Show Smilies in Quickreply added which stops working when you add this also.

Dr. Bantham 05-28-2008 12:32 AM

This appears to have messed up Highslide image functionality within PhotoPlog for me. I imported the XML file into two styles out of several and now those two styles no longer show the thumb images within Photoplog or posts. How do I reverse this?

UPDATE
The issue was with the Replacement Variable that changed "photoplog" to "Gallery". This really messed up Photoplog. Why was there even a reference to Photoplog? Are there any other areas that I need to be concerned with?

mikkitine 05-28-2008 03:23 PM

Was running this successfully on 3.7.0 yesterday. Installed vBSEO 3.2.0 RC5 and then it failed to show the png icons in quick edit and new thread/post reply. On showthread_quickreply the png icons show but on the color selector instead of the colour of choice being displayed in a little bar under the palette icon, I get the address of my forum in text(which pushes all the icons to the right of it further out). Upgraded to 3.7.1 soon after and the issues are the same.

Anybody else with similar problems or solutions?

sebil 05-29-2008 11:11 AM

how can uninstall this...........
great cod

BoYagoob 05-29-2008 06:26 PM

Great .. & installed ..

Mr. Hoddz 05-31-2008 08:45 AM

/me marks as installed.

Got to say this is possibly the best graphics set on here for the editor. Love it!! Thanks for sharing.

Mr. Hoddz 05-31-2008 08:47 AM

Quote:

Originally Posted by Dr. Bantham (Post 1533585)
This appears to have messed up Highslide image functionality within PhotoPlog for me. I imported the XML file into two styles out of several and now those two styles no longer show the thumb images within Photoplog or posts. How do I reverse this?

UPDATE
The issue was with the Replacement Variable that changed "photoplog" to "Gallery". This really messed up Photoplog. Why was there even a reference to Photoplog? Are there any other areas that I need to be concerned with?

Yeah I've got the same thing. I think I'm gonna look through the .xml file and see what I can find. Hopefully it is something in there.

Mr. Hoddz 05-31-2008 08:49 AM

For some reason, lines 4-6 of the .xml file have these contents...

Code:

        <templategroup name="Replacement Var Special Templates">
                <template name="photoplog" templatetype="replacement" date="0" username="" version=""><![CDATA[Gallery]]></template>
        </templategroup>

That is the only section that a search pulled up the word "Gallery".



The whole thing that has changed is a phrase has changed the word "photoplog" to "Gallery" (case sensitive) and this is what is causing the problem. Can't see anything that would cause it, but maybe Wayne will look into it and see what's wrong.

dannykilla 05-31-2008 05:04 PM

can anyone post a update for the template "postbit_quickedit" as I am still getting the please revert templates notice on ACP home, when I click the link to view the templates that need reverting I have this information

Default Template Updated in vBulletin 3.7.0 Beta 5 by Jelsoft
Your Custom Template Last Edited in vBulletin 3.6.8 by Koleckai

tafreeh 06-05-2008 04:50 AM

okay here is the thing...

after installing this hack, i m getting security tokken missing error.. while my userz trying to create new thread or reply to a post...

i try to fix it but i can not even find this code
Code:

value="$session[sessionhash]"


niether this one
Code:


Code:

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />



plus editior toolbar on and off, showthread and quick reply templates are showing under templates out of date

PLease help me out

Cs.Net 06-07-2008 09:43 PM

thank you nice :)


All times are GMT. The time now is 04:55 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
  • Page Generation 0.02182 seconds
  • Memory Usage 2,304KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (2)bbcode_php_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete