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)
-   -   Show Thread Enhancements - [AJAX] Post Thank You Hack (https://vborg.vbsupport.ru/showthread.php?t=122944)

F0xy 03-23-2008 08:50 AM

thanks, got it updated smoothly

nikki712 03-23-2008 04:13 PM

Somehow I've got 2 thanks buttons on each post. Where do I go to remove one of them?

ETA: Nevermind, I fixed it.

Pirat3 03-23-2008 11:47 PM

Quote:

Originally Posted by Pirat3 (Post 1470842)
This is what I find:
Code:

post_thanks_thanked_post          Standard Phrase          Thanked Post         
post_thanks_time_post        Standard Phrase        Thanked 1 Time in 1 Post       
post_thanks_times_post        Standard Phrase        Thanked {1} Times in 1 Post       
post_thanks_times_posts        Standard Phrase        Thanked {1} Times in {2} Posts

Which one do I edit? I want basically Thanked to turn into help and I dont want to show the # of posts thanked in.

Anyone on this?

Lionel 03-23-2008 11:54 PM

Self help means you try them all until you find the one that you are looking for

Abe1 03-25-2008 03:21 AM

Quote:

Originally Posted by Pirat3 (Post 1470842)
This is what I find:
Code:

post_thanks_thanked_post          Standard Phrase          Thanked Post         
post_thanks_time_post        Standard Phrase        Thanked 1 Time in 1 Post       
post_thanks_times_post        Standard Phrase        Thanked {1} Times in 1 Post       
post_thanks_times_posts        Standard Phrase        Thanked {1} Times in {2} Posts

Which one do I edit? I want basically Thanked to turn into help and I dont want to show the # of posts thanked in.

Edit in your ACP phrases.

Abe1 03-25-2008 03:22 AM

Quote:

Originally Posted by amlouline (Post 1470920)
hello all , plz help , i have probleme with post hack thank you , message warning:
Warning: Invalid argument supplied for foreach() in /includes/functions_post_thanks.php on line 222

Go look if there is an empty box of thanks on that page and use "delete all" option.

Abe1 03-25-2008 03:23 AM

Quote:

Originally Posted by Shannonx (Post 1471217)
OK, I just installed this on my VB 3.6.8, did everything in the instructions and the thanks button is showing just fine as is everything else, but when the thanks button is pressed, nothing happens (appart from the button disappearing as it should) until you refresh the page and the button is back and the thanks count doesn't go up.

Any ideas what I am missing out? I made sure I have enabled it in admincp etc. just stuck to what it could be missing.

Many thanks. x

Make sure all files are uploaded correctly.

SCRIPT3R 03-26-2008 03:42 AM

Quote:

Originally Posted by BadgerDog (Post 1474043)
As per the original post, I'm just trying to get a carriage return to separate the two "thanks" statements as opposed to having them run together. :confused:

Thanks .. :)

Regards,
Badger
v3.6.7pl1

If the attached image is what you're after; there's a few ways to accomplish this, but an easy one...

In the product-post_thanks.xml file...

Find...

PHP Code:

            <td>
                <
a href="post_thanks.php?$session[sessionurl]do=findthanks&amp;u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[post_thanks_search_user]</phrase></a>
            </
td>
            <
td>
                <
a href="post_thanks.php?$session[sessionurl]do=findthanks_user_gave&amp;u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[post_thanks_search_user_gave]</phrase></a>
            </
td


Replace with...

PHP Code:

            <td>
                <
a href="post_thanks.php?$session[sessionurl]do=findthanks&amp;u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[post_thanks_search_user]</phrase></a><br />
                <
a href="post_thanks.php?$session[sessionurl]do=findthanks_user_gave&amp;u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[post_thanks_search_user_gave]</phrase></a>
            </
td


DraculaVN 03-27-2008 02:27 PM

Hi,

I wanna use this hack. But i'm curently using the old Mod "Post Thank You Hack" without AJAX. If I uninstall the old one, and install this one, shall it keep my users' "thanked" post count?

rowmare 03-27-2008 07:57 PM

Quote:

Originally Posted by Abe1 (Post 1043705)
Just 2 small template edits.

I want to install this mod so badly onto my 3.5.4 - but would like to know what the template edits are before I start. :confused:

Aylwin 03-28-2008 09:34 AM

I just upgraded to 7.4 from 5.x.x. A few minor corrections I think should made:

In template post_thanks_member_info, this:
Code:

        <legend>$vbphrase[post_thanks_thanks]</legend>
should be:
Code:

        <legend>$vbphrase[post_thanks_total_thanks]</legend>
In template post_thanks_postbit_info, this:
Code:

        <div>$vbphrase[post_thanks_thanks]: $post[post_thanks_user_amount_formatted] times</div>
should be:
Code:

        <div>$vbphrase[post_thanks_total_thanks]: $post[post_thanks_user_amount_formatted] times</div>
