Forum Replies Created
-
In reply to: Only forum not Latest Discussions
Delete tags too.
Install bavatars. It’s the best Avatar plugin.
Install bavatars. It’s the best Avatar plugin.
In reply to: How can I add my avatarIn reply to: How can I add my avatarActually speaking PHP core function parse_url does generate a E_WARNING when the URL cannot be parsed. This happens if the server is running PHP < 5.3.3.
You really should turn off error reporting modifying bb-load.php line 25 (the error_reporting( E_ALL ^ E_NOTICE ); line).
After a quick (very quick) look at bbPress code it seems that they are using urlencode in urlencode_deep. I think that the right approach for the “re” GET variable is to use rawurlencode like it happens with “_wp_http_referer”.
Actually speaking PHP core function parse_url does generate a E_WARNING when the URL cannot be parsed. This happens if the server is running PHP < 5.3.3.
You really should turn off error reporting modifying bb-load.php line 25 (the error_reporting( E_ALL ^ E_NOTICE ); line).
After a quick (very quick) look at bbPress code it seems that they are using urlencode in urlencode_deep. I think that the right approach for the “re” GET variable is to use rawurlencode like it happens with “_wp_http_referer”.
In reply to: Topic title links to wrong topicPlease report the plugins that you are using. Also try to recount everything from the admin panel.
In reply to: Topic title links to wrong topicPlease report the plugins that you are using. Also try to recount everything from the admin panel.
In reply to: Only allow certain users to access a forum.zaerl Visibility.
In reply to: Only allow certain users to access a forum.zaerl Visibility.
In reply to: Add trailing slash to permalinksIt’s useless cause bbPress will redirect to an URL without trailing slash.
In reply to: Add trailing slash to permalinksIt’s useless cause bbPress will redirect to an URL without trailing slash.
In reply to: start a new discussion same vanilla forumcan i or not ?
NO, you can’t.
In reply to: start a new discussion same vanilla forumcan i or not ?
NO, you can’t.
In reply to: Re-arrange or re-order ForumsGo to /bb-admin/forums.php and reorder forums.
In reply to: Re-arrange or re-order ForumsGo to /bb-admin/forums.php and reorder forums.
In reply to: Unable to installUpload the uncompressed files to your server
It’s written in the instructions: uncompress files and then upload. Do not upload the zip file. The server will not automagically uncompress a zip file.
In reply to: Unable to installUpload the uncompressed files to your server
It’s written in the instructions: uncompress files and then upload. Do not upload the zip file. The server will not automagically uncompress a zip file.
In reply to: bbPress Forum not adopting Dutch LanguageThe site is running Buddypress
This is the bbPress forum (not the BuddyPress one). Anyway you must change the language in the main configuration file.
In reply to: bbPress Forum not adopting Dutch LanguageThe site is running Buddypress
This is the bbPress forum (not the BuddyPress one). Anyway you must change the language in the main configuration file.
In reply to: Pagination Problems / Latest Posts not Showing UpMaybe a recount will solve the issue. Visit: /bb-admin/tools-recount.php
In reply to: Pagination Problems / Latest Posts not Showing UpMaybe a recount will solve the issue. Visit: /bb-admin/tools-recount.php
In reply to: how to show content to registered member onlyIn reply to: how to show content to registered member only