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)

furst 04-23-2009 05:09 PM

Having someone rep someone for a post should also increase the post's helpful answer rating. This would be an improvement to the integration of the rep system.

Milez 04-23-2009 08:50 PM

Ted you mentioned earlier that in helpfulanswers.php we could print the username to the screen (which would be incredibly nice) but I don't think you are grabbing that from a quick look at the query. You're grabbing the userid though so maybe you could alter the query to reference the userlist table and get the username. Would really tie that page together and make it useful to see at a glance who uses the system.

Code:

SELECT post.postid,post.title as posttile,helpfulpost.goodrank,helpfulpost.totalrank,helpfulpost.lastvote,thread.threadid,thread.title as title,forum.title as ftitle $helpful_selectby
                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 goodrank > 0

Also is there anyway you could post the javascript to enhance our thumbs up/down with the greyed out image (I have these)? I would love to test this on my board.

Ted S 04-23-2009 09:46 PM

I assume the username you want to grab is for the person who posted. This I can definitely add in the next update.

As for the javascript I will be doing this once someone comes with a set of permissible use icons in grey and color format.

TAIFUN_T 04-24-2009 03:01 AM

Thx ..
But,

Quote:

Code:

setting_helpans_stats_votes_title - Enable Profile Voting Stats - I
                        &
setting_helpans_stats_ranks_desc


If I On this functions ..adds a 20 query to the profile page

Enable Profile Voting Stats - I & Enable Profile Voting Stats - II

Ted S 04-24-2009 03:52 AM

What's a 20 query?

TAIFUN_T 04-24-2009 04:24 AM

queries to the database

Milez 04-24-2009 05:52 AM

1 Attachment(s)
Quote:

I assume the username you want to grab is for the person who posted. This I can definitely add in the next update.
Hey thanks, that's exactly what I want! Added your thumbs images for you, they are transparent. See attached. Edit: Made them lighter.

Really looking forward to this update Ted :)

Holf- Andrew 04-24-2009 06:43 AM

I was wondering how i can uninstall this - I've uninstalled it through the Plugins & Products section in the Admin CP - but i am still getting it in the left hand side menu.

It is a great plugin - but i'm just finding it isn't needed for my forum.

akonze 04-24-2009 12:58 PM

BE AWARE! THIS THING CAN NOT BE UNINSTALLED!

I installed it and tried it out for my forum. Personally I did not find the design well and therefore I decided to stay with normal thread voting and the Thank Post addon. I then uninstalled this addon. It was removed from the addon list, but the section in the admin menu was not deleted. Now I have useless menu entries in the admin menu, which I can not get rid of. :-(

Bigj85 04-24-2009 01:12 PM

Quote:

Originally Posted by akonze (Post 1798090)
BE AWARE! THIS THING CAN NOT BE UNINSTALLED!

I installed it and tried it out for my forum. Personally I did not find the design well and therefore I decided to stay with normal thread voting and the Thank Post addon. I then uninstalled this addon. It was removed from the addon list, but the section in the admin menu was not deleted. Now I have useless menu entries in the admin menu, which I can not get rid of. :-(

BEWARE THIS POST CONTAINS COMMON SENSE
why dont you guys delete the files you uploaded for this mod,one of them is "cpnav_helpfulanswers.xml"
which is probably the file that makes the acp entry


All times are GMT. The time now is 07:13 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.02248 seconds
  • Memory Usage 1,745KB
  • 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
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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