vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   New Posting Features - Smilies in QR and QE (https://vborg.vbsupport.ru/showthread.php?t=240610)

akanevsky 04-15-2010 10:00 PM

Smilies in QR and QE
 
1 Attachment(s)
I no longer support my hacks. Please feel free to update them and release new versions elsewhere as long as I get the credit for the original modification.

/*===================================*\
|| Smilies in QR and QE
||
|| Author : Anton Kanevsky
|| Works on : vBulletin 4.0.x
|| Released : Apr 16, 2010
||
|| Time required to install: ~30 seconds
|| Difficulty: easy
\*===================================*/

DESCRIPTION

Displays standard vBulletin smilies in quick reply and quick edit, which are not there by default.

STATISTICS

Products to Install: 1


VERSION HISTORY

2.0.0
Hack ported to vBulletin 4.0.x.

1.1.0
[+] The modification is now compatible with vBulletin 3.5.x - 3.8.x.
[+] Eliminated all template edits.

1.0.3
[+] The modification is now compatible with vBulletin 3.6.

1.0.2
[+] The dropdown has been added to the quick edit form.
[+] The hack is now free of code modifications.

1.0.1
[F] Templates are now cached, 4 queries saved.

1.0.0
Initial Release

The installation manual is contained within the attached file.

IF YOU LIKE MY HACK, PLEASE CLICK INSTALL

skariko 04-17-2010 10:34 AM

The attachment is corrupted :)

akanevsky 04-17-2010 02:49 PM

It works for me. Try a different zip utility.

ViktorDA 04-17-2010 03:27 PM

7 zip - no problems :)

skariko 04-17-2010 05:37 PM

Quote:

Originally Posted by Psionic Vision (Post 2022686)
It works for me. Try a different zip utility.

I'm using a Mac... so on OSX it doesn't work :)
On monday i'll go to office and i'll use a PC.. but this post it's just to inform you that on OSX it doesn't go :)

encryption 04-28-2010 01:48 PM

I installed this and don't see anything in QR or QE

Dr.osamA 04-30-2010 03:43 PM

perfect

installed + 5 stars

zelnik 04-30-2010 04:59 PM

perfect perfect perfect, my users will be very happy!

Walter Ronny 05-19-2010 11:40 PM

Perfect!!! it should be great if you can add smilies in PM Quick reply too!

Thanks

sadiq6210 05-20-2010 10:41 AM

Thanks

Walter Ronny 06-02-2010 09:15 PM

it's possible to add too to Private message reply?

and it's possible to make a "random smilies" everytime? that would be PERFECT!

thanks!

funmasti 06-03-2010 04:15 AM

great mod mate.. thanks

Leeleemu 06-05-2010 01:22 AM

Great work :)

muhonki 06-13-2010 07:04 AM

Works fine if forum is in default language (english), but when user change forum to other language (finnish) user gets error

PHP Parse error: syntax error, unexpected '(' in /forumpath/includes/class_core.php(4020) : eval()'d code on line 61

zelnik 06-18-2010 03:42 PM

Hi guys..

This has stopped working on vb4.0.4 :(

Juggernaut 06-19-2010 06:46 PM

^^ This does not work in vBulletin 4.0.4

a7lameza.com 06-20-2010 07:41 PM

thank you

chipc0i 06-22-2010 06:49 AM

not work in vb 4.0.4

zelnik 06-22-2010 07:09 AM

Psionic do you think this will be an easy fix for 4.0.4 as my users are screaming at me :)

Juggernaut 07-01-2010 11:19 PM

It says that the mod is not supported, will probably have to uninstall :(

Fraxter 07-13-2010 01:23 PM

Confirmed: Not working on 4.0.4

dwkmi 07-18-2010 01:10 AM

Doesn't work in 4.0.5 either.
Need this badly!! ;)

Fungsten 07-18-2010 10:54 PM

Quote:

Originally Posted by dwkmi (Post 2070895)
Doesn't work in 4.0.5 either.
Need this badly!! ;)

Same here.

zelnik 07-19-2010 09:28 AM

