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)

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?


All times are GMT. The time now is 01:53 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.01500 seconds
  • Memory Usage 1,740KB
  • 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
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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