Please note, after purchasing the download is available for up to 3 days only
-- after that you can renew for £1.00 per month for any new updates
(renewal fees are always much cheeper an can be cancelled any time, if you just want 1 particular update, I've no issue with you just renewing for...
Xenforo: 2.2.13
I'm getting errors in the browser console(links to /inline-mod/):
And a couple more linking to (inject.js) EDIT: <--- This is not related to Xenforo, it's seems like it's from DuckDuckGo extension :confused...
I upgraded to a new instance on Linode from Ubuntu 20.04 to 22.04, and ever since I've been getting redirected to home page after inline moderation. Can someone shed a light as I can't figure it out what exactly has changed. I suspect it's something within nginx config..
My server blocks...
Hey,
The forum has been moved from the 'community' folder to the root.
Of course the forum is still full of references to the 'community' folder.
This will probably have to be done with lines in the .htaccess file.
Can an expert here please make these lines for me, and tell me which .htaccess...
It's time to improve on-page SEO and increase traffic for your XenForo forum.
Our SEO add-on makes it really easy, even for an average joe.
Custom Meta Tags
Add custom meta title and description tags to any thread and forum nodes.
Robots Index Control
Add noindex meta tag to any XenForo...
Hey folks, it looks like the article forum type breaks permanent redirects to other forums; I'm assuming this applies to timed redirects as well, although I have not tested that. This is obviously in XF 2.2.
Steps to reproduce:
create a thread in node A (an article forum)
move thread from node...
This script is based on different htaccess rules posted on xenforo forums and my own editing.
Requirements:
This script assumes you have friendly urls enabled for Xenforo.
What it will do
"/viewforum.php?f=X" will redirect to "/forums/X/" and
"/viewtopic.php?t=X" will redirect to...
I'm going to merge two XF boards: everything from board A into board B. I'm hoping that the merge/import can do the following:
Bookmarked links to threads and posts on board A will continue to work, presumably through some kind of redirect script.
For a member account on board A where the same...
Enforcing a strict board URL in-script is a very useful XenForo option. It would be even more useful if https and www redirects were used via a 301 rule instead of simply tagging the correct URL as canonical. If the purpose of that setting is to avoid creating server-side .htacess redirect...
Since moving to 2.1 a week ago, the email notifications URL only leads to the first post of a thread, and not to the post I get notified about. How would I fix this?
Thank you in advance!
Andre
Hi!
I have a basic entity Add\Edit admin template with simple form in it:
<!-- TITLE AND PAGE ACTIONS -->
<xf:form action="{{ link('phpc-criteria/save', $criterion) }}" ajax="true" class="block">
<div class="block-container">
<!-- FORM FIELDS HERE -->
<xf:submitrow...
I just upgraded to V2. In V1, I had login links with redirect_to that let users to redirect to that URL after login. But this is no more working after i upgraded to V2.
i want to Redirect like
Old Url forums.mysitename.co/t104315/
New Url forums.mysitename.co/threads/104315/
Old Url forums.mysitename.co/showthread.php?t=34474
New Url forums.mysitename.co/threads/34474/
Old Url forums.mysitename.co/forumdisplay.php?f=27
New Url forums.mysitename.co/forums/27/
This is troublesome when apache redirects automatically add in the backslash to your final destination
ex.
RewriteRule ^external.php* https://www.physicsforums.com/forums/-/index.rss [R=301,L]
turns into
https://www.physicsforums.com/forums/-/index.rss/
and will break
XF301VB is a XenForo 2 add-on, which extends the XenForo router with the ability to accept URLs pointing to vBulletin content and seamlessly, permanently redirect them to their equivalent content in XenForo after the content has been imported.
Virtually all content URLs from vBulletin versions...
I have a page with the button "Add dependency" and hidden input field.
<xf:button href="{{ link('UP/trophies/addDependency', $trophy) }}" class="button--add" icon="add" overlay="true">{{ phrase('UP_add_dependency') }}</xf:button>
<input name="page_dependencyValue" type="hidden" value="">
The...
Hello,
I seen on my current visitors list ,users viewing error page (This member is viewing invalid page or a page they don't have a permission to view it.)
Any solution for it? i mean auto redirection add on to main forum list?
Screenshot -
I have added a custom button to account_detais template:
<xf:button overlay="true" href="{{ link('account/reloadSkinHead') }}" class="button--link">{{ phrase('minecraftskins_account_reload_skin') }}</xf:button>
In reloadSkinHead action I want to display message that skin reload is complete and...
Hello .
i have a website like www.example.com and IP of website is : 192.168.1.1
i dont want to peoples to access my website via ip i want to accept users only came from domain name url
this possible ?
only user who enter domain name can access website if they trying to access via domain...
Hi,
How would I add a Post Reply button to threads viewed by guests that when clicked, opens the login page where they can choose to register, and redirects to a reply editor?
(I do not want guest posting, just the button to appear for guests to login or register)
Thanks!