Recent content by chris TFF

  1. chris TFF

    XF 2 Xenforo Website Developer

    Thanks @ozzy47 recomendations are always good. We have so much developemnt to do over the next 18 months, need to find a good relaible member of the team we run here.
  2. chris TFF

    XF 2 Xenforo Website Developer

    We are looking to build a database price comparision query website within a Xenforo framework. This is to sit alongside our Forum and make it easy for users to swtich between the two. Its a price comparison site for farming, but starting with just one set of products. We have the database of...
  3. chris TFF

    Add-on Auctions For XF2

    Did this ever happen?
  4. chris TFF

    XF 2.1 Mass errors when batch deleting

    We are getting a similar issue and server error logs - when batch deleting users awaiting moderation. For some users it also sits in a loop "Updating Subscriptions".
  5. chris TFF

    XF 2.1 Embedding a Sub-forum on a different site?

    Like most forums we have a number of sub-forums. Some of these have been started by customers, such as the Direct Drilling Section - https://thefarmingforum.co.uk/index.php?categories/conservation-agriculture-and-direct-drilling.36/ on The Farming Forum -...
  6. chris TFF

    XF 2.1 Is there a Way to search Users by Tags?

    @Brogan are there any plans to create user tags (as well as thread tags)? That would help us define which users are knowledable about certain subjects based on the tag being the "thread subject" and the reaction score to any responses? We are really interested in ways to highlight key content.
  7. chris TFF

    XF 2.1 Passing Thread Tags to Google DFP

    Working on this further ourselves - the value: $thread.tags is not available in the header. In the Thread_View template, we can set: <xf:page option="threadTags" value="{$thread.tags}" /> This makes $threadTags available in the header. But if you output $threadTags or $threadTags|raw at...
  8. chris TFF

    XF 2.1 Passing Thread Tags to Google DFP

    Hello, We pass a number of variables, such as thread ID and forum ID to our Google DFP installation to help target our adverts. We would also like to pass Thread Tags and User Group IDs. We have tried a few code variations, but have't made them work. Both would be arrays. We have managed to...
  9. chris TFF

    XF2 [8WR] XenPorta 2 (Portal) PRO [Paid]

    Thanks @Jaxel just realised we use your calendar as well. Both great addons - thanks for them. Would you write such a script for us as paid development? Next question - can you create two portals with a forum, we want one for "News and Articles" and Ideally a second one for "Videos and...
  10. chris TFF

    XF2 [8WR] XenPorta 2 (Portal) PRO [Paid]

    We are testing this addon after purchasing for XF2.1, its really a big step up from our XF 1.5. However, we have noted that threads that are RSS fed into a forum aren't being auto promoted as they were in XF1.5. Are we missing an option somewhere?
  11. chris TFF

    XF 2.0 How to display ADs only in threads of particular forums ?

    I am trying to do something similar in the header to pass NodeID and ThreadID to Google DFP for it to set the adverts. Node ID is working but threadID isn't. I have tried loads of variations. Any ideas? <xf:if is="{$forum.node_id}"> <!-- Forum ID...
Back
Top Bottom