![]() |
Then I don't know. Do you have a customized style? If so see if it works with the default style.
|
would this have anything to do with it?
Quote:
|
Nevermind, I found it. It's until stats in user profile. I was thinking it would be right under "UserCP". is there a way I can put in under the subscribed threads?
|
1 Attachment(s)
Several people have asked me for specific instructions on how I turned this mod into a "Like" button mod similar to what was recently added by vBulletin.org.
I have wrote up instructions as an article- HERE, if anyone is interested. |
My button shows up for everyone EXCEPT the administrator. What do?
|
Quote:
|
Quote:
|
Hi, I have vBulletin version 4.1.5 and I uploaded this and it seemed to work, there is another version that was incompatible, but this error showed at the top of the forum on the homepage.
Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: post_thanks_navbar_search in [path]/includes/functions.php on line 4183 Please help. Oh, and if it has anything to do with this, Open template: memberinfo_block_statistics find: -------------------------------------------------------------------- <fieldset class="statistics_group"> <legend>$vbphrase[general_information]</legend> -------------------------------------------------------------------- place BEFORE: -------------------------------------------------------------------- $template_hook[profile_stats_pregeneral] -------------------------------------------------------------------- I have no idea where to find this. I'm new to this, thanks for your patience. :D |
Quote:
|
how to add bbcode hide thanks :confused:
|
A couple of things I'd love to know how to do, if anyone can help me:
1) Is there a way to change anywhere it says "Thanks" to "Like" by modifying either some of the code within the AdminCP or modifying a certain file (if so, where should I be going to do that, exactly)? 2) How can I turn off the statistics that are kept for each user? I don't really want to display how many times each user has thanked or has been thanked. ... Thanks! |
Quote:
Quote:
|
Whoops! Didn't realize I didn't have the latest version (7.4 didn't have the option to turn those stats off); thanks!
As for the first part, pardon my ignorance, but I'm not entirely sure what you mean. I understand the concept of finding one word and replacing it with another automatically, but I'm not sure where specifically I'm supposed to go to do that in this instance? A file that came with the mod? Somewhere in the templates? Somewhere in the mod within the adminCP? |
|
Hi,
I have a problem with this hack. Sometimes "duplicate thank you" appear. I lock table and now receive errors like: Code:
Invalid SQL: |
My forum is on 3.8.4... I want to upgrade to 3.8.7...
I have the post thanks hack installed.... will my thanks be deleted if I upgrade? Anything I need to do beforehand? |
You can upgrade to 3.8.7 without a problem. Don't Uninstall the mod. You can disable it if you want before/while upgrading.
|
By default the Thanks button is added at the end of the postbit buttons list. What if I wanted to place that before the "Reply", "Quick Reply", and "Edit" buttons in postbit? How do I manually set the placement of the thanks button?
|
Hi,
Anybody have problems with this hack in MSIE8/9? Double thanks some times appear. I think it is a problem of ajax&MSIE. Hack version - 7.6 |
Quote:
|
I am having trouble getting this hack to work on my site (www.bonsainut.com).
I am running vB version 3.8.4 v 2 I downloaded Post Thanks Hack 7.7 I installed the Mod: I uploaded the files via FTP I installed it via the Product Manager in my control panel I hit "install" in this thread :) It shows up in my vB Options Menu I checked the options and make sure everything is turned "on" But I don't see any "thanks" button on the posts Interestingly, if I check my User CP, and my user Statistics, the Posts Thanked list shows up in my statistics (current count zero). But otherwise I cannot detect Post Thank You functionality anywhere on my site. I assume there is a conflict with another Mod, or some customization code (?) but for the life of me I can't figure it out. I am not receiving any error codes... |
Quote:
|
Quote:
|
Quote:
Do I have to modify the Post Thank You code in order to point it to a different folder? Or do I need to return my vBulletin install to default folders in order to get the Mod to work? |
The image will look like this
HTML Code:
<img src="$stylevar[imgdir_button]/post_thanks.gif" alt="$vbphrase[post_thanks_thanks]" border="0" /> HTML Code:
http://www.mysite.com/forums/style/images/buttons/post_thanks.gif |
Quote:
I went into the Post Thank You Hack Templates I opened the template for post_thanks_button The original code looked like: <img src="$stylevar[imgdir_button]/post_thanks.gif" alt="$vbphrase[post_thanks_thanks]" border="0" /> I edited to this: <img src="http://www.bonsainut.com/forums/images/bonsainut/buttons/post_thanks.gif" alt="$vbphrase[post_thanks_thanks]" border="0" /> It still does not work :( I checked the above hard-coded directory, and the button IS in that directory. Thank you for your help! [EDIT] Ok... interestingly I was playing around with postbit and postbit_legacy, and by moving code around I could get the button to display... but still no functionality. I would click on the button, but the display would not change to show "thanks"... |
Have you got all ajax enabled on your site? AdminCp>vBulletin Options>General Settings>Disable Ajax Features>Enable All Ajax features
Remember that this mod does conflict with other mods that use ajax! |
Quote:
I assume the conflict I am having is with my custom design. In retrospect, I wish I had run with something a little more generic. I think I am going to upgrade my site to 4.0, and at that point use very limited customization... |
Well i don't know that vb4 is the way to go, ideally you should find out why iy's not working with yours as it could spell trouble later for other mods...etc
|
still doesn't have the option to delete all thanks a single user received?
|
should i expect importing of the XML file to take a long time for a large board with more than 1M posts? It takes 60s to process then goes to a blank blue page in my admincp.
|
The bigger the board the longer it takes, you may have to turn your board off while installing it.
|
tks but it just seems to stop upon reaching the blank blue screen in my admincp. If it is still processing, i shld at least still see the processing icon on my browser right?
|
also, are you saying that the mod is manually inserting the thank you bit in every existing thread during installation?
|
The mod needs to alter your user and post table... that means it needs to edit a million+ entries on your database at least.
It might be timing out. |
So what can I do abt the timeout?
|
Are you on shared hosting? Maybe talk to your host to see if you can extend the timeout period.
Another option would be to shut off your forum and try during a time of day when the server has the least traffic, might work. Final option might be to add the fields via phpmyadmin directly (or at last check to see if they were correctly made). |
Guys, please help!!
Sometimes, some users gave double votes :( For example: https://vborg.vbsupport.ru/ I update the counters "Update Post Thanks Post Amount" but nothing change... Any solution? |
Quote:
Are you comfortable using phpmyadmin? I would browse your post_thanks table... Look for all entries for the postid of the post you posted a picture of... See how many entries there are... are there 2 or 3? If 3 what username isn't showing up? It might be an invalid character in a username or something, don't know. |
I'm not comfortable using phpmyadmin, but..
... let's take the following post as example (postid= 35936) http://img28.imageshack.us/img28/1778/gmth.png On the table post_thanks I find on "postid": http://img580.imageshack.us/img580/2578/gmt2.png .. but when I click every pencil of "35936", I go to a page with the same content: http://img23.imageshack.us/img23/5899/gmt3.png What's wrong on my steps? EDIT: I run the query: Code:
SELECT * http://img849.imageshack.us/img849/74/gmt4.png Also, a user here has the same problem (post). What to do? There are duplicate entries :/ |
All times are GMT. The time now is 05:10 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|