vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - [AJAX] Helpful Answers - Allow users to rate individual posts (https://vborg.vbsupport.ru/showthread.php?t=233296)

Michlerish 09-02-2010 04:06 PM

I installed this according to the instructions, it's enabled in all forums, the "Manual Template Override" is set to NO.... but it's not appearing anywhere on the forum.

A friend is having the exact same issue on his forum too.

We are running vb4.0.6 and downloaded the 404 file for this mod.

What is going wrong?

Ted S 09-02-2010 07:14 PM

Quote:

Originally Posted by Michlerish (Post 2092874)
I installed this according to the instructions, it's enabled in all forums, the "Manual Template Override" is set to NO.... but it's not appearing anywhere on the forum.

A friend is having the exact same issue on his forum too.

We are running vb4.0.6 and downloaded the 404 file for this mod.

What is going wrong?

Did you change any other options or modify your postbit / legacy template?

Michlerish 09-03-2010 06:51 AM

Quote:

Originally Posted by Ted S (Post 2092930)
Did you change any other options or modify your postbit / legacy template?

No, I thought that was optional and not necessary. Is that needed to get it working/visible (referring to the template edit mentioned in first post of thread)?

BadgerDog 09-03-2010 10:31 AM

Thanks Ted ... :)

Before I venture down the road of installing this in our 4.04 site, two questions for either you, or perhaps others can answer them ...

1. Can this mod peacefully co-exist with the very popular "Thank You" mod? Any reported problems? If so, is it logical to have both running simultaneously, or would that create confusion amongst users?

2. We have years of the add-on mod "Thank You" records from members in tens of thousands of posts built up on our site. I think our members would freak if they disappeared by turning that mod off suddenly. Has anyone ever thought about writing a conversion mod that would take those records for each post and convert each "thank you" to a "Thumbs Up" vote for the post, essentially preserving the historical perspective for members of old posts?

Thanks again for your work ... appreciate it ... :up:

Regards,
Badger

KProjects 09-03-2010 11:48 AM

Love the mod - thanks!

It was working great on my site.. then i switched from litespeed to apache w/ mod_security and get this error if a thumbs up/down is clicked:

Warning: curl_setopt() [function.curl-setopt]: Invalid curl configuration option in [path]/helpfulanswers.php on line 483

Line 483 is:
curl_setopt($curlHandle, CURLOPT_MUTE, 1); // dont show output

If you reload the page it shows that your helpful vote registered, and the error is gone.

I'm running v2.3.3 - latest version..

Any ideas?

KProjects 09-03-2010 05:27 PM

Update: fixed it by disabling anonymous reporting...

SemperFideles 09-04-2010 05:06 PM

Quote:

Originally Posted by BadgerDog (Post 2093218)
Thanks Ted ... :)

Before I venture down the road of installing this in our 4.04 site, two questions for either you, or perhaps others can answer them ...

1. Can this mod peacefully co-exist with the very popular "Thank You" mod? Any reported problems? If so, is it logical to have both running simultaneously, or would that create confusion amongst users?

2. We have years of the add-on mod "Thank You" records from members in tens of thousands of posts built up on our site. I think our members would freak if they disappeared by turning that mod off suddenly. Has anyone ever thought about writing a conversion mod that would take those records for each post and convert each "thank you" to a "Thumbs Up" vote for the post, essentially preserving the historical perspective for members of old posts?

Thanks again for your work ... appreciate it ... :up:

Regards,
Badger

Badger,

I've been running the Post Thank You hack for years as well. What I did was leave the Thank You hack installed but set the threshold for new Thanks to a post number way above what anyone can reach. By doing so, all the previously thanked posts still have who thanked them. The two addons co-exist fine.

I could have left the Post Thank You hack available to Thank New Posts as well as have the users find a post helpful but I opted to switch over users to Helpful Posts.

I really liked the Post Thank You hack but the author has pretty much abandoned it and some of the old features like the ability to see what posts a user has been thanked for look like they're not going to be available for vB4.

I think the Helpful Answers switchover will be better in time as it has so many advantages to displaying the Helpful Posts within a thread. I also think the author of this hack has found a nice way to parlay Open Source in a way that it is in his interest to support it long term whereas Post Thanks relies on the good will of users to support his continued coding (something that is sadly very rare).

BadgerDog 09-04-2010 06:30 PM

Quote:

Originally Posted by SemperFideles (Post 2093761)
What I did was leave the Thank You hack installed but set the threshold for new Thanks to a post number way above what anyone can reach. By doing so, all the previously thanked posts still have who thanked them. The two addons co-exist fine.

Thanks Ted ... :)

Makes sense ....

When you say you set the "post number" way above, do you really mean Post Count Needed to Give Thanks?

I couldn't find any other reference to a something that would be a quantity of posts.

So, essentially, the thanks icon disappeared for members and your new "Helpful Answers" appeared simultaneously.

Doesn't the Thank You mod have the advantage of being more personalized in that a person sees the individual member's name who left him that positive expression?

Thanks again for your work .. I use almost all of your mods and the are first rate and reliable ... :up:

Regards,
Badger

SemperFideles 09-04-2010 07:11 PM

Quote:

Originally Posted by BadgerDog (Post 2093805)
Thanks Ted ... :)

Makes sense ....

When you say you set the "post number" way above, do you really mean Post Count Needed to Give Thanks?

I couldn't find any other reference to a something that would be a quantity of posts.

So, essentially, the thanks icon disappeared for members and your new "Helpful Answers" appeared simultaneously.

Doesn't the Thank You mod have the advantage of being more personalized in that a person sees the individual member's name who left him that positive expression?

Thanks again for your work .. I use almost all of your mods and the are first rate and reliable ... :up:

Regards,
Badger

Badger,

My name is Rich. Ted's the coder of this app but I thought I'd answer your question as a board owner who has gone through the same thing you're going through.

1. Yes, I meant Post Count needed to Give Thanks. I raised the level to 100000
2. Yes, the Post Thank You button and the Helpful Answers thing will appear simultaneously (assuming you don't set Post Count level high as in 1.) Since I raised the Post Count needed to give thanks, users can no longer see the Thanks button but, because the Post Thank You hack is still installed, users can see who thanked posts before I raised the post count needed. In other words, I'm weaning users away from the Post Thanks and, in a couple of years, I'll probably just uninstall the Post Thanks hack altogether.
3. Yes, right now the Post Thank You hack allows you to see who thanked the poster but Ted just noted that he was going to mod this application to make this an option for the Helpful Answers product. It will completely replace everything good about Post Thanks when he does that.

As for your previous question about importing old Thanks Data into the Helpful answers hack, I'm sure it could be done with some sort of SQL query but I'm not sophisticated enough to know how to do that.

BadgerDog 09-04-2010 07:40 PM

Quote:

Originally Posted by SemperFideles (Post 2093818)
Badger,

My name is Rich. Ted's the coder of this app but I thought I'd answer your question as a board owner who has gone through the same thing you're going through.

Thanks Rich ... :)

Missed the poster name and just assumed ... ;)

Appreciate you taking the time for the extensively detailed answer ...

It helps a lot .. :up:

Regards,
Badger (Doug)
RSM - Ret'd


All times are GMT. The time now is 07:00 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.03221 seconds
  • Memory Usage 1,759KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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