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.
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...
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".
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 -...
@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.
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...
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...
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...
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?
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...