Psionic hasn't been online since June so I'm not holding much hope for a fix :(

Someone else has done a manual edit and it works in 4.0.4/4.0.5 here: https://vborg.vbsupport.ru/showthread.php?t=246807

BaziCenter 08-06-2010 07:04 AM

Here is the quick fix for 4.0.4/4.0.5:
open the product-psi_smqre.xml

In lines 60 & 82 find:
Code:

<div class="popupctrl" id="{vb:raw editorid}_colorfield"><img src="{vb:stylevar imgdir_editor}/color.png" class="vbedit_colorbutton" width="21" height="16" alt="" /></div>
Replace with:
Code:

<div class="popupctrl" id="{vb:raw editorid}_colorfield"><img src="{vb:stylevar imgdir_editor}/color.png" id="{vb:raw editorid}_color_out" class="vbedit_colorbutton" width="21" height="16" alt="" /></div>
-----------------------------------
In line 119 find:
Code:

<textarea name="message" id="{vb:raw editorid}_textarea" rows="10" tabindex="1" cols="80" dir="{vb:stylevar textdirection}" disabled="disabled">{vb:raw click_quick_reply_icon}</textarea>
            <vb:else />
                <textarea name="message" id="{vb:raw editorid}_textarea" rows="10" tabindex="1" cols="80" dir="{vb:stylevar textdirection}"></textarea>

Replace with:
Code:

<textarea name="message" id="{vb:raw editorid}_textarea" rows="10" tabindex="1" cols="80" dir="{vb:stylevar textdirection}" <vb:if condition="$content">class="{vb:raw content}"</vb:if> disabled="disabled">{vb:raw click_quick_reply_icon}</textarea>
            <vb:else />
                <textarea name="message" id="{vb:raw editorid}_textarea" rows="10" tabindex="1" cols="80" dir="{vb:stylevar textdirection}" <vb:if condition="$content">class="{vb:raw content}"</vb:if>></textarea>

-----------------------------------
Upload the XML again.

sonlaol 08-07-2010 03:55 AM

1 Attachment(s)
not work on 4.0.5

xml after edit

audis3 10-22-2010 01:20 AM

Quote:

Originally Posted by sonlaol (Post 2080387)
not work on 4.0.5

xml after edit

Great, this works in 4.0.7

Thanks

hoangminh 10-28-2010 11:16 AM

Quote:

Originally Posted by sonlaol (Post 2080387)
not work on 4.0.5

xml after edit

Yours works in 4.0.8

MaverickEX 01-10-2011 07:06 PM

Quote:

Originally Posted by sonlaol (Post 2080387)
not work on 4.0.5

xml after edit

Just installed it in 4.0.7 also. Thanks for the update!

As an aside, I wasn't able to unzip the ZIP file provided by the mod creator. Thanks for making the file available!

Leo777 01-20-2011 10:38 PM

Quote:

Originally Posted by sonlaol (Post 2080387)
not work on 4.0.5

xml after edit


Thanks for the fix, very much appreciated :)

EquinoxWorld 01-21-2011 12:05 PM

Quote:

Originally Posted by sonlaol (Post 2080387)
not work on 4.0.5

xml after edit

Awesome work! works on vB 4.1.1 on a custom theme and the default as well. Good work!

Chmura 02-10-2011 11:23 PM

Didn't work for me.
Default theme, 4.1.1

Leo777 02-11-2011 06:00 AM

Quote:

Originally Posted by Chmura (Post 2161197)
Didn't work for me.
Default theme, 4.1.1

Did you use the updated version from this post : https://vborg.vbsupport.ru/showpost....7&postcount=26

Chmura 02-11-2011 07:50 PM

Quote:

Originally Posted by Leo777 (Post 2161283)
Did you use the updated version from this post : https://vborg.vbsupport.ru/showpost....7&postcount=26

Nope, I did now and it works :)

MeisterGigi 02-28-2011 05:33 AM

thanx, the updated one works in 4.1.12 too :)

Would it also be possible that there are in the quick reply box lets say 10-20 smilies always visible?

SpaceStar 04-04-2011 09:02 PM

Not working in 4.1.2 - it destroyed the Quick Reply (removed all other icons)

fxwoody 04-09-2011 11:30 AM

!!! Is it working guys or not???

For everyone interested, i have been struggling with different scripts to make the smilies to show ! Tho, q-reply seems like impossible to get to show!!! Should be standard in vB anyway.
But, i managed to make them to show in Q-pmreply whit Lynne's smilies below plugin ;)
See info in there: https://vborg.vbsupport.ru/showthread.php?t=229650


All times are GMT. The time now is 05:31 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.01883 seconds
  • Memory Usage 1,788KB
  • 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
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (37)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete