Status
Not open for further replies.

Forumuz Net

New member
As I can show at attach picture:

profil.JPG
I can put everything into box at my postbit, but I don't know which codes I have to put in box for thanks/like product.
Can you tell me how can I put the codes of thanks/like product?
 
That bit is hardcoded in the postbit_display_complete plugin file for the thanks mod.

Sent from my X10i using Tapatalk
 
elazor
That bit is hardcoded in the postbit_display_complete plugin file for the thanks mod.

Sent from my X10i using Tapatalk

I found that plugin and opened with notepad. But I need your help to edit it. :(
I can change codes but not well at vb4 (at vb3 I was better) . If you can say " change this show the codes " I will be glad :confused:
 
I don't know that either, I don't know how your skin produces the box effect and sadly that's not something we can find out and account for.
 
@Forumz Net

Please note: I use this div tag : eti_postbit, you should know what yours is called but to find out search for join in templates and find your div tag next to it.

Goto your style and find this template

dbtech_thanks_postbit

surround the template with your div tag like mine.

I have highlighted mine in red for you.

Code:
[COLOR="red"]<div class="eti_postbit">[/COLOR]

<dd class="collapse" style="font-weight:bold;">{vb:rawphrase dbtech_thanks_stats} <a class="collapse" id="collapse_c_post{vb:raw post.postid}" href="{vb:raw relpath}#top" style="position:relative; top:0px; right:0px; float:none;" ><img src="{vb:stylevar imgdir_button}/collapse_40b.png" alt="" /></a></dd>
<div id="c_post{vb:raw post.postid}" style="display:none;">
<vb:if condition="$vboptions['dbtech_thanks_postbit'] & 1 AND !($bbuserinfo['dbtech_thanks_settings'] & 1)">
    <dt>{vb:rawphrase dbtech_thanks_thanks}</dt>
    <dd>{vb:rawphrase dbtech_thanks_x_times, {vb:raw post.dbtech_thanks_thanks}}</dd>
</vb:if>
<vb:if condition="$vboptions['dbtech_thanks_postbit'] & 2 AND !($bbuserinfo['dbtech_thanks_settings'] & 2)">
    <dt>{vb:rawphrase dbtech_thanks_thanked}</dt>
    <dd>{vb:rawphrase dbtech_thanks_x_times, {vb:raw post.dbtech_thanks_thanked}}</dd>
</vb:if>
<vb:if condition="$vboptions['dbtech_thanks_postbit'] & 4 AND !($bbuserinfo['dbtech_thanks_settings'] & 4)">
    <dt>{vb:rawphrase dbtech_thanks_likes}</dt>
    <dd>{vb:rawphrase dbtech_thanks_x_times, {vb:raw post.dbtech_thanks_likes}}</dd>
</vb:if>
<vb:if condition="$vboptions['dbtech_thanks_postbit'] & 8 AND !($bbuserinfo['dbtech_thanks_settings'] & 8)">
    <dt>{vb:rawphrase dbtech_thanks_liked}</dt>
    <dd>{vb:rawphrase dbtech_thanks_x_times, {vb:raw post.dbtech_thanks_liked}}</dd>
</vb:if>
</div>
[COLOR="red"]</div>[/COLOR]

Easy peasy lemon squeezy
 
Last edited:
Very thanks to you :o
I did it :rolleyes: I2m very happy now. :rolleyes:
Now it seens wonderfull.
postbitt.JPG
Thanksss, thanksss, thanksss
If one day I can help you , I will help you readily. :rolleyes:
 
Status
Not open for further replies.

Similar threads

Replies
27
Views
5K
Top