![]() |
Quote:
It's not working on vBulletin 4.1.11? The thumbup/thumbdown are not showing on the post. I have set it to display on the forum. Every instruction is followed on the install file. When I test the hide function of post with 10 negative posts, it did work and hide , so something is working there. But the thumbup/thumbdown or any other image vote is simply not showing up. please help.. This is my setting.. http://imageshack.us/photo/my-images/715/part1n.png/ http://imageshack.us/photo/my-images/41/part2z.png/ http://imageshack.us/photo/my-images/690/part3vj.png/ |
Since multiple sites have the issue we'll definitely take a look and see what changed in 4.1.11
In the mean time you may want to try the manual template placement to see if the hook location was shifted around. It requires a template edit but may be a work around.... assuming that was the issue of course. For anyone else reading this: there appears to be a compatibility bug with 4.1.11 which will be looked into. As the reason for this bug isn't known there's no ETA but this does not have any documented impact to the forum [other than causing the mod not to show]. |
Quote:
|
Quote:
|
The install guide didn't include how to edit template. I guess I'll wait for your fix soon. Thanks
|
1 Attachment(s)
Quote:
Does your postbit / legacy template have any customizations that may be altering how it shows? The attached version of the mod will print debug code [not pretty so you'll want to disable it after getting a screenshot]. |
Quote:
I'm using a customize style from Digitalvb. https://vborg.vbsupport.ru/showthread.php?t=233338 If it works on that, it should work on mine. I follow instruction but no icon image is shown in the post. |
Very nice mod. I have 1 question.
How can i activate or deaktivate it in some forums? I only find the option to activate it in threads but for a forum. plz help me |
Quote:
|
This is probably a user error, but is hard to do a Search for "%1$" :)
I get: %1$s members found this post helpful. Did you find this post helpful? Why is it giving me the variable instead of the number? |
That's not the variable field but is of course a bad result.
Is 1 constant or does it change to reflect the number of votes? |
The '1' is constant.
|
and everything in the mod and your postbit template is stock? no code changes?
|
The postbit is heavily modified, and I'm deploying the mod manually, but the only thing I changed on the mod was the images used in the template (from GIF to PNG).
|
Quote:
|
Quote:
|
Quote:
|
Hey,
i have a problem. he shows me "%1$s like that....." if i deaktivate the negativ rating. Can you help me plz? And how can i reset all votings? Is it posible? Thanks a lot. |
Quote:
|
With Yes or Now it looks right. But in like the other option.
|
This is a really great mod, and I think it's going to do a lot to increase participation on my board.
I have one question: Is there a way to change the font size and color in the phrases ("Did you find this post helpful, etc")? I apologize if this question is painfully stupid, but my husband usually does the coding, and I'm trying to do everything by myself this time. It's a long and sometimes grotesque process. Kim |
Quote:
Code:
|
Hey I finally make it show up but now when I click on the Thumbup/Thumbdown, I received this error.
https://vborg.vbsupport.ru/external/2012/03/2.png Any idea how to fix this? tx |
Quote:
|
Quote:
I notice one thing. In the upload folder, you have helpfulanswer.php and the same file helefulanswer.php in admincp? |
Quote:
Thank you! That worked!! :) |
Quote:
There are two helpfulanswer.php files. One in your root folder, one in your admincp. If you upload the upload folder contents into your forum directory in one shot everything will go to the right place. |
Can i display most helpful members on sidebar.. thanks..
Moreover can i add most helpful members per category..on sidebar.. |
Anyone interested in building a file like the helpfulanswers.php but that would display 'most helpful' posts from the past 24 hours?
|
You can simply copy that routine and add one addition WHERE statement to the mySQL query along the lines of
createddate >= DATE_SUB(NOW(),INTERVAL 1 day) |
Quote:
Tried several different things and can't get it to work...where excactly? Also it can't find any 'createddate' but at least got rid of the error when I changed it to post dateline..but nothing shows. $helpfulanswers = $db->query_read_slave(" SELECT post.postid,post.title as posttile,helpfulpost.goodrank,helpfulpost.totalran k,helpfulpost.lastvote, thread.threadid,thread.title as title,thread.postusername as postusername,forum.title as ftitle $helpful_selectby $hook_query_fields FROM " . TABLE_PREFIX . "helpfulpost as helpfulpost INNER JOIN " . TABLE_PREFIX . "post AS post ON(helpfulpost.postid = post.postid) INNER JOIN " . TABLE_PREFIX . "thread AS thread ON(post.threadid = thread.threadid) INNER JOIN " . TABLE_PREFIX . "forum AS forum ON(thread.forumid = forum.forumid) WHERE helpfulpost.goodrank > 0 $conditions $hook_query_joins ORDER BY $sqlsort $sortorder LIMIT " . ($limitlower - 1) . ", $perpage "); |
Shoot... createddate is the attribute I usually use in mods but in this one it would be
helpfulanswer.lastvote However I've over simplified as this is a UNIXTIMESTAMP made by vBulletin rather than a datestamp. That means you have to get more complex in the query... helpfulanswer.lastvote >= UNIX_TIMESTAMP(DATE_SUB(NOW(),INTERVAL 1 day)) Or something like that |
Bit of a strange one this.
I am entering {vb:raw post.totalrank} in my postbit_legacy template. And it is showing the number of thanks under the user avatar. But only on that particular post. Is there anyway to show the total number of thanks on all posts for a user. The old variable on the 3.x version was $post[hatotalrank] which showed the total number of thanks on multiple posts for users. Am I doing something wrong ? |
Quote:
If you scroll back to the first page of the mod there's a list of accessible variables with brief descriptions. I don't recall them all off hand but if I had any common sense when making this version it would have been post.hatotalrank |
Quote:
Got it working, now I just need to make it show a preview of the post (or the whole post). Probably more work involved in that though. |
Hi
I have this installed and all is fine, except that I have just installed Pird of Preys Simple Postbit modification and this mod no longer works in the sections where I have activated Simple Postbits. Simple Postbits has a box that says Use Postbit Control Hooks, the description is below; "Choose whether you want to enable the postbit controls template hook. If yes mods that use this hook will be able to place their code in the simple postbit. Enable this if you want a "Like" button or other 3rd party buttons to show." Does anyone know how I can get Helpful Answers to work again in those sections? Thanks for any suggestions. |
Quote:
|
Ok, thanks, Pird of Prey is having a look at it for me.
I will report back if I can solve the problem. |
Quote:
|
It has been sorted, I had to modify the template.
Details are Here, should be sorted in later releases. |
All times are GMT. The time now is 08:09 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|