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)
-   -   Profile Enhancements - Personal Notepad (https://vborg.vbsupport.ru/showthread.php?t=161834)

lood 04-25-2008 07:39 AM

Same problem as Wobbly

Wobbly Goblin 04-25-2008 07:50 AM

Quote:

Originally Posted by lood (Post 1498834)
Same problem as Wobbly

I posted it over at vbulletin.com as well (vBulletin 3.6.10 Release Discussion). This is the answer I was given.
Quote:

Originally Posted by Onimua
As stated in the announcement, modifications might need to be updated to be compatible with the new security token system in vBulletin. You will need to contact the author of that modification for the update.


Wobbly Goblin 04-26-2008 07:25 AM

Great news! Zero Tolerance wrote a nice little hack that fixed the problem I was having with the Personal Notepad & Event Attendance mods. Check it out --> Link

Boofo 04-26-2008 08:01 AM

Quote:

Originally Posted by Wobbly Goblin (Post 1499579)
Great news! Zero Tolerance wrote a nice little hack that fixed the problem I was having with the Personal Notepad & Event Attendance mods. Check it out --> Link

In the xml

Find:

<input type="hidden" name="do" value="savenotepad" />

And add below it:

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

and that will fix the security token error.

Wobbly Goblin 04-26-2008 04:32 PM

Quote:

Originally Posted by Boofo (Post 1499590)
In the xml

Find:

<input type="hidden" name="do" value="savenotepad" />

And add below it:

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

and that will fix the security token error.

Thanks Boofo...that worked perfectly! I still need Zero's hack for the "Event Attendance" mod, but the Notepad works great without it. I appreciate your help.

Nick

Boofo 04-26-2008 05:06 PM

Quote:

Originally Posted by Wobbly Goblin (Post 1499900)
Thanks Boofo...that worked perfectly! I still need Zero's hack for the "Event Attendance" mod, but the Notepad works great without it. I appreciate your help.

Nick

In the "Event Attendance"

Find:

<input type="hidden" name="e" value="$eventinfo[eventid]" />

BELOW it add:

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

Wobbly Goblin 04-26-2008 05:24 PM

Quote:

Originally Posted by Boofo (Post 1499927)
In the "Event Attendance"

Find:

<input type="hidden" name="e" value="$eventinfo[eventid]" />

BELOW it add:

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

Excellent...that worked great! Zero's hack is now disabled and my "Personal Notepad" & "Event Attendance" mods are working perfectly.

Thanks again Boofo :up:

Nick

RedeemedWarrior 04-28-2008 05:50 AM

works great

Boofo 05-01-2008 10:13 AM

Is there a way to add a default message to this like IPB does that explains what you can use this for?

Kaelon 05-05-2008 11:24 PM

Quote:

Originally Posted by Boofo (Post 1499590)
In the xml

Find:

<input type="hidden" name="do" value="savenotepad" />

And add below it:

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

and that will fix the security token error.

Perfect. For those who want to edit pre-existing installations, make the same edits in the "personal_notepad" template. :)


All times are GMT. The time now is 04:59 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.01345 seconds
  • Memory Usage 1,738KB
  • 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
  • (7)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
  • (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