vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Add-On Releases - [AJAX] Helpful Answers - Post Rating System (plus many sub-features) (https://vborg.vbsupport.ru/showthread.php?t=204117)

Ted S 08-06-2009 01:41 AM

On the helpfulanswers.php page or others?

Saviour 08-06-2009 01:54 AM

On the helpfulanswers.php page...

Ted S 08-06-2009 02:29 AM

1 Attachment(s)
Quote:

Originally Posted by Saviour (Post 1862298)
On the helpfulanswers.php page...

Geesh. I spent 15 minutes trying everything under the sun before I realized I had simply reversed the code between two hooks.

Corrected for 1.9 final and in the attached version.

cooltechie 08-07-2009 02:30 PM

I was shocked how quickly Phalynx (the coder for vBExperience) included your mod as an addon to his system so that it counts towards user's contribution meter. I guess I can now officially use HA without the need run the import nightly.

Quote:

Originally Posted by Ted S (Post 1862303)
Geesh. I spent 15 minutes trying everything under the sun before I realized I had simply reversed the code between two hooks.

Corrected for 1.9 final and in the attached version.

The attached version shows a date of 8/4/2009 for product-helpful_answers.xml so should I download and use the version (overwrite) you posted in the previous post as well?

Ted S 08-07-2009 10:22 PM

No need. Wait for the stable coming this weekend.

tpearl5 08-08-2009 05:20 PM

Ted - did you forget to attach the file again? :)

Ted S 08-08-2009 07:19 PM

Nope... Was working on it. It's up now.

Ted S 08-08-2009 07:25 PM

After several months of testing by many users I have released 1.9.5 which is a large update to the Helpful Answers system.

Some of the changes in this release:
- The notification system can now be used to tell them when someone voted on their post
- You can now display a message under the first post linking to the top rated post
- Updates to the hooks and plugin system to meet vbulletin guides
- Fixes to several small bugs
- Improved installer code
- Specific threads can be excluded or included via the admin

Note: Installing this version will rework your existing votes updating each one to include additional data. Please be mindful of this as an upgrade will take a few minutes for larger sites.

tpearl5 08-08-2009 08:40 PM

Thanks Ted ! The mod shouldn't update the post table if I already had 1.9.1 beta installed, no? Should the code version for the latest install code remain as 1.9.0?

Edit: something was up with my caching when trying to update this and my settings and phrases were errased, grr! I erased the installcode for "1.9.2" so it didn't update all my posts again.

cooltechie 08-09-2009 03:58 AM

When using digg like rating with a post that has 0 positive and 2 negative

Code:

<if condition="$post['totalrank']">
 + $post[goodrank]
</if>

It shows up as this:
+ 0 Do you think this post was helpful? Yes | No


All times are GMT. The time now is 09:12 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
  • Page Generation 0.01987 seconds
  • Memory Usage 1,736KB
  • 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
  • (1)bbcode_code_printable
  • (2)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