Thanks again for this great plugin. :)

zeus_r6 03-28-2008 08:31 PM

Mine isn't displaying correctly...any insight on this?

ArnyVee 03-29-2008 12:03 AM

Quote:

Originally Posted by zeus_r6 (Post 1477116)
Mine isn't displaying correctly...any insight on this?

Same exact thing going on with me. Zero times thanked even though I just clicked the thumb deal. :)

It seemed to install correctly, so I'm not sure if I missed a step. Help! :)

Edited: Somehow it fixed itself. :)

Aylwin 03-29-2008 06:03 AM

Quote:

Originally Posted by ArnyVee (Post 1477232)
Edited: Somehow it fixed itself. :)

Probably just needed a page refresh. :)

Spooony 03-30-2008 01:24 PM

Not sure if it's been mentioned before, but I think a great addition (one that I would love) is to have an option for "Thanked {1} Times in {2} Posts" to be expressed as a percentage. It would make the thanks mean more where the quality of posts are important. Any chance of this? =D

Armee25 03-30-2008 07:21 PM

For some reason the Thanks button is not showing up... even though it's uploaded. And the mod intalled perfectly. I see "thanked x times in x posts" under the persons username in posts... but the thanks button just isn't showing up. Any ideas?

Thank you

I am on VB 3.6.8 patch 2. I have not changed the default template (i don't have a different forum design than the one that came with VB originally).

Wardragon 04-01-2008 10:41 PM

Okay, after reading the last hundred posts I'm still stuck. It seems only two other people have had the same problem:

Quote:

Warning: Unknown(/includes/functions_post_thanks.php): failed to open stream: No such file or directory in /includes/class_postbit.php(268) : eval()'d code on line 7

Fatal error: (null)() [function.require]: Failed opening required '/home/xxxernxx/public_html/vforum/includes/functions_post_thanks.php' (include_path='.:/usr/php4/lib/php:/usr/local/php4/lib/php') in /home/xxxernxx/public_html/vforum/includes/class_postbit.php(268) : eval()'d code on line 7
The suggestions given were that the files were either uploaded incorrectly or not uploaded at all. Well, I've uploaded the files from the zip, triple checked to make sure they were all there and in the correct order and imported the product-post_thanks.xml file via the product manager with no problem, and I still get this error when trying to open a thread.

I uploaded the "upload via ftp" folder into my forum root directory, is this incorrect?

I'm new at this and have no clue. Am I supposed to re-name the upload via ftp folder? It appears it can't find the files, but they are all there. Thanks for any suggestions.

Also- I'm using a custom template. The instructions included with the thankyou hack included some template modifications that already existed in all of the templates, so I didn't change anything.

asasi 04-02-2008 09:09 AM

Hi
When I was needed post thank you that integrated with HIDE hack this hack does not support that. So I ordered VS-Hide hack resurection (Expanded) .
after that our domain has filtered in our country and we registered some new domains and used "Parked Domains" but vs-hide hack not worked on new domains and we tried to ask supporters to make a key file to use with some other domains (But on one site).
They supporters did not answer me from months ago !!!!
Now I saw new version of your hack support all of our need but the problem is calculated reputations and count on thanks !
I mean if I install your hack can I import all thanks count and reputation level that calculated with thanks and other informations from vs-hide hack?

thanks alot

DraculaVN 04-02-2008 02:35 PM

Quote:

Originally Posted by DraculaVN (Post 1475907)
Hi,

I wanna use this hack. But i'm curently using the old Mod "Post Thank You Hack" without AJAX. If I uninstall the old one, and install this one, shall it keep my users' "thanked" post count?

Anyone help me to answer this please.


Thanks!

Quina 04-03-2008 09:38 AM

I've got this problem

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /includes/functions.php(1259) : eval()'d code on line 5


look the attachment below for more detail.
Please help me to fix it.

Thank you

Fırtına 04-03-2008 03:58 PM

Neden sadece adminlere özel oldu bende, üyeler ve mod'lar teşekkür butonunu göremiyor?.


mblb 04-03-2008 10:17 PM

It's not working properly for me. The buttons are showing but when you click one they just both disappear. They don't count. I am using 3.6.9 so maybe that's why?

Fırtına 04-04-2008 05:03 AM

Thanks

NsT 04-07-2008 01:46 AM

Can anyone help me? After I upgrade from 5.3 to 7.4, the Thank button disappeared and the list of users who thanked on all threads also gone.

What did I wrong or am I missing something? I'm using VBB 3.6.8.

Many thanks!

jamesf4218 04-07-2008 04:43 AM

I am using 3.6.9 and it doesn't work. The thanks button is there but when you click it nothing happens.

By the way, all the template changes it says to make in the 3.6.8 file are already there.

NsT 04-07-2008 05:28 PM

Ok it works now. Even I'm using Vb 3.6.8, I have to follow the instruction of installing into Vb 3.6.0 and 3.6.5 because the template neeed to be modified again.

So if anybody has the sample problem with me, remember to edit your templates as described on the file Insructions - vb-3-6-0 - vb-3-6-5.txt

Cheers

jamesf4218 04-07-2008 07:18 PM

Well I'm using 3.6.9 and I can't get it to work.

Wardragon 04-08-2008 01:57 AM

If one was going to upload the post-thanks XML file manually via ftp, where would one place it? In the root forum or some other folder? Since there's been no help I'm left to trying random things.

bhanuprasad1981 04-08-2008 05:37 AM

hi guys what should i edit to get thanks box suit my style in potbit legasy screenshot added , i want same box as location / post

SCRIPT3R 04-08-2008 07:04 AM

Quote:

Originally Posted by Wardragon (Post 1485627)
If one was going to upload the post-thanks XML file manually via ftp, where would one place it? In the root forum or some other folder? Since there's been no help I'm left to trying random things.

The XML file can most easily be imported through your AdminCP...

AdminCP >> Plugins & Products >> Manage Products >> [Add/Import Product] (Right panel bottom).

Or FTP'd into your ./includes/xml/ directory... but you'll still need to do the above step after the file is uploaded directly via FTP.

jamesf4218 04-08-2008 07:41 AM

So what are the installation instructions for 3.6.9 then?

Wardragon 04-08-2008 04:28 PM

Quote:

Originally Posted by GearTripper (Post 1485745)
The XML file can most easily be imported through your AdminCP...

AdminCP >> Plugins & Products >> Manage Products >> [Add/Import Product] (Right panel bottom).

Or FTP'd into your ./includes/xml/ directory... but you'll still need to do the above step after the file is uploaded directly via FTP.

Thanks for this.

____________________


Problem solved.

sflmkv 04-09-2008 03:05 AM

can it be done to show this style, but on postbit_legacy?:
https://vborg.vbsupport.ru/attachmen...6&d=1204723609

sflmkv 04-09-2008 03:10 AM

nevermind I figured it out!

jamesf4218 04-09-2008 03:55 PM

So does this not work on 3.6.9?
:(

Wardragon 04-09-2008 04:24 PM

Quote:

Originally Posted by jamesf4218 (Post 1486804)
So does this not work on 3.6.9?
:(

It works in my 3.6.9 for the most part. The only thing that doesn't show is the "[username] has been thanked X times". Which is likely me screwing up somewhere again.. :)

aardel 04-09-2008 07:42 PM

Quote:

Originally Posted by Wardragon (Post 1486822)
It works in my 3.6.9 for the most part. The only thing that doesn't show is the "[username] has been thanked X times". Which is likely me screwing up somewhere again.. :)

hello m8 can you tell us which instructions you followed and if you are using default style, i am runing 3.6.9 with blak ice skin but cannot get it to work as well altghou i followed the steps very carefully.

Any help please?

Wardragon 04-09-2008 08:44 PM

Quote:

Originally Posted by aardel (Post 1486950)
hello m8 can you tell us which instructions you followed and if you are using default style, i am runing 3.6.9 with blak ice skin but cannot get it to work as well altghou i followed the steps very carefully.

Any help please?

I can only tell you that I followed the 3.6.8 upload instructions (and my idiotic mistake was uploading the "upload_via_ftp" folder, rather than uploading the contents of that folder into the appropriate vBulletin folders on my server), and did not edit the templates.

My skin is iSkin from extremepixels.

asasi 04-10-2008 06:42 AM

Quote:

Originally Posted by asasi (Post 1480724)
Hi
When I was needed post thank you that integrated with HIDE hack this hack does not support that. So I ordered VS-Hide hack resurection (Expanded) .
after that our domain has filtered in our country and we registered some new domains and used "Parked Domains" but vs-hide hack not worked on new domains and we tried to ask supporters to make a key file to use with some other domains (But on one site).
They supporters did not answer me from months ago !!!!
Now I saw new version of your hack support all of our need but the problem is calculated reputations and count on thanks !
I mean if I install your hack can I import all thanks count and reputation level that calculated with thanks and other informations from vs-hide hack?

thanks alot

YOOOOHOOOOO !!!!

jamesf4218 04-10-2008 10:38 AM

Quote:

Originally Posted by Wardragon (Post 1486985)
I can only tell you that I followed the 3.6.8 upload instructions (and my idiotic mistake was uploading the "upload_via_ftp" folder, rather than uploading the contents of that folder into the appropriate vBulletin folders on my server), and did not edit the templates.

My skin is iSkin from extremepixels.

The 3.6.8 upload instructions make no sense for 3.6.9 because all the template edits are already done. There are no template edits to do, but the system still doesn't work.


All times are GMT. The time now is 02:29 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.04674 seconds
  • Memory Usage 1,857KB
  • 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
  • (6)bbcode_code_printable
  • (2)bbcode_php_printable
  • (17)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
  • (40)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