Thank you hack 7.x postbit

zero061099

New Member
anyone know how to add the thanks stats to the postbit legacy? It only shows when I have the normal horizontal postbit on

you know

Thanks: x
Thanked x times in X post

I want to add that to my postbit_legacy.
What code would i add?

Thanks
 
PHP:
<if condition="$post[userid]">
	<div>$vbphrase[post_thanks_thanks]: $post[post_thanks_user_amount_formatted]</div>
	<div>
		<if condition="$post[post_thanks_thanked_times] == 1">
			$vbphrase[post_thanks_time_post]
		<else />
			<if condition="$post[post_thanks_thanked_posts] == 1">
				<phrase 1="$post[post_thanks_thanked_times_formatted]">$vbphrase[post_thanks_times_post]</phrase>
			<else />
				<phrase 1="$post[post_thanks_thanked_times_formatted]" 2="$post[post_thanks_thanked_posts_formatted]">$vbphrase[post_thanks_times_posts]</phrase>
			</if>
		</if>
	</div>
</if>
 
ok thanks I actually changed the outdated theme and it works now...BUT how can I change the terms thanked 1 time in 1 post (for example)

to

Props Earned: 1 (ONLY)

I know u edit the phrase
post_thanks_times_posts

but there has to be another one. as this is for older version.

Thanks!
 
zero061099 said:
ok thanks I actually changed the outdated theme and it works now...BUT how can I change the terms thanked 1 time in 1 post (for example)

to

Props Earned: 1 (ONLY)

I know u edit the phrase


but there has to be another one. as this is for older version.

Thanks!

Search the phrases for your current words... find the right one? edit it to your needs.
 
ok thanks ive done that hence how I came up with that one. but theres quite a few...see below...
The one boxed in red I know about but im not sure what others?

hsgrzgnitmhcb64mghq4.png
 
Back
Top