Search Results for '+.+default+.+'
-
Search Results
-
Topic: BBpress on Blogger Platform
Im new to blogging as well as to making websites. I have a blog hosted on blogger.com of google. I am planning to buy it a domain as i believe i can change the default example.blogspot.com into your own domain name. My question is it is possible to integrate BBpress into blogger?
Topic: Avatar upload 0.8.3
Recently installed bbpress 1.0.2 and avatar upload 0.8.3
Followed the inst. instruction as follows :
5 Upload the files in the “additional-files” directory to the following locations.
avatars/ – directory to the location specified on the admin page, rename if neccesary
admim page: /avatars/ so I created avatars dir. on bbpress root,writable DONE
avatars/default.png – default avatar image into the directory created above.
DONE
avatar-upload.php – bbPress root directory.
MOVED bb-avatar-upload.php T ROOT DIRECTORY
my-templates/avatar.php – your my-templates/my-template-name/ (or bb-templates/kakumei/) directory.
MOVED TO bb-templates/kakumei/ DONE
Upload the plugin files.
bb-avatar-upload.php – your my-plugins/ directory (and activate it).
DONE
identicon.php – your my-plugins/ directory (it is automatically included).
EXISTS
unsharpmask.php – your my-plugins/ directory (it is automatically included).
EXISTS
I dont see the avatar load button on the profile.
I’m confused, is the filename bb-avatar-upload.php or avatar-upload.php ?
What am I doing wrong ? ( a novice admin )
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?
