Reputation:
Reputation:
- Add noindex tag for the redirect page.
- Fixed a conflict with a lot of add-ons related to BBCode (ex: D.C Style - Attachment View, HIDE BBCode, ...).
- Display the destination URL in the redirect page.
Reputation:
- Fix conflict with Hide BB Codes addon.
- Now support both regular URL & URL with preview.
Reputation:
Reputation:
Reputation:
$urlEnconded = $baseUrl . '/redirect?to=' . base64_encode(htmlspecialchars($url));
}
else
{
$urlEnconded = $baseUrl . '/redirect&to=' . base64_encode(htmlspecialchars($url));
}
Reputation:
Fixed redirect URL error.
Reputation:
Fixed URL error with XenForo board not installed in root folder.
Reputation: