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)

t18ftw 04-13-2013 03:12 PM

hi, anyone know how to show only in the first post (the question) ?

t18ftw 04-13-2013 07:57 PM

Quote:

Originally Posted by t18ftw (Post 2416138)
hi, anyone know how to show only in the first post (the question) ?

after 4 hours searching...

Quote:

Originally Posted by Ted S (Post 1812448)
Actually there's a better way to reduce server load with this...

Open up the XML file and find:

Code:

if($this->registry->options['helpans_hidefirst'] AND $this->post['postid'] == $this->thread['firstpostid']){
$show['helpfulanswer'] = false;
$show['rate_helpfulanswer'] = false;
}

Change that to:

Code:

if($this->post['postid'] != $this->thread['firstpostid']){
 $show['helpfulanswer'] = false;
 $show['rate_helpfulanswer'] = false;
}

Now only the first post will show ratings.


t18ftw 04-20-2013 04:41 AM

guys, me again.
i need to show only the threads of the last 30 days.

anyone know how to do that?

thanks

piratenmax 04-22-2013 09:25 AM

May i have a Problem with the Add.

Since i have the Add installed, some Thread are mirrored two-, three or four times. What is wrong with me ... :-)

So please ... if some Ideas

Greetings Uli

fxdigi-cash 04-22-2013 11:31 AM

Quote:

Originally Posted by piratenmax (Post 2417821)
May i have a Problem with the Add.

Since i have the Add installed, some Thread are mirrored two-, three or four times. What is wrong with me ... :-)

So please ... if some Ideas

Greetings Uli

I believe that there is a conflict with another mod. I had the same issue with this mod conflicting with VSA-admin log in as a user...

so if you have both mods installed on your vb, then you have to drop one of them to make things work fine again...

piratenmax 04-26-2013 05:32 PM

I have stopped all Add's and the Problem is the same ... some Threads are two, three or four times in the forum.

Some other ideas

Regards, Ulrich

Ted S 04-26-2013 08:12 PM

Quote:

Originally Posted by piratenmax (Post 2418719)
I have stopped all Add's and the Problem is the same ... some Threads are two, three or four times in the forum.

Some other ideas

Regards, Ulrich

If you've disabled all addons the problem would not seem to be with this addon?

piratenmax 04-28-2013 01:18 PM

Quote:

Originally Posted by Ted S (Post 2418749)
If you've disabled all addons the problem would not seem to be with this addon?

Sorry, i have stopped all other add's only this add was running and i have the Problem ...

Regards, Ulrich

Ted S 04-28-2013 05:48 PM

Quote:

Originally Posted by piratenmax (Post 2418929)
Sorry, i have stopped all other add's only this add was running and i have the Problem ...

Regards, Ulrich

And when you disable this addon the issue goes away?

piratenmax 04-29-2013 08:31 AM

Quote:

Originally Posted by Ted S (Post 2418974)
And when you disable this addon the issue goes away?

Yes ... if it disabled the Problem goes away ...!

Ted S 04-29-2013 01:12 PM

Quote:

Originally Posted by piratenmax (Post 2419060)
Yes ... if it disabled the Problem goes away ...!

You likely have multiple records for votes on posts which should not happen...

Is the mod still enabled with active votes or can you clear it out?

ovacsports 04-30-2013 03:35 PM

Weird, I installed and upload everything. I have the admin options in the admincp panel, but nothing is showing up on the actual forum.

What could I be missing?

Ted S 04-30-2013 05:25 PM

Quote:

Originally Posted by ovacsports (Post 2419261)
Weird, I installed and upload everything. I have the admin options in the admincp panel, but nothing is showing up on the actual forum.

What could I be missing?

Did you enable the mod in any forums?

ovacsports 04-30-2013 10:28 PM

Quote:

Originally Posted by Ted S (Post 2419282)
Did you enable the mod in any forums?

I believe that I did? In the admin control panel I went to: Helpful Answers System - Bulk Forum Enabling.

Enabled "Bulk Function", and click the "Update all forums" box for Change all forums option.

Is that correct?

Ted S 05-01-2013 05:33 AM

Quote:

Originally Posted by ovacsports (Post 2419341)
I believe that I did? In the admin control panel I went to: Helpful Answers System - Bulk Forum Enabling.

Enabled "Bulk Function", and click the "Update all forums" box for Change all forums option.

Is that correct?

Yup... Double check one of your forum's settings to be sure it "stuck".

If it did, is your postbit template original or modified?

ovacsports 05-02-2013 02:24 AM

Weird, I tried to resubmit the settings, and no luck.

The postbit template is not modified. My forum is ovathletics.com/forum

Ted S 05-02-2013 03:50 AM

Quote:

Originally Posted by ovacsports (Post 2419538)
Weird, I tried to resubmit the settings, and no luck.

