vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Add-On Releases - [AJAX] Helpful Answers - Post Rating System (plus many sub-features) (https://vborg.vbsupport.ru/showthread.php?t=204117)

star88 02-25-2009 10:46 AM

1 Attachment(s)
Hi Ted, and thank you for your mod. I installed it.
It's ok, seems to work fine but I got an error message when I imported your product.

I attached a screenshot I took.

I use VB 3.8.1 and your latest product version 1.5.4

Ted S 02-25-2009 03:53 PM

If you remove the phrase you have to add back in your own code to show something... The phrase is the default message, without it there is nothing to show.

For example, if you replaced the phrase with:

Code:

$post[goodrank] Good Votes!
The post would show "6 Good Votes!" if there were 6 good votes for it.

If there are no votes nothing would show by default, but again, you can change that by removing the <if ...> condition right above the phrase you are changing.

Ted S 02-25-2009 03:54 PM

Quote:

Originally Posted by star88 (Post 1754139)
Hi Ted, and thank you for your mod. I installed it.
It's ok, seems to work fine but I got an error message when I imported your product.

I attached a screenshot I took.

I use VB 3.8.1 and your latest product version 1.5.4

Thanks.

It looks like the plugin still installed -- is it working right?

star88 02-25-2009 04:32 PM

Quote:

Originally Posted by Ted S (Post 1754371)
Thanks.

It looks like the plugin still installed -- is it working right?

Yes, it works like a charm.
Note I don't use the 10 point rankings for now. I use helpful answers.

Ted S 02-25-2009 05:14 PM

Great!

dooch 02-25-2009 10:49 PM

is there going to be a way of highlighting or copying the best post directly below the first post? I know this has been suggested, id love to see this?

popowich 02-25-2009 11:36 PM

1 Attachment(s)
Hello,

If you have the thank you hack installed the automatic placement causes a little mess.

Here is the spot in postbit_legacy that I think looks OK for those doing this as a manual template edit:
PHP Code:

        </if>
        
$template_hook[postbit_controls]
        
$helpful_answers
        
<!-- / controls -->
    </
td>
</
tr>
</
table>
$template_hook[postbit_end

Attachment 95509

popowich 02-25-2009 11:42 PM

Is there a way to allow guests to rate posts?

I'd even be OK with a cookie check that only lets them rate up to 10 posts before registering.

My forum is mostly visitor traffic reading how-to information.

It would be great if this worked like a visit to Microsoft support sites and you get to rate the thread.

The simple thumbs up or down is fine, I just want guests to be able to rate the posts too.

Thank you for this product. :D

-Raymond

Ted S 02-26-2009 03:12 AM

Quote:

Originally Posted by dooch (Post 1754729)
is there going to be a way of highlighting or copying the best post directly below the first post? I know this has been suggested, id love to see this?

Highlighting absolutely.... Look at the second post in the thread and you'll see a sample condition that will let you identify the post.

Moving the post however would require manually hacking your showthread script.

Ted S 02-26-2009 03:13 AM

Quote:

Originally Posted by popowich (Post 1754780)
Hello,

If you have the thank you hack installed the automatic placement causes a little mess.

Here is the spot in postbit_legacy that I think looks OK for those doing this as a manual template edit:
PHP Code:

        </if>
        
$template_hook[postbit_controls]
        
$helpful_answers
        
<!-- / controls -->
    </
td>
</
tr>
</
table>
$template_hook[postbit_end

Attachment 95509

That's a good spot or you can use it lower after the thank you hack. It just depends on where you want things to show.


All times are GMT. The time now is 08:49 PM.

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.01874 seconds
  • Memory Usage 1,752KB
  • 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
  • (2)bbcode_php_printable
  • (4)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