vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   New Posting Features - Smilie Popup+ (https://vborg.vbsupport.ru/showthread.php?t=166325)

m03 12-27-2007 10:00 PM

Smilie Popup+
 
Why have I created this Mod?
If you have a large amount of smilies in categories then when you click on More? you get a huge popup that takes ages to load, what would be better is if you could select each category individually and so that's what this hack does.

Is it Easy to Install?
You betcha, this is a no edits mod, just install the product, enable it in vbulletin options and as long as you haven't got a modified smiliepopup template then it's all done (if your template is edited, just revert it)

Can I switch it off?
Yep, it comes with an Enable option for if you want to switch back to the page that takes forever to load :)

v1.0.1 Update
Seems the vBulletin Options didn't export properly in the initial product so I've had to modify things slightly and export the mod again, sorry for any inconvience caused, just overwrite the old product with this new one.

Alternative Version
To have the dropdown displayed on the right side of the smiliepopup rather than a double tcat then please see this post

The enable option for this hack can now be found in vBulletin Options > Smilie Popup+

glorify 12-28-2007 03:45 PM

No settings in the admincp per your screen. The settings just aren't there under message posting interface options.

m03 12-28-2007 04:00 PM

Very odd.. was working on my tests, but just tried it on a clean install and your right the option doesn't show up.. Just trying to fix it now.

m03 12-28-2007 04:22 PM

Fixed now.. had to move the enable option to it's own setting group.

Forum Lover 12-28-2007 06:54 PM

cool... i like the idea ... planning to install it.

Audentio 12-28-2007 10:56 PM

I like the idea as well, tell us when its fixed :).

m03 12-29-2007 09:34 AM

Quote:

Originally Posted by Audentio (Post 1411106)
I like the idea as well, tell us when its fixed :).

It's fixed and this new version is working fine.

firstrebel 12-29-2007 10:21 AM

I suggested this over on vbulletin.com some time back, it should have been standard ages ago. Well done.

Bob

River_rush 12-29-2007 08:41 PM

Thanks i can verify it works ok with 3.6.8 Patch Level 2

SwollenCranium 12-29-2007 09:02 PM

Good job !!

Installed and using it now.

glorify 12-29-2007 10:45 PM

Works great. Was using another before. Any way to put it next to the Show Smiles and not have a double tcat?

m03 12-30-2007 09:41 AM

Quote:

Originally Posted by glorify (Post 1411627)
Works great. Was using another before. Any way to put it next to the Show Smiles and not have a double tcat?

Yeah, firstly edit Editor Templates >> editor_clientscript.

find:
Code:

var smiliewindow_x = 240;
var smiliewindow_y = 280;

replace with:
Code:

var smiliewindow_x = 480;
var smiliewindow_y = 560;

That'll double the size of the smiliepopup. then remove the other product and use this
one instead.

glorify 12-30-2007 12:45 PM

Quote:

Originally Posted by m03 (Post 1411835)
Yeah, firstly edit Editor Templates >> editor_clientscript.

find:
Code:

var smiliewindow_x = 240;
var smiliewindow_y = 280;

replace with:
Code:

var smiliewindow_x = 480;
var smiliewindow_y = 560;

That'll double the size of the smiliepopup. then remove the other product and use this
one instead.

I get a new version number in the products, but the same result (the double tcats). I uninstalled the other and uploaded with allow overwrite to yes. Any ideas?

m03 12-30-2007 10:29 PM

Quote:

Originally Posted by glorify (Post 1411894)
I get a new version number in the products, but the same result (the double tcats). I uninstalled the other and uploaded with allow overwrite to yes. Any ideas?

Very odd, I've just double checked the product xml of the post above and it has the new code, in the plugin manager do you have Smilie Popup+ or Smilie Popup+ Alternative?

glorify 12-31-2007 02:23 AM

My bad. Perfect ;)

Hornstar 12-31-2007 06:47 AM

Thanks, this looks very useful, however an option to show all, would still be handy.

m03 01-01-2008 03:19 PM

Quote:

Originally Posted by glorify (Post 1412360)
My bad. Perfect ;)

Great stuff.. glad we got that sorted :)

m03 01-01-2008 03:20 PM

Quote:

Originally Posted by hornstar1337
Thanks, this looks very useful, however an option to show all, would still be handy.

hmmm.. I might look into adding that in a future version, thanks for the suggestion.

GrendelKhan{TSU 01-02-2008 04:47 AM

great job! thanks :)

Bree 01-10-2008 07:26 AM

Thanks a bunch... worked perfect on my 3.7 Beta 3! And thanks too for mentioning that edit... I always did want to make that smilie popup box bigger (as I use bigger smilies)... You wouldn't know by chance how to get the other one (where you click on top of post and it drops down to only show a few more smilies) a little bigger would ya?

*Installed* *Rated Excellent* *Nominated*

Always, Bree

m03 01-21-2008 05:53 PM

Quote:

Originally Posted by Bree (Post 1418834)
Thanks a bunch... worked perfect on my 3.7 Beta 3! And thanks too for mentioning that edit... I always did want to make that smilie popup box bigger (as I use bigger smilies)... You wouldn't know by chance how to get the other one (where you click on top of post and it drops down to only show a few more smilies) a little bigger would ya?

