Recent content by Brandon515

  1. B

    Ads Manager 2 by Siropu [Paid]

    Is there still an option to accept crypto payments, like via coinbase?
  2. B

    Sendy Integration & Newsletters [Paid]

    I am really interested in this addon. Is there a demo of it anywhere, or a sample newsletter?
  3. B

    Fix Google discussion forum structured data schema. [Deleted]

    Yenxji, the instructions are in the first post of this thread and what to find, then replace it with the info javilonas posted above.
  4. B

    XF 2.3 Upgrade to 2.3 now site wont load - Template Compilation Error

    I get the error: Template Compilation Error public:PAGE_CONTAINER - MySQL statement prepare error [1146]: Table 'forum_xenforo.xf_icon_usage' doesn't exist in /home/site/public_html/src/XF/Db/AbstractStatement.php:230
  5. B

    Ads Manager 2 by Siropu [Paid]

    Is there a way to hide the "Post thread" button on forums that are pay to create a new thread only? If not, what happens if a user creates a new thread by clicking that button instead of creating it via Ads Manager?
  6. B

    Ads Manager 2 by Siropu [Paid]

    Where is the expiration set for sticky threads?
  7. B

    [XFA] RM Marketplace [Paid]

    Is there a way to charge a seller a fee just to list an item/service for sale?
  8. B

    Recent / Random Attachments On Forum Homepage [Paid] [Deleted]

    I just purchased and all images appear blurry.
  9. B

    Pinterest Pin It Share Button

    It looks like the "Pin it" button only appears when you mouse over an image. Is there anyway to make the "Pin it" button display all of the time instead of having to mouseover it?
  10. B

    Other [PAID]Display Latest Forum Posts on a Xenforo Page

    I need someone to create a php callback for me that would allow me to list the latest x number of posts per forum on a Xenforo page. I only need the titles of the threads to be displayed and they need to link back to the actual thread. Something like this: Latest posts from forum 1 Thread...
  11. B

    Recent threads on a Xenforo Page

    I tried that using the following code. The code works on an external php page, but throws errors when trying to use it on a page in Xenforo with a callback. I don't know all that much about php or callbacks. <?php // get latest x forum posts from xenforo by liamdawe // edit this to whatever...
  12. B

    Recent threads on a Xenforo Page

    Is there a way to display the newest 10 threads from a specific forum on a Xenforo page? Thanks, Brandon
  13. B

    Recent threads on external page. Problem

    I have pieced together this code for my site from various threads around here. It displays the latest x number of threads from a forum on an external page. The one problem that I have is that the $threadUrl portion is not working. <?php $forumUrl = 'http://www.mysite.com/'; //Forum URL, must...
  14. B

    XF 1.3 Display newest threads on Xenforo page node?

    I wanted to see if there is a way to display the latest x number of threads from a specific forum id on a Xenforo Page node? Thanks, Brandon
Back
Top Bottom