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 ...!


All times are GMT. The time now is 08:55 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.02966 seconds
  • Memory Usage 1,744KB
  • 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
  • (7)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