The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#6
|
||||
|
||||
![]()
No problem! I think it's included in the mod, I just remember it looked really messy on the default theme. It might be all fixed in the latest release or something, but if not, here is what we use:
Open up template: post_thanks_postbit_info And just replace it all with this: Code:
<vb:if condition="$post['userid']"> <vb:if condition="$post['post_thanks_thanked_times'] == 1"> <dt>Liked</dt> <dd>{vb:rawphrase post_thanks_time_post}</dd> <vb:elseif condition="$post['post_thanks_thanked_posts'] == 1" /> <dt>Liked</dt> <dd>{vb:rawphrase post_thanks_times_post, {vb:raw post.post_thanks_thanked_times_formatted}}</dd> <vb:else /> <dt>Liked</dt> <dd>{vb:rawphrase post_thanks_times_posts, {vb:raw post.post_thanks_thanked_times_formatted}, {vb:raw post.post_thanks_thanked_posts_formatted}}</dd> </vb:if> </vb:if> ![]() https://vborg.vbsupport.ru/showthread.php?t=267329 Which adds notifications for new replies in threads that the user has posted in or created. Also integrates perfectly with the instant AJAX mod. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|