vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Add-On Releases - [AJAX] Helpful Answers - Allow users to rate individual posts (https://vborg.vbsupport.ru/showthread.php?t=204139)

Ted S 02-13-2009 09:23 PM

Version 1.5.1 has been released.

This is a minor fix that adds a redundancy check to insure votes on the ten point scale option are not over 10 points.

This update also removes an extra > character in the options area.

Upgrading is optional.

guvner 02-16-2009 07:50 AM

Hi Ted :)

We've been discussing this your mod at my forum today, and one member asked if the cell under the post with the most votes could change color to help distinguish it from other posts in the thread.

I know this was mentioned last week and was wondering what would be involved in enabling a feature like that?

Mike

Ted S 02-16-2009 05:20 PM

Version 1.5.2 has been released to fix a small bug with the profile stats tool. This bug only impacted users with the ten-scale ratings feature enabled and an upgrade is not required if you did not use this feature.

To upgrade install the new plugin file. No changes were made to any of the other files.

Ted S 02-16-2009 05:26 PM

Quote:

Originally Posted by guvner (Post 1745699)
Hi Ted :)

We've been discussing this your mod at my forum today, and one member asked if the cell under the post with the most votes could change color to help distinguish it from other posts in the thread.

I know this was mentioned last week and was wondering what would be involved in enabling a feature like that?

Mike

Mike,

You can do this in two steps.

First go to your Helpful Answers System Settings and enable the top answer feature. This will give you acces to the top post via the variable $threadinfo[toppost]. But note, this will also add a query when a post is loaded.

Next you'll need to edit the template postbit or postbit_legacy to make use of this variable.

Depending on how you want the cell to look you'll want to modify the code appropriately.

Code:

<if condition="$threadinfo[toppost] = $post[postid]">  ... </if>

jGas 02-16-2009 11:53 PM

HI, if i try to use $helpful_answers (enabling Manual Template Placement) it simply doesn't work!
can you help me?
thanks!

Ted S 02-17-2009 12:02 AM

Quote:

Originally Posted by jGas (Post 1746381)
HI, if i try to use $helpful_answers (enabling Manual Template Placement) it simply doesn't work!
can you help me?
thanks!

Where are you trying to place the variable?

jGas 02-17-2009 08:38 AM

after <!-- / controls -->
(inside the postbit_legacy!)
i have to do the manual placement because i have also the post thank you hack, and in the image you can see what happens if they work together with the automatic placement:

https://vborg.vbsupport.ru/external/2009/02/56.jpg
(grazie = thanks)

alternatively, is there a way to move the automatic placement AFTER the thank you button?

SymbioteK 02-17-2009 09:17 AM

ok, i guess i'm just too dumb

all installed fine, followed instructions, its all there in admin.

just not there client side.....

tpearl5 02-17-2009 12:38 PM

Quote:

Originally Posted by Ted S (Post 1743262)
I'm not aware of a native post rating system in vBulletin...?

I was thinking of the thread rating system. nevermind.

Ted S 02-17-2009 05:15 PM

Quote:

Originally Posted by SymbioteK (Post 1746695)
ok, i guess i'm just too dumb

all installed fine, followed instructions, its all there in admin.

just not there client side.....

Don't be so hard on yourself!

Are you sure you've enabled it in the forum you're viewing?


All times are GMT. The time now is 12:51 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.01221 seconds
  • Memory Usage 1,740KB
  • 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
  • (4)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
  • (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