Hello,
I need an addon that hides "certain" MEDIA tags for guests (or I want to specify which user group should be authorized).
I have many custom MEDIA tags ([ MEDIA = xyz ])... these are not supposed to be visible to some user groups. Whereas these should still be visible here: [ MEDIA =...
This add-on greatly improves the utility of the Xenforo tagging system for threads.
Features:
[ACP] Potential tags list: Easily find what tags should exist on your forum.
Admin page that shows the most common words (also multiple words) that could be likely tag candidates
Auto-suggesting...
As written in title.
If user can't see any tagged content, controller continue returns 200, but with text No results found.
For example, in internal node for staff I have single thread with tag "punishments":
If i try view this page as guest, I receive 200 status, but without results:
You...
Hi, guys! Is it possible in Xenforo to make tags two colored?
I had such addon at my old vb forum and it is the best way to distinguish different tags in a cloud in my eyes.
Example:
I would like to see the small list of tags as seen under the title in thread view or in the regular list with the meta group the same way in the extended article view. (Some of this may be added by an addon, but I just need to find the template and position to add that to).
The code to be...
I have some tags like
mercedes
porsche
ford
now i want to have the tags car and cars for all threads with the tags above.
I dont want to use sql, if not needed. Can i do this with xf or any addon, please?
I followed this resource: https://xenforo.com/community/resources/joyfreak-set-open-graph-image.8121/
My OG Tags still don't work on Twitter, FB or Discord. I have no idea what is going on.
I'll share whatever code you need, I just don't know what code you need.
Recently I noticed my forum Statistics in admin panel is blank and doesn't display any information when accessed on my desktop browser but works well on mobile devices. I have used different browser the problem still remain same.
Aside that the following options also don't display anymore in a...
Steps to reproduce:
Create a new thread with a unique tag. That tag must not be used anywhere else.
Click the tag edit link in the thread to edit its tags.
Click the "x" next to the tag to remove it.
Submit the form by clicking "Save", but do not refresh or navigate away from the page.
The tag...
JoyFreak submitted a new resource:
[JoyFreak] Article Cover Extended - Adds article cover image to tags/search results.
Read more about this resource...
Just figured I'd ask while I'm thinking about it: should there be a "Oops! We ran into some problems" message when you search tags and there's no results? I mean, it implies a site problem, when really the only problem is that there are no results. :unsure:
.the main goals of this addon are to:
Promote user interaction
Reward users who contribute
Monetize your forum
This add-on achieves this by adding BB-codes similar to spoiler tags which you use to limit who can view specific content.
Content can be hidden or displayed to users based on their...
I would like to add a specific tag to all of the posts and/or threads in a specific sub-forum. However, there are thousands of threads and posts, so it would take very long to do it one-by-one. Is there a way to add a certain tag to all of the threads or all of the posts in the sub-forum at...
I am almost 100% done changing the colors of my child theme. There's a couple real noticeable areas left that I can't seem to find in the style properties areas. I've basically looked at every single option and I can't find it haha.
A (Edit/Create Poll popup):
B (Tags coloring):
The white...
I found this script by @Xon to remove tags
when run it will delete all tags with less than 10 uses
can someone make it compatible with xf2
<?php
exit();
$startTime = microtime(true);
@set_time_limit(0);
ignore_user_abort(true);
$fileDir = dirname(__FILE__);
require($fileDir ...