![]() |
You'll need to update both the XML file and the upload/helpfulanswers.php file,
|
Hi,
I am brand new to vbulletin so I apologize. I read through many posts but could not find this. I am sure it is here, but maybe someone would be so kind to repeat. What code can I place in postbit so that under the "Posts: xx" display it will show "Thanked: xx times"? I want it so if it is 0 (zero) nothing is shown, otherwise it would say "Thanked: 3 times" etc. This is the total number of times the user has been thanked across ALL posts. Thank you. Mike |
Mike there is not support for that level of reporting in this addon
|
Quote:
Have a good one, Mike |
It's in the roadmap but not something you will likely see in the next few weeks
|
Hi, what I need to do to have some link in nav bar to most rated posts?
|
Nice...me likey...marks Installed.
Have a question about the Most Helpful Answers page, though. I notice that in the Posts column...it will list the title of the thread. Anyway to limit the amount of characters for the thread title in this column? Also...it would seem the Forum title and Average Rating column content is not centered in the column. Can ya fix this? I also have one last question. I'd like to include a "top of page image" within the table that calls the info for user votes on a thread/post. What do I edit to include this? Thanks, bunches, for this mod. Replaces the post thank you/groan for my Articles forum... |
Quote:
|
Quote:
Code:
SELECT post.postid,post.title as posttile,helpfulpost.goodrank,helpfulpost.totalrank,helpfulpost.lastvote, Code:
SELECT post.postid,LEFT(post.title,35) as posttile,helpfulpost.goodrank,helpfulpost.totalrank,helpfulpost.lastvote, Quote:
Quote:
|
Did a search for the text you said look for...it's not found in the helpfulanswers.php file.
Found this, though: Code:
SELECT post.postid,post.goodrank,post.totalrank |
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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|