![]() |
How to show the users total "thanks" in header template
Hi there,
I have the "Post Thank You Hack" installed and set up on my forum. https://vborg.vbsupport.ru/showthread.php?t=165673 I am using a custom theme I have created and I'm stuck on displaying the user's total thanks received within the 'header' template. A screenshot of the box is here: https://vborg.vbsupport.ru/external/2016/01/8.png I've not really done too much modification in terms of php, and have only really developed themes and used the code that vBulletin provides as standard. Any help would be appreciated. Many thanks, Robbie |
I would first take a look at the $vbulletin->userinfo array to see if that datum is already part of the array. Otherwise, you will likely have to create a plugin, with an SQL query, to compute it. :)
|
Quote:
|
Follow:
AdminCP -> Plugins & Products -> Add New Plugin And then complete the resulting form as follows: Product: vBulletin Hook Location: forumhome_complete Title: Test Execution Order: 5 Plugin PHP Code: PHP Code:
Click "Save and Reload", and then go to your forum and look at the home page...you should get a screen full of data. Copy/Paste that data here so I can look at it, and then go back to your AdminCP and set: Plugin is Active: No Click "Save". Once you post that data, I will be able to see if a user's total number of likes is already stared in that array, and we can go from there. |
Hi,
Thank you for that - From that I was able to locate the correct code to place. Which, for anyone else who is curious/interested, is the following code: Code:
$bbuserinfo[post_thanks_thanked_times] |
From the image you posted in your first post, that appears to be a interesting style, this is vB3?
Would you mind providing a link to your site? |
Quote:
|
Quote:
Quote:
|
Quote:
|
All times are GMT. The time now is 06: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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|