Question add status in thread list

Status
Not open for further replies.

Tealk

Customer
Hello,

is it possible to insert the ticket status there? So is there already a variable I can use?
8702

I would insert it as follows:
Code:
<xf:if is="$thread.Forum.dbtech_ecommerce_tickets_product_id">
    <div class="structItem-extraInfo">
        variable
    </div>
</xf:if>
 
Last edited:
HTML:
<xf:if is="$thread.DBTechTicketsTicket">
    <div class="structItem-extraInfo">
        {$thread.DBTechTicketsTicket.getTicketState()}
    </div>
</xf:if>
Try that :)

I might actually implement this in the next version, as that's a pretty good idea!
 
Hello @Tealk,

We hope your ticket regarding DragonByte eCommerce: Tickets has been addressed to your satisfaction. This ticket has now been scheduled to be closed.

If your ticket has not been resolved, you can reply to this thread at any point in the next 7 days in order to reopen the ticket, afterwards this thread will be closed.

Please do not reply to this thread if your ticket has been resolved.

Thank you.


- DragonByte Technologies, Ltd.
 
Status
Not open for further replies.

DragonByte eCommerce: Tickets

DragonByte eCommerce XenForo 2.1.x XenForo 2.2.x XenForo 2.3.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
264
Customer rating
0.00 star(s) 0 ratings
Back
Top