vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Show Thread Enhancements - [AJAX] Post Thank You Hack (https://vborg.vbsupport.ru/showthread.php?t=231666)

garretbyrne 01-09-2010 09:21 AM

Hi War.Frog yep issue now solved.. weird alright, lol

KristerSwe 01-09-2010 01:30 PM

[Question]

Can i use this on the forumpart on a vB4 Publishing Suite

Thanks..

ProFifaLeagues 01-09-2010 02:15 PM

Loved this hack on 3.8 so will give it a try!

War.Frog 01-10-2010 03:31 AM

Quote:

Originally Posted by garretbyrne (Post 1951002)
Hi War.Frog yep issue now solved.. weird alright, lol

Weird. Well how frustrating...I tried your method and no go! Seems like a lot of hoops to jump through to eliminate that refresh issue and most aren't working.

I'm hoping Abe can figure out why it's refreshing like that and why it's leaping back to the first page in the thread. Sigh.

RoteRose 01-10-2010 09:20 AM

Hello,

a bug occurs:

Code:

Database error in vBulletin 4.0.0:

Invalid SQL:
SELECT * FROM vb3_post_thanks AS post_thanks INNER JOIN vb3_user AS user USING (userid) WHERE post_thanks.postid IN () ORDER BY post_thanks.username ASC;

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY post_thanks.username ASC' at line 1
Error Number  : 1064
Request Date  : Sunday, January 10th 2010 @ 03:07:10 AM
Error Date    : Sunday, January 10th 2010 @ 03:07:10 AM
Script        : http://<<url>>/private.php?do=showpm&pmid=59086
Referrer      : http://<<url>>/private.php
Classname    : vB_Database

I got this bug in 2 days over 150times, please fix.

Abe1 01-10-2010 01:11 PM

Quote:

Originally Posted by Darkimmortal (Post 1947982)
Code:

Database error in vBulletin 4.0.0:

Invalid SQL:

                        REPLACE INTO search (userid, ipaddress, personal, searchuser, forumchoice, sortby, sortorder, searchtime, showposts, orderedids, dateline, displayterms, searchhash)
                        VALUES (0, '208.115.111.243', 1, 'shadiku', '', 'post.dateline', 'DESC', 0.00032, 1, '45371', 1262569673, 'a:6:{s:5:\"words\";a:0:{}s:9:\"highlight\";a:0:{}s:6:\"common\";a:0:{}s:5:\"users\";a:1:{i:205;s:7:\"shadiku\";}s:6:\"forums\";i:0;s:7:\"options\";a:3:{s:11:\"starteronly\";i:0;s:11:\"childforums\";i:1;s:6:\"action\";s:7:\"process\";}}', '93ba3cebb32266d635fc1600bc5fabbe');

MySQL Error  : Table 'forum.search' doesn't exist
Error Number  : 1146
Request Date  : Monday, January 4th 2010 @ 01:47:53 AM
Error Date    : Monday, January 4th 2010 @ 01:47:53 AM
Script        : http://www.gamingmasters.co.uk/post_thanks.php?do=findthanks&u=205
Referrer      :
IP Address    : 208.115.111.243
Username      : Unregistered
Classname    : vB_Database
MySQL Version :

Code:

Database error in vBulletin 4.0.0:

Invalid SQL:

                        REPLACE INTO search (userid, ipaddress, personal, searchuser, forumchoice, sortby, sortorder, searchtime, showposts, orderedids, dateline, displayterms, searchhash)
                        VALUES (0, '208.115.111.243', 1, 'shadiku', '', 'post.dateline', 'DESC', 0.00021, 1, '45432,45054,44755', 1262569654, 'a:6:{s:5:\"words\";a:0:{}s:9:\"highlight\";a:0:{}s:6:\"common\";a:0:{}s:5:\"users\";a:1:{i:205;s:7:\"shadiku\";}s:6:\"forums\";i:0;s:7:\"options\";a:3:{s:11:\"starteronly\";i:0;s:11:\"childforums\";i:1;s:6:\"action\";s:7:\"process\";}}', 'aa2cf5c6dd7ff757d6f63558e8453e9b');

MySQL Error  : Table 'forum.search' doesn't exist
Error Number  : 1146
Request Date  : Monday, January 4th 2010 @ 01:47:34 AM
Error Date    : Monday, January 4th 2010 @ 01:47:34 AM
Script        : http://www.gamingmasters.co.uk/post_thanks.php?do=findthanks_user_gave&u=205
Referrer      :
IP Address    : 208.115.111.243
Username      : Unregistered
Classname    : vB_Database
MySQL Version :


No-where in this hack is the link to this any more. You must have left a link somewhere to search for thanked posts.

RoteRose 01-10-2010 01:44 PM

Is it possible to add an option for a thx button in every post if i use the option to thank only in first post. Hm bad text, i mean, i would like have the thanks button in every post but the thanks will only appear in Post 1.

Abe1 01-10-2010 01:50 PM

Quote:

Originally Posted by exyuteam (Post 1948286)
I have this "problem" (see Capture.png). If someone not see, BLOG ENTRIES - 1 need to be in one line.. Not number 1 up, and text down :) You can see what I meen... ;)

