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)

shakirulqadree 01-15-2010 11:54 AM

Quote:

Originally Posted by shakirulqadree (Post 1953710)
Thank u Installed Working with VB4 but their is a problem
when this mod is Active, The PMs (Private Massages) or not Showing
Arrer Massage is below :

any fix of this problem ?

ConfusedCartman 01-15-2010 12:27 PM

Quote:

Originally Posted by Darkimmortal (Post 1953600)
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.242', 1, 'shadiku', '', 'post.dateline', 'DESC', 0.00142, 1, '45432,45054,44755', 1263311386, '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\";}}', 'e2029801f80096dbfd74e69cd2d66539');

MySQL Error  : Table 'forum.search' doesn't exist
Error Number  : 1146
Request Date  : Tuesday, January 12th 2010 @ 03:49:46 PM
Error Date    : Tuesday, January 12th 2010 @ 03:49:46 PM
Script        : http://www.gamingmasters.co.uk/post_thanks.php?do=findthanks_user_gave&u=205
Referrer      :
IP Address    : 208.115.111.242
Username      : Unregistered
Classname    : vB_Database
MySQL Version :

Along with a load of other similar errors for do=findthanks

The "search" table doesn't exist in stock vB4.

Yep, I can confirm this issue. I actually came to this thread to report it, but I'd figure I'd support the existing report instead.

I.am 01-15-2010 02:26 PM

I can't see post tahks images on vb 4.0.1

fixed^^

athlon64bit 01-15-2010 11:01 PM

Quote:

Originally Posted by garretbyrne (Post 1946548)
Hey if you go into AdminCP and look for Post Thanks run all four counters that should do it for you.. Didn't for me but I made the mistake of removing it ages ago by mistake..

Hold on is there a way of getting the old count back in anyway??

I've found another sql with the old count how do i just import that ?? Cheers
[EDIT] I added them in manually... not the same but at least the counts there.. I didn't do it for everyone only the main people...

You could create a new database, back up your old back up. Then using something like phpmyadmin download the individual thank you tables. Then import the thank you tables into your current database for your active forum. That would probably work. You would still need to run an upgrade of the latest version of this addon though I would imagine after doing so. I can't guarantee that this will work but it is worth a try.

Quote:

Originally Posted by SCSCSC (Post 1946833)
same prblm with me

1 - there is no thanks button coming
2 - the first post showing Thanked 0 Times in 0 Posts one time
in second post its showing Thanked 0 Times in 0 Posts two times
and so on
3 - i dont have any BBR - Useful Links on Member Action Dropdown
4 - i am having Add Ignore User To Postbit Dropdown plugin so when i disabled it its working fine but still i cant see thanks button

Did you uninstall the previous version? If you did you will lose your thank you score. What version of vbulletin are you using? This thank you version is for vbulletin version 4.

car20 01-16-2010 05:05 AM

Hello

Thanks for great Mod , i love it but ,
Multi Qoute is'nt working !!

disable post tank you mod and solved problem .

in my forum dir lang is right to left .

how do I can Solved this , I dont want Uninstall it.

Thanks

imagirlgeek 01-17-2010 05:26 PM

Quote:

Originally Posted by ConfusedCartman (Post 1956424)
Yep, I can confirm this issue. I actually came to this thread to report it, but I'd figure I'd support the existing report instead.

What I did to resolve this was to comment out these lines in post_thanks.php...

PHP Code:

        $db->query_write("
            REPLACE INTO " 
TABLE_PREFIX "search (userid, ipaddress, personal, searchuser, forumchoice, sortby, sortorder, searchtime, showposts, orderedids, dateline, displayterms, searchhash)
            VALUES (" 
$vbulletin->userinfo['userid'] . ", '" $db->escape_string(IPADDRESS) . "', 1, '" $db->escape_string($user['username']) . "', '" $db->escape_string($forumchoice) . "', 'post.dateline', 'DESC', $searchtime, 1, '" $db->escape_string(implode(','$orderedids)) . "', " TIMENOW ", '" $db->escape_string(serialize($display)) . "', '" $db->escape_string($searchhash) . "')
        "
);
        
$searchid $db->insert_id();

        
$vbulletin->url 'search.php?' $vbulletin->session->vars['sessionurl'] . "searchid=$searchid";
        eval(
print_standard_redirect('search')); 

I found this query on lines 278 - 285, 413 - 420, and 527 - 534. I commented out all of them 3 days ago and haven't received this error and also haven't seen any adverse effects.

Hope this helps!

Charlie98902 01-18-2010 12:44 AM

The notification of posted thanks isn't working on my end but the over hack is. Is there a way to fix this? Using 4.0.1.

I.am 01-18-2010 08:43 AM

On my site the blogs entries is showed on

Thanked 70 Times in 68 Posts2
Blog Entries

Instead to be here

Thanked 70 Times in 68 Posts
Blog Entries 2

How can i fix this problem?

War.Frog 01-18-2010 03:00 PM

1 Attachment(s)
Quote:

Originally Posted by I.am (Post 1959011)
On my site the blogs entries is showed on

Thanked 70 Times in 68 Posts2
Blog Entries

Instead to be here

Thanked 70 Times in 68 Posts
Blog Entries 2

How can i fix this problem?

Mine is in the wrong place too...showing like this (postbit legacy):

mitch84 01-18-2010 03:19 PM

Quote:

Originally Posted by I.am (Post 1959011)
On my site the blogs entries is showed on

Thanked 70 Times in 68 Posts2
Blog Entries

Instead to be here

Thanked 70 Times in 68 Posts
Blog Entries 2

How can i fix this problem?

yes, same for me


All times are GMT. The time now is 03:00 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.03692 seconds
  • Memory Usage 1,764KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (7)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