Search results for query: *

  • Users: Tealk
  • Content: Threads
  • Order by date
  1. Tealk

    Bug Call to undefined method XF\Repository\Payment::findLogsByTransactionIdForProvider()

    I have this error that I see in the log several times a day Server error log Error: Call to undefined method XF\Repository\Payment::findLogsByTransactionIdForProvider() src/XF/Payment/PayPal.php:268 Generated by: Unknown account Jul 8, 2020 at 7:55 PM Stack trace #0...
  2. Tealk

    Question Tickets without ecomerce?

    Hello DragonByte team, i would have liked to use the ticket system without the eCommerce, is that possible? I think the option to write automatic replies to posts is great.
  3. Tealk

    Bug YubiKey4 registration error

    Hello, when i try to register my YubiKey4 on your site i get the following error: Oops! We ran into some problems. The attestation statement format "fido-u2f" is not supported.
  4. Tealk

    Not planned Check domain status

    Hello, it would not be practical to check the status of the domain when registering it. If you don't get a 200 back, the domain should be rejected.
  5. Tealk

    Question Last reply combination

    If I set the following, what happens? Are posts ignored by other users and calculated 7 days from the last post of the topic creator or doesn't the rule apply if someone else writes in this time.
  6. Tealk

    Bug Notices viewing the product

    The "Notices" are not displayed when viewing the product.
  7. Tealk

    Question Custom thread fields

    Hello, I would have been interested to know how you did this? Especially the forum version is very practical.
  8. Tealk

    Implemented Automatic answers without cron

    Hello, it would be nice if you would have the automatic answers also if you set the post manually to e.g. Answered. This would give you a better overview of the tickets that really need attention. This could be achieved by a Thread criteria "status changes to".
  9. Tealk

    Question automated actions example

    Hello how can I implement the following example? and what does the first/second number in the moderator bar mean?
  10. Tealk

    Bug missing "Product images" upload button

    I think the title and screenshot says it all?
  11. Tealk

    Question add status in thread list

    Hello, is it possible to insert the ticket status there? So is there already a variable I can use? I would insert it as follows: <xf:if is="$thread.Forum.dbtech_ecommerce_tickets_product_id"> <div class="structItem-extraInfo"> variable </div> </xf:if>
  12. Tealk

    Bug Index column size too large. The maximum column size is 767 bytes.

    Hi, when trying to install the add-on I get the following error message: XF\Db\Exception: xf_dbtech_ecommerce_tickets_ticket: MySQL query error [1709]: Index column size too large. The maximum column size is 767 bytes. in src/XF/Db/AbstractStatement.php at line 217 but in my mysql config I...
  13. Tealk

    Question Help pages instead of node page

    Hello, would it be possible to use the help pages instead of the node pages? There are also "Terms and rules" and "Privacy policy".
  14. Tealk

    Implemented customize invoice

    Hallo, I'd like to adjust the invoice but I don't know where to do it.
  15. Tealk

    Question notification on purchase

    Hello there, Is it possible to get a notification when something has been purchased?
  16. Tealk

    Question Create service product

    Hello again I tried out a little because I wanted to offer a service. Unfortunately I didn't find a way to integrate it into the shop. Is there a best practice?
  17. Tealk

    Question Black bar

    Hello, the code {{ dump($order.order_total) }} makes a black stripe appear under the Terms and rules, can I delete it or is it important? I would have liked to comment it out: <xf:comment> {{ dump($order.order_total) }}</xf:comment>
Back
Top