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)

vietfancy 10-28-2010 03:28 AM

Quote:

Originally Posted by Ted S (Post 2115089)
Disable the reporting feature and you'll be all set

Thank you it works great.

Here is one more thing. What do i do (what file should i edit) if i want to allow Guests to vote too?

Ted S 10-31-2010 10:14 PM

Quote:

Originally Posted by vietfancy (Post 2115094)
Thank you it works great.

Here is one more thing. What do i do (what file should i edit) if i want to allow Guests to vote too?

You would have to pretty much modify everything as the mod uses User IDs to stop double voting and you would have to switch or add an IP address or some other means to check.

Pvtiste 11-05-2010 12:29 PM

Wow thos mod is awsome !
thanks for sharing

sticky 11-06-2010 11:51 PM

Quote:

Originally Posted by Ted S (Post 2115090)
Should be pretty simple... Just need to look up the name of the variable, you can find it in the settings table or source code, once you have it I'll tell you where to swap things out (away from the vB source code right now)

I think I found it Ted, I may be wrong but I think this is it:

Code:

        // check if they have enough posts
        if($vbulletin->options['helpans_min'] AND $vbulletin->userinfo['posts'] < $vbulletin->options['helpans_minnum']){
                if($using_ajax){
                        $helpful_answers_error = construct_phrase($vbphrase['helpfulanswer_toofew'],$vbulletin->options['helpans_minnum'],$vbulletin->userinfo['posts']);

                        $templater = vB_Template::create('helpful_answers_error');
                        $templater->render();
                        $templater->register('helpful_answers_error', $helpful_answers_error);
                        print_output($templater->render());
                        exit;
                } else { eval(standard_error(fetch_error('helpfulanswer_toofew',$vbulletin->options['helpans_minnum'],$vbulletin->userinfo['posts'])));}
        }


amorosso 11-07-2010 01:33 PM

Awesome, it should be part of VB ..

Wurstteppich 11-11-2010 06:56 AM

Hi,

did anyone translate this to German language already and can provide me with his phrases?

Wurstteppich 11-11-2010 09:31 AM

One thing I noticed...when I click "Yes/No" to rate a users post, it takes ages (at least 5 seconds) till it changes to "Thanks for rating blabla". I use Google Chrome (didnt check with other browsers yet), does anyone have the same problem? I mean not the time to wait is the problem, but users don't recognize if the missed the spot and click another 2-3 times on it in the meantime.

chriske 11-15-2010 12:52 PM

1 Attachment(s)
Having style issues in 4.0.7.

The first screenshot is how a post normally looks, the second is how the post looks in forums where this mod is activated.

Anyone else experiencing this?

MyCTaK 11-16-2010 11:34 AM

1 Attachment(s)
I have the same problem as above (first and second posts are OK, but after them all are wider.
Another think i saw is style problem with background. I think probably it is because of the code below - there is no START, only END (see attached screenshot):

barakuda 11-16-2010 03:28 PM

installed and work ,thanks


All times are GMT. The time now is 01:01 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.02079 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
  • (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