vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   [AJAX] Post Thank You Hack (https://vborg.vbsupport.ru/showthread.php?t=92410)

Abe1 04-18-2006 06:04 PM

Quote:

Originally Posted by firstrebel
I am confused. I have been running 3.3 and your other instruction for upgrade is to just reimport the product. Can you please clarify.

Thanks.

Bob

There are NO differant template edits that have to be made by YOU, UNLESS you made changes to the templates that come with the hack. If you edited any of the templates like post_thanks_postbit then you must revert it so you can gane the new functions. There where many changed with the templates that come with the hack.

mholtum 04-18-2006 06:25 PM

I dont know what the hell is up. All the edits are the same as they used to be, the postbit template has all the edits, and the button wont show up! ARGH it worked fine before!

Abe1 04-18-2006 06:27 PM

Quote:

Originally Posted by mholtum
I dont know what the hell is up. All the edits are the same as they used to be, the postbit template has all the edits, and the button wont show up! ARGH it worked fine before!

Go make sure you reverted all edited templates that belong to this hack.

mholtum 04-18-2006 06:28 PM

I checked they have not been edited. and cant be reverted..

Abe1 04-18-2006 06:29 PM

Quote:

Originally Posted by mholtum
I checked they have not been edited. and cant be reverted..

Is there a way I can check your APC? I need tmeplates and plugins.

mholtum 04-18-2006 06:34 PM

weird.. Now they all of a sudden are showing up! Sweet

slamdog 04-18-2006 06:43 PM

i just follwed the upgrade instruction. i get a database error, lose the button and all the previous thanks.....

Abe1 04-18-2006 06:45 PM

Quote:

Originally Posted by slamdog
i just follwed the upgrade instruction. i get a database error, lose the button and all the previous thanks.....

All you did was upload the XML?

slamdog 04-18-2006 07:09 PM

yep, thats all i did


Code:

Database error in vBulletin 3.5.4:

Invalid SQL:

                                INSERT INTO setting
                                (varname, grouptitle, value, defaultvalue, datatype, optioncode, displayorder, advanced, volatile, product)
                                VALUES
                                (
                                        'post_thanks_on_off',
                                        'post_thanks',
                                        '1',
                                        '1',
                                        'boolean',
                                        'yesno',
                                        10,
                                        0,
                                        1,
                                        'post_thanks'
        ),
        (
                                        'post_thanks_forum_off',
                                        'post_thanks',
                                        '',
                                        '',
                                        'free',
                                        '',
                                        20,
                                        0,
                                        1,
                                        'post_thanks'
        ),
        (
                                        'post_thanks_forum_first_all',
                                        'post_thanks',
                                        '0',
                                        '0',
                                        'boolean',
                                        'yesno',
                                        30,
                                        0,
                                        1,
                                        'post_thanks'
        ),
        (
                                        'post_thanks_forum_first',
                                        'post_thanks',
                                        '',
                                        '',
                                        'free',
                                        '',
                                        40,
                                        0,
                                        1,
                                        'post_thanks'
        ),
        (
                                        'post_thanks_date_all',
                                        'post_thanks',
                                        '0',
                                        '1',
                                        'boolean',
                                        'yesno',
                                        50,
                                        0,
                                        1,
                                        'post_thanks'
        ),
        (
                                        'post_thanks_date_forum',
                                        'post_thanks',
                                        '',
                                        '',
                                        'free',
                                        '',
                                        60,
                                        0,
                                        1,
                                        'post_thanks'
        ),
        (
                                        'post_thanks_usergroup_using',
                                        'post_thanks',
                                        '',
                                        '',
                                        'free',
                                        '',
                                        70,
                                        0,
                                        1,
                                        'post_thanks'
        ),
        (
                                        'post_thanks_user_useing',
                                        'post_thanks',
                                        '',
                                        '',
                                        'free',
                                        '',
                                        80,
                                        0,
                                        1,
                                        'post_thanks'
        ),
        (
                                        'post_thanks_reputation',
                                        'post_thanks',
                                        '1',
                                        '0',
                                        'number',
                                        '',
                                        90,
                                        0,
                                        1,
                                        'post_thanks'
        ),
        (
                                        'post_thanks_post_count',
                                        'post_thanks',
                                        '0',
                                        '0',
                                        'boolean',
                                        'yesno',
                                        100,
                                        0,
                                        1,
                                        'post_thanks'
        ),
        (
                                        'post_thanks_delete_own',
                                        'post_thanks',
                                        '1',
                                        '1',
                                        'boolean',
                                        'yesno',
                                        110,
                                        0,
                                        1,
                                        'post_thanks'
        ),
        (
                                        'post_thanks_button',
                                        'post_thanks',
                                        '0',
                                        '0',
                                        'boolean',
                                        'yesno',
                                        120,
                                        0,
                                        1,
                                        'post_thanks'
        ),
        (
                                        'post_thanks_poster_button',
                                        'post_thanks',
                                        '0',
                                        '0',
                                        'boolean',
                                        'yesno',
                                        130,
                                        0,
                                        1,
                                        'post_thanks'
        );

MySQL Error  : Duplicate entry 'post_thanks_on_off' for key 1
Error Number : 1062
Date        : Tuesday, April 18th 2006 @ 04:09:09 PM
Script      : http://www.dvderotica.net/forums/admincp/plugin.php
Referrer    : http://www.dvderotica.net/forums/admincp/plugin.php?do=productadd
IP Address  : xx.xx.xx.xx
Username    : Slamdog
Classname    : vB_Database


Abe1 04-18-2006 07:10 PM

Quote:

Originally Posted by slamdog
yep, thats all i did


Code:

Database error in vBulletin 3.5.4:

Invalid SQL:

                                INSERT INTO setting
                                (varname, grouptitle, value, defaultvalue, datatype, optioncode, displayorder, advanced, volatile, product)
                                VALUES
                                (
                                        'post_thanks_on_off',
                                        'post_thanks',
                                        '1',
                                        '1',
                                        'boolean',
                                        'yesno',
                                        10,
                                        0,
                                        1,
                                        'post_thanks'
        ),
        (
                                        'post_thanks_forum_off',
                                        'post_thanks',
                                        '',
                                        '',
                                        'free',
                                        '',
                                        20,
                                        0,
                                        1,
                                        'post_thanks'
        ),
        (
                                        'post_thanks_forum_first_all',
                                        'post_thanks',
                                        '0',
                                        '0',
                                        'boolean',
                                        'yesno',
                                        30,
                                        0,
                                        1,
                                        'post_thanks'
        ),
        (
                                        'post_thanks_forum_first',
                                        'post_thanks',
                                        '',
                                        '',
                                        'free',
                                        '',
                                        40,
                                        0,
                                        1,
                                        'post_thanks'
        ),
        (
                                        'post_thanks_date_all',
                                        'post_thanks',
                                        '0',
                                        '1',
                                        'boolean',
                                        'yesno',
                                        50,
                                        0,
                                        1,
                                        'post_thanks'
        ),
        (
                                        'post_thanks_date_forum',
                                        'post_thanks',
                                        '',
                                        '',
                                        'free',
                                        '',
                                        60,
                                        0,
                                        1,
                                        'post_thanks'
        ),
        (
                                        'post_thanks_usergroup_using',
                                        'post_thanks',
                                        '',
                                        '',
                                        'free',
                                        '',
                                        70,
                                        0,
                                        1,
                                        'post_thanks'
        ),
        (
                                        'post_thanks_user_useing',
                                        'post_thanks',
                                        '',
                                        '',
                                        'free',
                                        '',
                                        80,
                                        0,
                                        1,
                                        'post_thanks'
        ),
        (
                                        'post_thanks_reputation',
                                        'post_thanks',
                                        '1',
                                        '0',
                                        'number',
                                        '',
                                        90,
                                        0,
                                        1,
                                        'post_thanks'
        ),
        (
                                        'post_thanks_post_count',
                                        'post_thanks',
                                        '0',
                                        '0',
                                        'boolean',
                                        'yesno',
                                        100,
                                        0,
                                        1,
                                        'post_thanks'
        ),
        (
                                        'post_thanks_delete_own',
                                        'post_thanks',
                                        '1',
                                        '1',
                                        'boolean',
                                        'yesno',
                                        110,
                                        0,
                                        1,
                                        'post_thanks'
        ),
        (
                                        'post_thanks_button',
                                        'post_thanks',
                                        '0',
                                        '0',
                                        'boolean',
                                        'yesno',
                                        120,
                                        0,
                                        1,
                                        'post_thanks'
        ),
        (
                                        'post_thanks_poster_button',
                                        'post_thanks',
                                        '0',
                                        '0',
                                        'boolean',
                                        'yesno',
                                        130,
                                        0,
                                        1,
                                        'post_thanks'
        );

MySQL Error  : Duplicate entry 'post_thanks_on_off' for key 1
Error Number : 1062
Date        : Tuesday, April 18th 2006 @ 04:09:09 PM
Script      : http://www.dvderotica.net/forums/admincp/plugin.php
Referrer    : http://www.dvderotica.net/forums/admincp/plugin.php?do=productadd
IP Address  : xx.xx.xx.xx
Username    : Slamdog
Classname    : vB_Database


Are you upgrading from the vb 3.0 version?


All times are GMT. The time now is 12:40 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.02115 seconds
  • Memory Usage 1,852KB
  • 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
  • (2)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
  • (3)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