![]() |
Quote:
|
Quote:
|
Teds
how to enable it ? $helpfulposts[totalranks] - The total ratings of a member's ppsts $helpfulposts[goodranks] - The total good ratings of a member's posts $helpfulposts[badranks] - The total bad ratings of a member's posts i have already add to postbit_legacy but total good ranks dont show and total bad ranks dont show too have any idea ? |
They don't need to be enabled... As long as you have the module on.
It's possible you'll need to switch to variables $post[goodrank] $post[totalrank] and $post[badrank] Let me knwo if those work for you. |
Quote:
ur variables $post[goodrank] $post[totalrank] and $post[badrank] just for show a HOW MANY RANK in CURRENT POST. I want show all Rank :) Sum from all $post[goodrank] on all post from user do u know what i mean Teds ? |
There is no variable to show all the rankings a user has got as that would require a query for every post in a thread.
|
Quote:
like Post Thank You Hack :) have total thanks from all post member :) please Ted S :) i think this is a good feature |
Hi, is it possible to add an option to qualify only the first post of a thread? And not the following posts.
Thanks. |
Yes but it will require a code edit to product-helpful_answers.xml as follows:
Find: Code:
if($this->registry->options['helpans_hidefirst'] AND $this->post['postid'] == $this->thread['firstpostid']){ Code:
if($this->post['postid'] != $this->thread['firstpostid']){ |
Quote:
In 2.0 I will address this issue with some additional updates to the data structure but won't be releasing that version until I get enough new features to warrant it. |
All times are GMT. The time now is 09:07 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|