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)

Verionia 04-05-2010 08:51 PM

Followed everything on the threads, but still doesn't work and show on ANY forum. Will disable until next update.

Ted S 04-05-2010 09:58 PM

Quote:

Originally Posted by Verionia (Post 2016432)
Followed everything on the threads, but still doesn't work and show on ANY forum. Will disable until next update.

Have you enabled it in any forum?

Verionia 04-05-2010 10:36 PM

Quote:

Originally Posted by Ted S (Post 2016473)
Have you enabled it in any forum?

Yes I have through the bulk and forum. See PM

Ted S 04-06-2010 01:16 AM

Quote:

Originally Posted by Verionia (Post 2016485)
Yes I have through the bulk and forum. See PM

Have you modified your postbit or postbit_legacy templates?

Verionia 04-06-2010 01:35 AM

Quote:

Originally Posted by Ted S (Post 2016545)
Have you modified your postbit or postbit_legacy templates?

Yes, this is my postbit_legacy code:

PHP Code:

<vb:if condition="$post['signature']">
                        <
blockquote class="signature restore"><div class="signaturecontainer">{vb:raw post.signature}</div></blockquote>
                    {
vb:raw template_hook.postbit_signature_end}
                </
vb:if>
                                        {
vb:raw template_hook.postbit_signature_end}
            </
div>
            </
vb:if>
{
vb:raw helpful_answers}
            <
div class="cleardiv"></div>
        </
div>
    </
div


Ted S 04-06-2010 04:33 AM

Quote:

Originally Posted by Verionia (Post 2016555)
Yes, this is my postbit_legacy code:

PHP Code:

<vb:if condition="$post['signature']">
                        <
blockquote class="signature restore"><div class="signaturecontainer">{vb:raw post.signature}</div></blockquote>
                    {
vb:raw template_hook.postbit_signature_end}
                </
vb:if>
                                        {
vb:raw template_hook.postbit_signature_end}
            </
div>
            </
vb:if>
{
vb:raw helpful_answers}
            <
div class="cleardiv"></div>
        </
div>
    </
div


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

CvP 04-06-2010 05:58 AM

Quote:

Originally Posted by Sparky McSmith (Post 2003708)
Is there a way to make a post collapse (be somewhat hidden) when it receives are certain number of negative ratings?

Can this be done with this mod?

Hi Ted S.

same question.

Need it for 4.0.2 and 3.8, both :)

pete_brady 04-07-2010 07:29 AM

option to hide low ranked posts would be great - users are really missing the old Post Ranking mod since the upgrade to vb4

Greight 04-07-2010 08:44 AM

Quote:

Originally Posted by Greight (Post 2015595)
First thanks again for this nice mod, then can you please add a function so that the user can cancel his vote?

Any luck?

Hikikomori 04-07-2010 05:11 PM

Quote:

Quote:

I was also wondering would it be possible to have a setting to only allow marking a helpful post for the threadstarter? In a specific forum I want the threadstarter to be eligible to be marked as helpful/not helpful, but not any additional posts in that thread.
You would have to modify the addon to do this.
Would this be difficult to do? Is there a simple if statement or something similar I can add to the plugin code? Thanks.


All times are GMT. The time now is 11:53 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.01970 seconds
  • Memory Usage 1,757KB
  • 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_php_printable
  • (9)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