Status
Not open for further replies.

Freekoid

Customer
Im using vietVBB ajax top 10 stats , his thanked tab is using abe's stats and wanted to know what dbtech's was please.

Code:
<div class="topx-bit">
    <em title="{vb:rawphrase post_thanks_total_thanks}">
        {vb:raw content.post_thanks_thanked}
    </em>
    <span class="topx-content-menu">
        <a href="{vb:link member, {vb:raw content}, null, 'userid', 'fullusername'}" title="{vb:raw content.fullusername}">{vb:raw content.musername}</a>
    </span>
</div>

well I think it is, because i cant see any other templates.

any help thanks <-- lol


*edit* Its working out the top 10 people who have been thanked :)
 
Last edited:
Freekoid I use that same mod, what did you do in order to get it to work? I haven't looked at it really, but it'd be nice to have that working again.
 
None of the thanks display as it was coded for the other mod. Same as I thought you were talking about?
 
I already had abe's thanks hack installed and wondered how to get it to use dbtech's

{vb:rawphrase post_thanks_total_thanks} is the call to the word 'Thanked'

but this one is confusing me

{vb:raw content.post_thanks_thanked}

i thought it was a call to the database table but thats called post_thanks, so im scratching me noggin on this one.
 
Ok, I know why this doesnt work:

{vb:raw content.dbtech_thanks_thanked} <-- vb calls for the raw content stored in the table 'dbtech_thanks_thanked'

Because dbtech.thanks.thanked is not a table on its own, the actual table is sat in the table 'user' and therefore will never bring back the correct information.

Anyone know how to process the call to inside a table?
 
Status
Not open for further replies.

Similar threads

Legacy Advanced Post Thanks / Like

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
4,049
Customer rating
5.00 star(s) 1 ratings
Back
Top