![]() |
I have already set this to Yes in Vboptions > Helpful threads settings.
But it's not working. Showthread Ranking Box If enabled a box will show above threads letting users vote. This adds one query. Yes No Quote:
|
I want this MOD but looking at Helpful Answers and modifying silightly may give us powerful MOD than this Helpful Threads MOD (HT MOD).
As the author posted on Helpful answers MOD (HA Mod), if we put the code below, HA Mod becomes powerful version of HT Mod. My question: Why didn't the author take his/her powerful HA MOD and modify it to make it HT Mod? Should I use HA Mod or HT Mod for long term support? Only missing piece is the you have to have a hook to display is Forumdisplay. But, Modified HA MOD adds all these below and become HT MOD. The ability to show a user's vote stats in threads The ability to use image or text ratings. The ability to offer yes/no or scaled 1-10 point ranking. The ability to turn off negative ratings for a positive only system. The ability to decide which forums are open for helpful answer ratings. The ability to audit the system and identify top users and potential abusers. The ability to ban specific members from using the system. The ability to customize the AJAX message shown after a post is rated. The ability to edit all text and messages through phrases. The ability to show a page with the top helpful posts. The ability to show rating stats on a user's profile. Integration with the reputation system for ratings. Integration with points systems (VbPlaza and Experience) Template driven display that can easily be customized to your forum. posted by Ted S. (to show rating of first post only) Code: if($this->registry->options['helpans_hidefirst'] AND $this->post['postid'] == $this->thread['firstpostid']){ $show['helpfulanswer'] = false; $show['rate_helpfulanswer'] = false; }Originally Posted by reddyink Code: if($this->post['postid'] != $this->thread['firstpostid'] AND ($this->forum['helpfulanswerbits'] == 1 OR $this->forum['helpfulanswerbits'] == 2) ){ $show['helpfulanswer'] = false; $show['rate_helpfulanswer'] = false; }Where X and Y are forum IDs to show ratings for only in the first thread. |
Both mods are just about the same at their code. Helpful Answers has existed longer than Helpful Threads and as such has had more time to develop and mature. Like with all modifications, Helpful Threads will grow as people give feedback on what they want to do and may some day outpace Helpful Threads.
For now you may chose to run Helpful Answers on threads but it's not going to work perfectly... the ajax code and many of the voting options in HA are just not applicable to threads which is why there is a different mod. |
Critical feature for this MOD is to
+++ Integration with the reputation system for ratings. Integration with points systems (VbPlaza and Experience) +++ this has been done for Helpful Answers but after spending 10 hours, I couldn't make it work for Helpful Threads. Thank you for the kind help! |
Quote:
|
Ted,
I don't think the members are realizing the potential of this. With the power of this MOD combined w/ my requested addition, it will become a Digg like mod that has been requested both Paid and unpaid 50+ times on this board. I am willing to pay for the development. Many thanks! Quote:
|
Care to explain a little further? Is there a reason it needs to integrate elsewhere versus more internal features? What's the goal...
|
Here is what I am trying to do with your helpful threads/answers MOD.
Posted as a request in Paid work. https://vborg.vbsupport.ru/showthrea...94#post1905694 Quote:
|
Got it.
I think helpful threads accomplishes point #2 out of the box and the slick deals mod with a few template conditionals so what's really left for core functionality is the points integration plus styling. Does that sound right to you? |
Exactly!. Many thanks for considering my request.
Please let me know if you can help do this. Your help with will be greately appreciated and properly acknoweldged. As posted, I am willing to pay for the MOD (if required!) Quote:
|
All times are GMT. The time now is 12:08 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:
|