The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Is there a way to replace the rep bar with likes?
I would like the number of likes to be shown instead of the rep-blocks but there does not seem to be a simple way to do this from what I've found. I saw a product that could edit postbit to show user fields but being new to vb5 I could use a little handholding.
Thank you |
#2
|
||||
|
||||
Hi,
not really sure what you want to do. Would you like to disable the reputationbar and display the users likes instead? Here are some links: https://www.vbulletin.com/docs/html/...ons_reputation https://www.vbulletin.com/forum/foru...ags-on-postbit https://vborg.vbsupport.ru/showthread.php?t=313240 https://vborg.vbsupport.ru/showthread.php?t=308655 I don't look into it but I think you have to make/ use an addon (doesn't exist right now) to show a summery of users-likes. |
#3
|
|||
|
|||
That is indeed what I'm looking for, disable rep bar and just display the amount of likes.
I will need to wait it out or get good at making mods I guess |
#4
|
||||
|
||||
Looked a little deeper... should be a great trial to learn.
You could use the great mod-skeleton from Replicant: https://vborg.vbsupport.ru/showthread.php?t=323006 This select outputs a table of user and a like count: SELECT whoadded, count(*) AS counter FROM `vB_reputation` /*replace or change the table_prefix*/ GROUP BY whoadded Then you could display it at "{vb:hook 'conversation_userstats'}"in the template "conversation_userinfo" and reference the like-count-user to the $conversation['userid'] Hope that will help you a bit. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|