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)

SamDelgado 05-24-2010 08:59 PM

Anyone know when we can expect the next release?

Ted S 05-25-2010 02:38 AM

Quote:

Originally Posted by SamDelgado (Post 2042862)
Anyone know when we can expect the next release?

There is a planned update for the 3.8 version. 4.0 update will come when I have enough useful features and/or correct the profile display bug.

SamDelgado 05-25-2010 05:05 AM

Sounds good

GONUMBER6 05-28-2010 01:31 PM

Ted thank you for this wonderful mod, I have been using it a few months now.

In order to stimulate user activity, I have installed vbactivity and the points market system.

Is there anyway to make it so that my users get points to their reputation in vbactivity? Right now even though I have helpful answers set to give reputation, it does not calculate rep points.

Dragonbyte Tech (maker of vbactivity) said this about the coding:
Quote:

That applies for when people give eachother reputation using vBulletin's own reputation system.
It will support the Helpful Answers mod only if that mod was coded to add reputation in the same way vBulletin adds reputation.
Can this be achieved somehow?

Thanks :)

mad@Max 05-28-2010 03:27 PM

Ted S, how about this js
Code:

function helpfulanswers_rate(postid, rank)
{       
        var xml = new vB_AJAX_Handler();
        xml.callback = function(o){
                fetch_object('helpfulanswers_box_' + postid).innerHTML = o.responseText;
        };
        xml.send('helpfulanswers.php', '&do=helpfulanswer&using_ajax=1&p=' + postid + '&rank=' + rank);

        return false;
}

that much more laconically:)

sticky 06-03-2010 04:54 AM

Is there any way to make this work with the "reputation user spread" option? It seems to not pay attention to it and allow someone to neg rep the same user multiple times.

wesooby 06-03-2010 10:06 AM

Hello Ted!

Well - you are AWESOME, of course! This mod IS Mod! :)

I was wondering if there's any way to add an "Including YOU!" phrase to the Thanks given indicator?

Something like this:

2 out of 2 members found this post helpful. Including YOU! : ) Thank you for rating this post!

and then after

2 out of 2 members found this post helpful. Including YOU! : )

So that users revisiting posts after a while will see what they've already done?

Thanks!! :) :)

Ted S 06-03-2010 03:01 PM

Quote:

Originally Posted by wesooby (Post 2047542)
Hello Ted!

Well - you are AWESOME, of course! This mod IS Mod! :)

I was wondering if there's any way to add an "Including YOU!" phrase to the Thanks given indicator?

Something like this:

2 out of 2 members found this post helpful. Including YOU! : ) Thank you for rating this post!

and then after

2 out of 2 members found this post helpful. Including YOU! : )

So that users revisiting posts after a while will see what they've already done?

Thanks!! :) :)

Do you know much about template conditionals?

wesooby 06-08-2010 05:52 AM

Hello Ted!!

Don't know too much... but if you could sketch out the basic idea I think I could give it a shot.

T H A N K S ! ! ! :) :)

persianpros 06-10-2010 09:35 AM

Persian Language For Helpful Answers

By Persian Prince

Good Luck


All times are GMT. The time now is 09:43 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.02012 seconds
  • Memory Usage 1,741KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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