PDA

View Full Version : New Posting Features - Smilie Popup+


m03
12-27-2007, 10:00 PM
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 (https://vborg.vbsupport.ru/showpost.php?p=1411835&postcount=12)

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
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
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:
var smiliewindow_x = 240;
var smiliewindow_y = 280;

replace with:
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
Yeah, firstly edit Editor Templates >> editor_clientscript.

find:
var smiliewindow_x = 240;
var smiliewindow_y = 280;

replace with:
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
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
My bad. Perfect ;)
Great stuff.. glad we got that sorted :)

m03
01-01-2008, 03:20 PM
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
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:

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


you need to edit this part:
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
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!

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
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
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

yotsume
12-21-2008, 02:16 AM
Oh yea great idea and works perfect! It is nicer to use the product designed with the drop down on the right and a larger popup box. Should be a standard inclusion in VB!

dimples
12-22-2008, 11:05 PM
awesome, awesome, awesome

thank you!

Keyser S?ze
03-17-2009, 11:17 AM
are u going to continue this mod into 3.8?

jazzyname
05-17-2009, 11:04 PM
This is exactly what I needed
My first install WOOT!

I have 3.8 - it seems to work just fine

eridine
07-13-2009, 03:27 PM
Works in 3.8.2!

was exactly what I needed after an upgrade from 3.6.8.

jimsflies
09-19-2009, 02:04 AM
I installed it this evening and everything worked on 3.8.4. Then I added some more smilies to different categories. Any category I added to, no longer works now when I select it from the drop down. I tried reinstalling the mod, but didn't help. Any suggestions?

Never mind I got it working again. It doesn't like apostrophes in the category name.

HandsomeToad
09-30-2009, 11:54 AM
I would like to install this Mod but I have no clue where to install it? :( I am so afraid I'll mess something up so I don't like to experiment. ;)

Help! :D

Ribbit :)

bluej
11-12-2009, 11:00 PM
I would like to install this Mod but I have no clue where to install it? :( I am so afraid I'll mess something up so I don't like to experiment. ;)

Help! :D

Ribbit :)

just import it in Product Manager

ACP/Plugins & Products/Manage Products/Add Import Product

browse your files for the file and click Import




Thanks for the great Mod...installed on 3.8.4 :up:

Mahoni999
11-13-2009, 07:19 PM
i have added this nice Addon to my Site. So far works fin in vb 3.7.4

Only Thing i can`t fix is how it will show up in my MGC Chatbox :(

There all Smilies still show up in one Categorie and not like it supposed in different Categories.

Maybe you can help me with fixing this, please ?

Greetings Mahoni

Jagounet
03-13-2010, 03:47 PM
Hello! I just want to know if there the same "hack" or similar to the version 4.0? please

(Sorry for my English a little bad! Google translation!)

Jagounet
03-15-2010, 08:16 AM
up please ! :)

BirdOPrey5
01-06-2011, 09:20 PM
Working fine in 3.8.6... As was mentioned earlier it doesn't like apostrophes (') in category names- it also doesn't like ampersands (&)... I would stay clear of all special characters to be safe.

Been Told
03-28-2011, 03:43 PM
Hello! I just want to know if there the same "hack" or similar to the version 4.0? please

(Sorry for my English a little bad! Google translation!)

I would like this too!

egyptsons
05-01-2011, 01:45 PM
Is there is any update for VB4.X ?

sross
05-10-2011, 02:25 AM
need this on 4.x badly as well..

mahakala
05-18-2011, 01:03 PM
update for 4.x please

derrene
08-31-2011, 05:59 PM
i need it too

derrene
09-14-2011, 05:35 PM
me too :-(