Problem is here:
Code:

<dd style="white-space: nowrap; display: inline; float: right;">
Please fix this. Maybee not using float - juts add text in next line..... ?

Thanks for great hack!!!!

Will be fixed in next version.

Abe1 01-10-2010 01:53 PM

Quote:

Originally Posted by War.Frog (Post 1948482)
Strange - I was playing with this again tonight on my test forum and when I entered a multi-page thread, jumped to a later page (page 11 in this case) and clicked on Thanks, the URL changed back to the first page of the thread!?

So, e.g. on page 11 of the thread: http://www.example.com/vb4test/showt...-thread/page11

...the /page11 is stripped off and I'm brought back to the first page. I have the most up-to-date version of this hack installed.

Anyone else reporting such a problem?

Abe1 01-10-2010 01:54 PM

Quote:

Originally Posted by MrKramer (Post 1948854)
I got this database error:

PHP Code:

Database error in vBulletin 4.0.0:
 
Invalid SQL:
 
            
REPLACE INTO search (useridipaddresspersonalsearchuserforumchoicesortbysortordersearchtimeshowpostsorderedidsdatelinedisplaytermssearchhash)
            
VALUES (0'81.167.x.xxx'1'icey''''post.dateline''DESC'0.918641'1709'1262778281'a:6:{s:5:\"words\";a:0:{}s:9:\"highlight\";a:0:{}s:6:\"common\";a:0:{}s:5:\"users\";a:1:{i:615;s:4:\"icey\";}s:6:\"forums\";i:0;s:7:\"options\";a:3:{s:11:\"starteronly\";i:0;s:11:\"childforums\";i:1;s:6:\"action\";s:7:\"process\";}}''1f9934b83b2cd7905cad1ae232f6d7da');
 
MySQL Error   Table 'forum.search' doesn't exist
Error Number  : 1146
Request Date  : Wednesday, January 6th 2010 @ 06:44:41 AM
Error Date    : Wednesday, January 6th 2010 @ 06:44:43 AM
Script        : http://www.vind-het-met-rapidlinks.com/post_thanks.php?do=findthanks_user_gave&u=615
Referrer      : 
IP Address    : 81.167.x.xxx
Username      : Niet geregistreerd
Classname     : vB_Database
MySQL Version : 

Do i now have to uninstall whole product and get a fresh install? but what if i dont wanna lose al thankes?

Go check if you have manual edits. This has nothing to do with the current version. You may have an old link still.


All times are GMT. The time now is 10:06 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.03544 seconds
  • Memory Usage 1,773KB
  • 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
  • (1)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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