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)

Ted S 04-08-2010 04:24 AM

Quote:

Originally Posted by Greight (Post 2017328)
Any luck?

This is not on the development roadmap for this mod at this time although you could certainly add it.

Ted S 04-08-2010 04:29 AM

Quote:

Originally Posted by Hikikomori (Post 2017532)
Would this be difficult to do? Is there a simple if statement or something similar I can add to the plugin code? Thanks.

Quote:

Originally Posted by Hikikomori (Post 2017532)
Would this be difficult to do? Is there a simple if statement or something similar I can add to the plugin code? Thanks.

Pretty simple...

You can cheat and edit the template helpful_answers_roll

Code:

<vb:if condition="$show['rate_helpfulanswer']">
To something like...

Code:

<vb:if condition="$show['rate_helpfulanswer'] AND $userinfo['userid'] == post.userid">
You should of course modify the helpfulanswers.php file to insure someone can't cheat a vote as the template just controls the display of voting.

Ted S 04-08-2010 04:33 AM

Quote:

Originally Posted by pete_brady (Post 2017297)
option to hide low ranked posts would be great - users are really missing the old Post Ranking mod since the upgrade to vb4

This is on the roadmap for this modification and something I hope to have done soon!

CvP 04-08-2010 07:04 AM

Quote:

Originally Posted by Ted S (Post 2017769)
This is on the roadmap for this modification and something I hope to have done soon!

Thank you very much :up:

Verionia 04-08-2010 01:14 PM

Quote:

Originally Posted by Ted S (Post 2016632)
You will need to compare against the original template to be sure all of the template_hook calls remain in place. This addon uses postbit_messagearea_start

Still no luck, can't get it to work :/

Greight 04-08-2010 01:34 PM

Quote:

Originally Posted by Ted S (Post 2017766)
This is not on the development roadmap for this mod at this time although you could certainly add it.

So can you tell me how :confused:

CvP 04-08-2010 02:38 PM

Quote:

Originally Posted by Ted S (Post 2017769)
This is on the roadmap for this modification and something I hope to have done soon!

Hi Ted S.

Will you add this to 3.8 version too?

Hikikomori 04-08-2010 04:52 PM

Quote:

Originally Posted by Ted S (Post 2017767)
Pretty simple...

You can cheat and edit the template helpful_answers_roll

Code:

<vb:if condition="$show['rate_helpfulanswer']">
To something like...

Code:

<vb:if condition="$show['rate_helpfulanswer'] AND $userinfo['userid'] == post.userid">
You should of course modify the helpfulanswers.php file to insure someone can't cheat a vote as the template just controls the display of voting.

Weird, I tried adding that code, but there wasn't any effect. Although I think have a bigger problem, nothing I do to change the helpful_answers_roll template takes any effect. I tried writing random text in the template, I even tried removing all text from the template, but there was no change. I've tried reinstalling and on different styles, but it was the same. Any idea what could be wrong?

Ted S 04-08-2010 05:34 PM

Quote:

Originally Posted by Verionia (Post 2017917)
Still no luck, can't get it to work :/

Can you post your current settings & postbit / postbit_legacy template?

Ted S 04-08-2010 05:35 PM

Quote:

Originally Posted by Hikikomori (Post 2017989)
Weird, I tried adding that code, but there wasn't any effect. Although I think have a bigger problem, nothing I do to change the helpful_answers_roll template takes any effect. I tried writing random text in the template, I even tried removing all text from the template, but there was no change. I've tried reinstalling and on different styles, but it was the same. Any idea what could be wrong?

There are a few templates used depending on your settings.... many people use the _roll option but you may not. Check the other helpful_answers templates.


All times are GMT. The time now is 03:57 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.01838 seconds
  • Memory Usage 1,750KB
  • 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
  • (4)bbcode_code_printable
  • (11)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