*Installed* *Rated Excellent* *Nominated*

Always, Bree

Sorry for the delay in replying.. I didn't get a notification that this thread had a new post.

I'm glad you enjoyed the hack and I'm glad I was able to give you an extra helping hand too :) If you want to make the menu dropdown bigger then you need to edit a file.

clientscript/vbulletin_textedit.js find:
Code:

                        case 'smilie':
                        {
                                menu = this.init_menu_container('smilie', '175px', '250px', 'auto');
                                this.build_smilie_popup(obj, menu);
                                break;
                        }

you need to edit this part:
Code:

menu = this.init_menu_container('smilie', '175px', '250px', 'auto');
the width is currently 175px
the height is currently 250px

replace as you see fit..

once again, sorry for the delay in getting back to you on this.

Sandy-XXX 01-31-2008 08:55 PM

Nice, installed.

Working nice on 3.6.8 Level 2

Bree 02-02-2008 12:07 AM

Hi m03,

Looks as tho I am late in responding also *blush*... I get to working on new things and forget what I was doing prior... Thank you sooo much for your response... I really appreciate the help! Hopefully I'll get to making these changes tonight... You are the best!

It's the littest changes you make to your boards that make the biggest difference I think =0)

Hugs, Bree

WebmasterSimds 02-02-2008 04:15 AM

Thank you, cause I have at lease 17 different ones, from Birthday, to sympathy, to fun to all others, including software specific. Excellent Job!!!!!

BluePen 02-18-2008 07:46 AM

nice work

installed , Nominated , 5 globs

thanx

FLMom 05-03-2008 01:38 AM

Thank you for this!! It works perfectly :D

polar33 05-03-2008 08:49 AM

Thanks for the mod, it's exactly what I needed. One extremely minor thing though, I had a category with an ampersand in the title, and none of the smilies would show up unless I changed the "&" to "and". Like I said, extremely minor, but I figured it's worth mentioning just in case anyone else experiences it.

FLMom 05-03-2008 02:33 PM

Quote:

Originally Posted by polar33 (Post 1506596)
Thanks for the mod, it's exactly what I needed. One extremely minor thing though, I had a category with an ampersand in the title, and none of the smilies would show up unless I changed the "&" to "and". Like I said, extremely minor, but I figured it's worth mentioning just in case anyone else experiences it.


Thank you for posting this! I had the same problem this morning and was just coming to ask how to fix it! Now all of my categories work perfectly! :D

trackpads 05-08-2008 01:30 AM

Question, I have a lot of smilies but the scrollbars are not showing. Any ideas what I did wrong?

egyptsons 05-08-2008 02:12 AM

nice one
Installed :D

kennn 05-08-2008 04:44 AM

Just installed this and works beautifully on vB 3.7.0 Gold. This was just what the doctor ordered for my HUGE smilie collection. :) Thanks!

Quote:

Originally Posted by hornstar1337 (Post 1412447)
Thanks, this looks very useful, however an option to show all, would still be handy.

I second the above request - a Show All or Complete Collection option added to the very top or very bottom of the category dropdown list would be very useful if you need to search across categories for a particular smilie.

Great mod!

PetraRobinson 05-08-2008 01:33 PM

for this great Mod, it makes life so much easier.
Petra:up:

MJMoore 05-15-2008 07:07 AM

Quote:

Originally Posted by polar33 (Post 1506596)
Thanks for the mod, it's exactly what I needed. One extremely minor thing though, I had a category with an ampersand in the title, and none of the smilies would show up unless I changed the "&" to "and". Like I said, extremely minor, but I figured it's worth mentioning just in case anyone else experiences it.

Thank you so much for that - for the life of me I couldn't see why one of my categories wasn't showing! :)

trackpads 05-15-2008 10:49 AM

Quote:

Originally Posted by trackpads (Post 1512212)
Question, I have a lot of smilies but the scrollbars are not showing. Any ideas what I did wrong?

I am sorry if this is OT, any ideas what I can do here? The categories are awesome, I guess I just need to find a way to scroll :)

JadedSouls 05-15-2008 01:03 PM

My IE users will be ecstatic about this! haha
Everytime they try to view "More", their screens go haywaire and freeze..
I'm addicted to smilies and have probably close to 1000..

carbide 05-20-2008 11:09 PM

very nice installed

Mutt 05-23-2008 08:20 PM

works great

BUT, I have a tiny issue. on the reply or newthread page when you click more it works perfectly & the window stays on top. on the quick reply or quick edit however the popup immediatly goes to the back. i'm trying to figure out a way to force it to the front. anyone have any ideas?

thanks

mahakala 12-20-2008 08:54 PM

thanks! works also for 3.6.4

maybe you can add to the form-select an method="post" - works better for me, cause i have vBcback installed.

Bill from Cleve 12-20-2008 09:51 PM

what a great MOD. "INSTALLED" and very happy!

The4um 12-20-2008 10:29 PM

thank you


All times are GMT. The time now is 06:35 AM.

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.01429 seconds
  • Memory Usage 1,817KB
  • 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
  • (6)bbcode_code_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)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