Quote:
Originally Posted by Abe1
Did you edit any of the templates? There were some major template edits. Make sure you revert the templates.
|
I just had installed your hack for the first time a little over a week ago, v4.2. When I came on the other day I noticed your upgrade so I downloaded it. I even checked your template edits against each other, since they were the same I did nothing except upload the product with overwrite on.
The only thing that is slightly different is I also have vBookie installed.
https://vborg.vbsupport.ru/showthread.php?t=94128
And that hack requires the template edit
Code:
<if condition="$vboptions['vbookiecashon']">
<br />$vbphrase[vbookie_vcash]: $post[vbookie_cash]
</if>
In the templates postbit AND postbit_lagacy right where you require the addition of:
Code:
<!-- Start Post Thank You Hack -->
<if condition="$post[userid]">
<br />
$vbphrase[post_thanks_thanks]: $post[post_thanks_user_amount]
<br />
<if condition="$post[post_thanks_thanked_times_on] == 1">
$vbphrase[post_thanks_time_post]
<else />
<if condition="$post[post_thanks_thanked_posts_on] == 1">
<phrase 1="$post[post_thanks_thanked_times]">$vbphrase[post_thanks_times_post]</phrase>
<else />
<phrase 1="$post[post_thanks_thanked_times]" 2="$post[post_thanks_thanked_posts]">$vbphrase[post_thanks_times_posts]</phrase>
</if>
</if>
</if>
<!-- End Post Thank You Hack -->
So mine reads:
Code:
$vbphrase[posts]: $post[posts]
<if condition="$vboptions['vbookiecashon']">
<br />$vbphrase[vbookie_vcash]: $post[vbookie_cash]
</if>
<!-- Start Post Thank You Hack -->
....
As for access to my ACP that would be ok but I do run a graphic adult site.