![]() |
Quote:
|
i dont know alot about editing vbulletin, ive only used phpbb/
how cna i remove the "did you find this helpful" phrase. and two, how can i move the plus/minus to beside the post number. this is a good mod but its ugly so i dont think ill use it. |
Quote:
|
Quote:
|
Quote:
|
when ranked , appears a error:
<div id="helpfulanswers_box_" style="text-align:right;"> <br /><hr size="1" style="color:$stylevar[tborder_bgcolor]" /> <i> <font size="2" color="green">+ 3 </font><font size="1" color="green">Galletas </i></font> <br><br> <strong><font size="1" color="green">thank you!</font></strong> </div> What´s going on? |
Quote:
|
nope. Im using a vbulleting generated style.
|
Resolved (disabled negative voting): When members vote, and the "1 out of 1 members..." come up, the icons (the red/green hands) disappear. What to do?
Resolved (edited helpful-answers template): And when giving thumbs up or down in post (not the first one) the text "1 out of 1 members..." is RIGHT above the posts text. Can I do so that the post text is one line lower? It seems a bit cramped up. I use v. 4.1.11. Thanks. |
Quote:
|
I have install and enable the Mode but can not see the icon or rate mode on post.
Please what could be the problem? |
Quote:
|
First of all thank you for this mod.
But i am facing a strange problem, when this mod is enabled in the forumdisplay page, threads are not sorted properly by the last post date. When disabled everything works fine. Any idea? |
Voting features work with vB 4.2. Should you find anything broken please report it back to this thread.
|
Quote:
|
Quote:
|
Quote:
|
Hi,
When someone vote on a post, the thread appears as many time as there are posts that have been voted (+ or -). Who to avoid this duplicates ? Thanks. |
Quote:
Take a look at the table helpfulpost and a post that shows up multiple times. There should be just one entry per postid. I.E. SELECT COUNT(*) FROM helpfulpost WHERE postid = '12345'; |
Quote:
Quote:
Ted S...do you have any idea on how I might do this (the second quote)? I got it working thanks to your help but just saw this post was bumped and recalled I never did figure out how to make it preview the posts. I can probably handle the design part of it but is that a specific code I am looking for or anything? |
Quote:
SELECT <existing stuff>,post.message JOIN post ON helpfulpost.postid = post.postID |
Quote:
|
Quote:
Code:
if($foruminfo['helpfulanswerbits'] AND $foruminfo['helpfulanswerorderbits']){ |
Quote:
Still no luck Ted! |
Update: I modified forumdisplay_query hook with your code.
That seems to fix my problem. |
Quote:
|
Quote:
in the helpfulpost table, every postid has a single line, no duplicate in database. But there are always here in the forum pages. the threadid has 5 line in helpfulpost table (5 distinct postid) that seems correct, but I have exactly 5 duplicate threads on the thread page of the forum. Regards. |
Quote:
|
please help me, how to make only certain usergroup can vote it, for example only moderator and supermod can vote it.
|
Quote:
|
Thank you for your immediate reply.
Can you tell me, whats the exact code i have to change, to get the feature? |
Quote:
Beyond that I can't teach you how to code but there are many great resources out there that will... Start hacking and searching, that's the best way to learn. |
Quote:
I have the same problem as Eole in that while it works fine, it replicates the thread like three times. If I switch disable Helpful Answers the replicated threads are deleted. I read the suggestions but really dont get it. :( |
Quote:
Take a look at the table helpfulpost and a post that shows up multiple times. There should be just one entry per postid. I.E. SELECT COUNT(*) FROM helpfulpost WHERE postid = '12345'; |
Quote:
First of all thanks for the response. Unfortunately, I'm a layman in I.T and have no idea what you mean in terms of table? I might just try to find an easier Mod, which is ashame as I 'liked' this one But thanks again for responding |
Gotcha... Well best of luck with your site!
|
Quote:
Yes, when disabling the mod, everything looks right. I found the options that generate duplicate entries in the forum page : On your forum, when activating "Order By Helpful Answers Votes?" (set to yes), every thread that have multiple post with a note, the thraed appears multiple times in the thread page of the forum. I have disable this option at this time (not useful for my forum). I have an other question : did you think about sorting posts in a thread depending on the number of positive/negative vote. this could give users show rapidly the bests answers (when multiple) just below the question. I'm just working on it, but maybe not with the best way than you. Bye. |
Hello all .
There is a nasty bug with this hack . If someone tries to copy the link of a yes/no button which is used for rating while he is logged in , and then logs out and enters it in a browser, the rate gets accepted!! (suppose the link to the yest button is like this : http://forum.ustmb.ir/helpfulanswers...id=5662&rank=1 , if you copy this to your address bar and press enter, the rate will be accepted! while you are not logged in at all!) This causes mischievous users to abuse the system for giving positive or negative rates as they wish! would someone please think about it ? |
1 Attachment(s)
Quote:
Simple fix with the attached xml and voting script. I'll test around more this evening and clean it up for a release. |
HA version 2.4.2 has been released this evening to fix two small but important bugs.
The first resolves issues where selected voting types should show strange characters in the ajax posted votes [i.e. %1$s voted...]. This changes phrases only. The second and more devious issue was spotted by faisaly.com in which users could copy a vote link, logout and use it multiple times to game the system. Forums with minimum post counts and voting limits were not impacted but given the potential impact it's suggested all forums update. Changes are made to the XML file and /upload/helpfulanswers.php only. No templates were modified. |
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:
|