No luck as in the option does not stay checked in the forum settings or no luck as in it does set but doesn't show up?

If the later please post a screenshot of your HA settings.

tulba 06-15-2013 09:45 PM

Hi,
really nice :-)

Greetz

Ted S 06-16-2013 07:15 PM

Quote:

Originally Posted by tulba (Post 2428372)
Hi,
really nice :-)

Greetz

Thanks! :D

tulba 06-17-2013 07:14 PM

1 Attachment(s)
Hi,
at fist thank you for this nice special.

I think it would be cool, if theres a chance for users to filter the results on the helpfullanswers.php

maybe like this photos...

Shill360 06-25-2013 11:32 AM

Probably a long shot and it might have been asked before but: Is it possible to make this add-on work with Tapatalk?

Ted S 06-25-2013 02:32 PM

Quote:

Originally Posted by Shill360 (Post 2430349)
Probably a long shot and it might have been asked before but: Is it possible to make this add-on work with Tapatalk?

That's something they'd have to develop at the app level.

snakedevil 07-02-2013 11:52 AM

Hello,

I want only the posts with five negative votes is hidden, how?

Thank you.

Ted S 07-02-2013 03:18 PM

Quote:

Originally Posted by snakedevil (Post 2431679)
Hello,

I want only the posts with five negative votes is hidden, how?

Thank you.

Build an extension to the mod or hack it to use votes to alter the template, activating a hidden style.

Randhal007 07-04-2013 05:30 PM

why i found this when i click yes for Rate ??

Quote:

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@my_domain and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
thanks

Ted S 07-05-2013 05:23 AM

Quote:

Originally Posted by idnews (Post 2432077)
why i found this when i click yes for Rate ??



thanks

That's not an error I can do much with. What do your server logs show happened?

DemOnstar 07-18-2013 06:15 AM

I installed it, then uninstalled it but the option (Helpful Answers still lingers in my admin cp.

How to get rid?

Thanks...

Ted S 07-18-2013 06:54 PM

Quote:

Originally Posted by DemOnstar (Post 2434247)
I installed it, then uninstalled it but the option (Helpful Answers still lingers in my admin cp.

How to get rid?

Thanks...

Remove the files you uploaded.

Bubble #5 08-12-2013 11:09 PM

Works great. Love ALL of your hacks Ted!

Ted S 08-13-2013 12:39 AM

Quote:

Originally Posted by Bubble #5 (Post 2438549)
Works great. Love ALL of your hacks Ted!

Thanks! :up:

Bubble #5 08-13-2013 12:44 AM

While I've got your attention, what does "Order By Helpful Answers Votes" mean?

When would I use it? Why would I use it?

Thanks.

Ted S 08-13-2013 12:49 AM

Quote:

Originally Posted by Bubble #5 (Post 2438557)
While I've got your attention, what does "Order By Helpful Answers Votes" mean?

When would I use it? Why would I use it?

Thanks.

If you were trying to make a Q&A forum it would be useful as it re-orders posts by their positive vote count, rather than the linear date.

Not suggested on typical discussion threads however.

Bubble #5 08-25-2013 06:04 PM

Is there any way to turn the "Did you find this post helpful?" phrase into a link so members can click on it instead of the tiny image? :confused:

Ted S 08-26-2013 12:33 AM

Quote:

Originally Posted by Bubble #5 (Post 2441016)
Is there any way to turn the "Did you find this post helpful?" phrase into a link so members can click on it instead of the tiny image? :confused:

You can change it to whatever you like. There's multiple settings in the mod plus templates for more advanced use.

Bubble #5 08-26-2013 01:40 AM

Quote:

Originally Posted by Ted S (Post 2441096)
There's multiple settings in the mod plus templates for more advanced use.

Sorry, we saw nothing in the download, or the ACP which would help with turning the phrase into a link. Are you speaking about other resources?

Ted S 08-27-2013 04:46 PM

Quote:

Originally Posted by Bubble #5 (Post 2441117)
Sorry, we saw nothing in the download, or the ACP which would help with turning the phrase into a link. Are you speaking about other resources?

If you want to alter the entire phrase, that's in the template.

K4GAP 08-27-2013 11:20 PM

Quote:

Originally Posted by Bubble #5 (Post 2438549)
Works great. Love ALL of your hacks Ted!

Bubble may I ask, what version of vb you are running?

Bubble #5 08-27-2013 11:32 PM

4.2.1

K4GAP 08-28-2013 12:17 AM

Quote:

Originally Posted by Bubble #5 (Post 2441577)
4.2.1

Thanks, I'll give it a try.

postcd 08-28-2013 10:01 AM

I need plugin which will allow sorting of replies according to rating. the best are on top in thread view. Anyone know plugin which will do this?


All times are GMT. The time now is 01:38 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.03307 seconds
  • Memory Usage 1,831KB
  • 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
  • (25)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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