Search Results for '+.+default+.+'
-
Search Results
-
Hi, I did an integration between wordpress and bbpress about six months ago. About 2 months ago, I lost the ability to login to my admin screen for bbpress. When I go to my bbpress forum, I’m automatically logged in as the admin and can add/delete posts, edit my profile (it looks like I’m still the keymaster, but I’m not sure), etc. However, I can’t get to my bbpress admin panel. When I click on the “Forum Dashboard” link, it takes me to my wordpress admin panel. When I go to the URL that used to take me to my bbpress admin panel, I get my wordpress blog page (a default page, I believe). Any help would be greatly appreciated. Thanks in advance!
Topic: Stylesheet not recognized
I just installed bbPress and I’m trying to create my own theme to match my WP Blog theme.
So I created a new Folder under my-templates called “my-theme” and I copied all the files from the kakumei default theme into my-theme, the expectation being that my-theme would now look the same as kakumei (since it contained the same files), and I could go about tweaking those files to my liking. (I’ve used the same process to tweak the WP Default theme on my blog, and now it looks like this, the very look I intend to create for my bbPress Forum).
Problem is, my-theme does not recognize style.css, so it comes out like this. It simply refuses to apply the styles in my-templates/my-theme/style.css.
I’m assuming the code line ‘<link rel=”stylesheet” href=”<?php bb_stylesheet_uri(); ?>” type=”text/css” />’ should hook up with style.css in the my-templates/my-theme folder, just as it does in bb-templates/kakumei.
Why is the stylesheet not being recognized?
Having an error when attempting to use the bb-avatar upload plugin. Its when anyone tries to access the avatar page we get presented with this error:
“Warning: include() [function.include]: Filename cannot be empty in /home/X/pastelportal.com/bbpress/bb-includes/functions.bb-template.php on line 45
Warning: include() [function.include]: Failed opening ” for inclusion (include_path=’.:/usr/local/lib/php:/usr/local/php5/lib/pear’) in /home/X/pastelportal.com/bbpress/bb-includes/functions.bb-template.php on line 45″
We were using a custom theme and it was working fine. We just switched about an hour ago to the default theme and now its doing this. I have done some searches and found a few solutions, issue is those solutions were related to other problems and I’m not sure if they would work with this.
I will say we were presented with a similar error when we upgraded to the latest bechet version of bbpress (1.0.2) but it was fixed after the admin did some tinkering around. But this time we are both clueless to what is going on.
We did change back to the custom theme for a moment, its working fine. But just the default theme, its not working.