Question Thanks tabels

Status
Not open for further replies.

Aepy

New member
How to put tabels in the information user "Thanks" and separate like the another information:

kUuj5KO.jpg
 
Hi there,

You can customise that display by editing dbtech_thanks_postbit_stats and adding whatever CSS your skin requires :)

Unfortunately I cannot tell you exactly what to change, as this is something your skin developer will need to tell you if you do not know.
 
Something like this:
my7nLmT.jpg

<head>
<style>
p.padding {
float: left;
border: 1px solid #dfdfdf;
background: #fff;
padding: 1px;
margin-bottom: 1px;
}
p.padding2 {
float: right;
border: 1px solid #dfdfdf;
background: #fff;
padding: 1px;
margin-bottom: 1px;
}

</style>
</head>
{vb:data thanksStats, thanks_button, fetchPostbitStats, {vb:raw conversation}}
<vb:each from="thanksStats" value="stat">
<li><label><p class="padding">{vb:raw stat.title}:</label></p> <p class="padding2"><span>{vb:number {vb:var stat.num}}</span></p></li>
</vb:each>

as you can see contains errors. The table is broken. Dont know how to fix it
 
Unfortunately I cannot assist further as I don't know how your skin works. Please contact your skin developer for further assistance, they should be able to guide you based on the information given here.

Sorry I couldn't be of more help :(
 
Hi there,

Sorry, but this -is- a skin issue. Your custom skin requires additional code to be added to standard templates and to our template in order to create the unified look, and this is something your skin developer will be able to give you further instructions on how to implement.

As I do not know the specifics of your skin, I cannot do this for you. Sorry :(
 
Status
Not open for further replies.

Legacy Advanced Post Thanks / Like

vBulletin 5.0.x vBulletin 5.1.x vBulletin 5.2.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
159
Customer rating
0.00 star(s) 0 ratings
Back
Top