After trying to figure it out for weeks I finally found the solution to this URL problem. Downgrading PHP 8.2 (8.2.12) to 8.1 (8.1.26) fixed the issue.
At this moment, I don't know if it's a PHP issue or XenForo issue but I am betting on XenForo and thus creating this thread.
I currently have two payapl accounts, Paypal account 1 is for xenforo user upgrades and Paypal account 2 for woocommerce sales (on a different domain)
Paypal account 1 xenforo set up with IPN = https://XFdomain.com/payment_callback.php
Paypal account 2 Woocommerce with IPN =...
Hi there,
I have noted that Rich Snippets Testing tool show a new error about "Missing URL".
You can check it here:
https://search.google.com/test/rich-results/result?id=x-WdPtiiTAGOxbizbG0SKw
I have found the same error also on my installation.
How this can be fixed?
Hi,
I apologize but I am confused. I need a simple explanation. I have a website: truthu490.info I refer all the videos to Rumble. I had them going to the original URL, but should I be using the ones ending in 228dh.
For example:
<snip>
I want to use the least data on my website. I know...
Hello, I would like to know if it is possible to change the URL of the home page of my site. for example, change https://my-site.com/index.php to https://my-site.com/homepage. Thanks in advance
I'm having strangely inconsistent behavior with the bb_code function on a custom page, which affects one manner of link only. It affects url unfurling by not creating the usual link unfurling box, but only constructing a http(s) link.
There's nothing more complicated than regular HTML styling...
Hi Guys.
I want to add more protocols to the URL-BB Code Tag. I look in src/XF/BbCode/Renderer/Html.php an found protected $allowedUrlProtocolRegex = '#^(https?|ftp)://#i';
so i try to add other protocols like steam:// or meta://
protected $allowedUrlProtocolRegex =...
hi i need redirect my old site urls to new urls
example :
www.oldsite.com/articles/title/id to www.newsite.com/threads/title.id/
i added a simple controller
class oldtonew extends AbstractController {
public function actionIndex(ParameterBag $params)
{
$url =...
Trying to play a little bit with the API, I could see JSON thread documents with posts and so on but I didn't see anything like a canonical url of the thread or even a path that would allow me to recreate the thread URL from an external site.
So did I miss something or this is something that we...
I'm doing some development on a huge forum with about 3.5 million threads.
I have an extended class for XF:Thread in an addon that is adding a new field is_faq which is a boolean.
I have about 6000 urls to convert to /faq/... instead of /threads/...
First, in my extended class, just before the...
Change URL structure for Turkish characters.
Works everywhere (forums, threads, etc.), with minimal conflict.
Warnings
Don't upgrade this add-on with old versions (File directories have been changed.)
Compatible XF versions is 2.2.x
Before install make sure, Use full friendly URLs option is...
I have a wordpress on my root directory so the forum was installed inside the /forum directory.
This was previously a vbulletin and was migrated to xenforo. however I am running to an issue with the URLS. the old VB urls are /forum/introductions but on xenforo right now it is...
It would nice to be able to pass a clickable url in the thread prefix itself...
e.g. <a href="https://url which takes me to any link of my choice">Thread Prefix</a>
Howdy folks!
Our forum is on Xenforo 2.0 and we're having a bit of a weird problem with the URL for the logo.
We are using the option to Link Logo to Home Page URL as we want the logo to link to our main site (not back to the forum home).
-> On computers / in desktop mode, this works as...
We need friedly urls like on site. How we can do like this structure?
domainforum.com/to-france/paris/about/
"to-france" - forum
"paris" - subforum
"about" - forum thread in "to-france"
Hello, I can not use the rewrite of url with the host: 1 & 1. I am under APACHE
The mod_rewrite is activated on their server, but when I activate the rewrite of url via admin.php? Options / groups / basicBoard /, I absolutely can not do anything on my forum.
http://prntscr.com/i9acnu
I try...