Limited Support
Our support team is currently on holiday from December 25, 2025 to January 7, 2026, and replies may be delayed during this period.
We appreciate your patience and understanding while our team is away. Thank you for being part of the wpForo community!
Merry Christmas and Happy Holidays! 🎄
Jul 22, 2019 9:37 am
There is a conflict between the WordPress permalink structure & wpForo and you don't care about this?!
Jul 22, 2019 12:36 pm
Hi @envi,
We've found the problem. It'll be fixed in the next version release.
If you need to solve it asap please follow the steps below:
1. Open the wp-content/plugins/wpforo/wpf-includes/functions.php file
2. Find the is_wpforo_url($url = '') function
3. Replace the following one:
function is_wpforo_url($url = ''){
if( wpforo_is_admin() ) return FALSE;
if(!$url) $url = wpforo_get_request_uri();
if( WPF()->use_home_url ) return TRUE;
$current_url = wpforo_get_url_query_vars_str($url);
if( WPF()->permastruct && strpos($current_url, WPF()->permastruct . '/') === 0 ) return TRUE;
return FALSE;
}
Page 2 / 2
Prev