vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   End-User Options - Favorite Smilies (https://vborg.vbsupport.ru/showthread.php?t=123116)

griffinzx10 03-21-2008 02:09 AM

bump, need an answer to this....

griffinzx10 03-24-2008 12:21 AM

Quote:

Originally Posted by griffinzx10 (Post 1469658)
ok i have it almost working I see the star in the wysiwyg editor, but there arent any smilies off to the side there. I can click FAVORITE star, and ALL my smilies come up adn I can select, but it doest save them anywhere..

Anyone know what I missed????

BTW I am running vb 3.6.8 and used these instructions vBULLETIN VERSION: 3.6.1+

Quote:

Originally Posted by griffinzx10 (Post 1469683)
ok now got it showing up, but for some reason when i post something i get a msg that says The message you have entered is too short. Please lengthen your message to at least 1 characters. And i have posted a something of equal or greater to this post, plus added smilies.. What am I missing??

Also you no longer click on the smilies, you have to drag and drop???

Quote:

Originally Posted by griffinzx10 (Post 1470329)
bump, need an answer to this....


BUMP.... ANYONE????

goddess_dix 03-24-2008 05:14 PM

griffin, i would redo your file edits starting with a fresh copy. chances are something is amiss there. and no, when it's installed and working properly, you do NOT have to drag and drop. you can continue to click as before.

Freesteyelz 03-24-2008 08:26 PM

I agree. Sounds like an error in the functions_editor.php edit.

I suggest that you first, disable the Favorite Smiliies plugin. If your editor works as it should then the problem is with the installation of this mod. If the problem continues then there's something else going on.

zaimbat 03-24-2008 08:57 PM

Great mod. Installed =)

theparentpack 03-31-2008 09:13 AM

My users will love this!!! Installed!

mblb 04-01-2008 08:41 AM

So it's not currently working properly with 3.6.9
it works in the quick link but now there's just a read box in the left hand side where the smiles should be displayed.

forumbust 04-02-2008 03:41 AM

yes, me too. My fav smilies is not working in 3.6.9. Hope the creator can come up with a way to deal with it. It is a good hack.

Add on:
The strange thing is i see the fav icon star now and initially i dun see it.

Alibass 04-02-2008 02:44 PM

This works fine with 3.6.9

Did you edit your functions_editor.php after installing 3.6.9?

Fungsten 04-03-2008 08:53 PM

Quote:

Originally Posted by forumbust (Post 1480612)
yes, me too. My fav smilies is not working in 3.6.9. Hope the creator can come up with a way to deal with it. It is a good hack.

Add on:
The strange thing is i see the fav icon star now and initially i dun see it.

I fixed mine. I copied some of the functionsedit file from 3.6.8 to 3.6.9.

nightbloom 04-04-2008 03:38 AM

This has to be my users' favorite hack....

Ivo2 04-24-2008 04:57 PM

Don't work with 3.6.10 for me.

goddess_dix 04-24-2008 06:50 PM

Quote:

Originally Posted by Ivo2 (Post 1498339)
Don't work with 3.6.10 for me.

did you try to redo the file edits part of the install process on your new 3.6.10 files?

djbaxter 04-24-2008 11:01 PM

Yes. You have to redo the file edit and then it will work fine.

Ivo2 04-25-2008 01:11 AM

Thanks for help
I redo evrything, favorite smilie works, but I can't make changes to smilies. When I try to save allways get securitytokens error.
Any idea?

EastImports 04-26-2008 08:59 PM

hey guys,

I just installed this on my forum and everything looked well, I'm running on 3.6.10. But when my users check off their favorite smilies and try to save their selection they get the following error...any ideas?

"Your submission could not be processed because a security token was missing or mismatched.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error."

Fungsten 04-27-2008 04:19 PM

3.6.10. Not working for me either. Smilies also disappeared.

vbengland 04-27-2008 04:47 PM

Thanks

djbaxter 04-27-2008 04:48 PM

It does work on 3.6.10 - you have to redo the file edits. See the installation instructions.

Fungsten 04-27-2008 04:53 PM

Quote:

Originally Posted by djbaxter (Post 1500806)
It does work on 3.6.10 - you have to redo the file edits. See the installation instructions.

I re-edited them and it still didn't work.

goddess_dix 04-29-2008 04:18 PM

Quote:

Originally Posted by EastImports (Post 1500107)
"Your submission could not be processed because a security token was missing or mismatched.

since saving the fav smilies is done via a form, do we need new/extra edits for the required sercurity tokens from the lastest security release, perhaps?

i'm hoping to upgrade to gold soon myself, and this is a pretty big issue for me if so because my members are very fond of their favorite smilies. :D

dlynx 05-02-2008 05:20 PM

For those trying to get this to work on 3.7 Gold w/ the token error. Here is what I did to get it to work:

In template favoritesmilies

Find:
Code:

<input class="button" type="reset" value="$vbphrase[reset]" name="resetfavs"><input class="button" type="submit" value="$vbphrase[clear_list]" name="clearfavs">
Add After:
Code:

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

goddess_dix 05-03-2008 06:56 PM

Thank you, dlynx!

odeezie 05-05-2008 01:31 PM

Thank You! Its working perfectly on my 3.7.0 board. :D

Leo Brazil 05-08-2008 10:29 AM

Quote:

Originally Posted by dlynx (Post 1505940)
For those trying to get this to work on 3.7 Gold w/ the token error.

This tip rocks !!! Working great on 3.7.0 Gold after that.

Tks.

Bounce 05-08-2008 09:14 PM

Any chance this will work on vb 3.7.0 without having to add define('CSRF_SKIP_LIST', 'action_one,action_two'); to a file :confused:

Bounce 05-08-2008 09:15 PM

Quote:

Originally Posted by dlynx (Post 1505940)
For those trying to get this to work on 3.7 Gold w/ the token error. Here is what I did to get it to work:

In template favoritesmilies

Find:
Code:

<input class="button" type="reset" value="$vbphrase[reset]" name="resetfavs"><input class="button" type="submit" value="$vbphrase[clear_list]" name="clearfavs">
Add After:
Code:

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

:up: ignore last post lol

NeitherSparky 05-09-2008 09:50 PM

Quote:

Originally Posted by dlynx (Post 1505940)
For those trying to get this to work on 3.7 Gold w/ the token error. Here is what I did to get it to work:

I wasn't expecting to have to use this trick until I went to 3.7, but a user reported the token error on 3.6.10. This fix took care of it. Thank you!

Skedoozy 05-10-2008 07:03 PM

I'm running 3.6.8 and this worked before but all of the sudden if anyone tries to change their favorites they get a pop up saying

Your Favorite Smilies List only has room for 0 selections.
If you would like to add this one, please uncheck one to make room.

You get the same message whether you're trying to add one or remove one.

Helps?

Skedoozy 05-10-2008 07:43 PM

Well I managed to find out why it was set to 0.

Quote:

Originally Posted by Christine (Post 1237277)
I think I found it. It looks to be pulling the value from the Smiliebox Total Smilies field in the Message Posting and Interface section of the Options.

I had to change that as it was set to 0 because I don't display smilies in a box on my editors. So I had to remove the code from the SmiliesBox template so it does not show up. Seems a silly way to set the amount of favorites you can have. Is there a way around this?

Hams 05-11-2008 09:56 PM

dont work with me vB 3.7.0 Gold Mybe not support arabic languag..

any Idea?

dlynx 05-12-2008 03:03 AM

Hams:

That appears to be a showpost/threadview page. Favorite smilies isn't on either page (except quick reply if you've hacked it in). The only place you should see a reference to favorite smilies is in the editor toolbar, and User CP -> Favorite Smilies.

goddess_dix 05-12-2008 02:52 PM

Quote:

Originally Posted by Skedoozy (Post 1515257)
I had to change that as it was set to 0 because I don't display smilies in a box on my editors. So I had to remove the code from the SmiliesBox template so it does not show up. Seems a silly way to set the amount of favorites you can have. Is there a way around this?

Well, since it uses the number of smilies set to display in your forums as the number of favorites, I doubt there is a way to work around it without adding a column to a table and recoding the product. since default vb installs only display smilies on the advanced editor and most people don't force them to not display at all, it sounds like your situation is unusual at least.

Fungsten 05-16-2008 06:02 PM

Self delete.

bondjetta 05-20-2008 03:00 AM

up and running on 3.7 with the token fix. Thanks :)

Fungsten 05-21-2008 05:53 PM

The changes don't hold after pressing save. I have 3.7 and have checked through the thread and couldn't find anything on it. TIA.

goddess_dix 05-21-2008 06:26 PM

well, as long as you're running the token fix from a few posts up, it has been working for others on 3.7. i would check your file edts and your smilie settings in the vb backend to see if you can see anything out of the ordinary.

are you running any other hacks that would impact smilies or the text editor? and what happens when you try to save? do you get an error or does it just go through the process and not save?

Fungsten 05-21-2008 06:36 PM

Quote:

Originally Posted by goddess_dix (Post 1527158)
well, as long as you're running the token fix from a few posts up, it has been working for others on 3.7. i would check your file edts and your smilie settings in the vb backend to see if you can see anything out of the ordinary.

What do you mean by a few posts up? I inserted the token fix right where the poster said in the favoritesmilies template. Thanks.

goddess_dix 05-21-2008 06:48 PM

Quote:

Originally Posted by Fungsten (Post 1527169)
What do you mean by a few posts up? I inserted the token fix right where the poster said in the favoritesmilies template. Thanks.

i just meant that it's been mentioned recently in this thread, not about where you put it in the templates.

Fungsten 05-21-2008 11:08 PM

Quote:

Originally Posted by goddess_dix (Post 1527185)
i just meant that it's been mentioned recently in this thread, not about where you put it in the templates.

:o:erm:


All times are GMT. The time now is 05:54 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.01691 seconds
  • Memory Usage 1,823KB
  • 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
  • (15)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