Search Results for '"wordpress'
-
Search Results
-
Topic: HTTPD request
Hi
I installed the forum but now m hoster shut it down due to many HTTPD request. This happend after i installed the forum software on my wordpress site.
Anyone an idea?
Topic: Stylesheet Issues
After I updated bbpress to version 2.5 the stylesheet for the default theme is not being linked correctly.
<link rel=’stylesheet’ id=’bbp-default-css’ href=’http://localhost/wordpress/almostaveragegamers/wp-content/C:xampphtdocswordpresswp-contentpluginsbbpress/templates/default/css/bbpress.css?ver=2.5-5199′ type=’text/css’ media=’screen’ />
This is the way that the link is showing up when I look at the source code for the site which I am designing on a local host server. When I click on the link to see what is displayed this is what it is showing me below.
Topic: About Forum Status
A question is asked about how to use bbpress.
The title of a forum is displayed on toppage(Forum Status :OPEN).
When seeing some specific forums(not log-in user), would like to redirect to a login-form page.Please advise me.
wordpress ver. 3.7
use theme is my orignal
bbpress ver. 2.4Version 2.4
New Install
WP is Version 3.7“Plugin could not be activated because it triggered a fatal error.
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7680 bytes) in/home/rgfg70/public_html/wp-content/plugins/bbpress/includes/replies/template.php on line 1025”
http://www.rgfg.orgTopic: Can't find these plugins
Hello friends,
I’m creating a full bbPress forum for my wordpress site and I can’t find plugins, that will show me last topic and last post on forum list page.I found this site: http://www.onemorething.nl/community/forum/ that has exactly what I’m looking for, but I can’t find the names of those plugins.
Any help will be apreciated.
Thank you already,
Dainis AbolsAfter the upgrade to 2.5 there are CSS errors because the include is broken! The cause is that the programmers didn’t thought about people hosting WordPresss (and bbpress) on Windows platforms. (Windows uses a different slash and different directory root/paths).
I’m hoping for a 2.5.1 fix 😉
ERRORS:
=======Failed to load resource: the server responded with a status of 404 (Not Found) http://www.XXXXXXX.com/wordpress/wp-content/E:inetpubwwwrootXXXXXXX…esswp-contentpluginsbbpress/templates/default/css/bbpress.css?ver=2.5-5199
AND
Failed to load resource: the server responded with a status of 404 (Not Found) http://www.XXXXXXX.com/wordpress/wp-content/E:inetpubwwwrootXXXXXXX…dpresswp-contentpluginsbbpress/templates/default/js/editor.js?ver=2.5-5199
Note that the slashes are missing from the ‘plugin_dir’ part.
I think the problem is within the “private function setup_globals” of the bbpress.php file or the “public function __construct” of the bbpress-functions.php file.
(masked my directory and sitename with XXXXXXX)