Search Results for 'test'
-
Search Results
-
My bbpress is having trouble displaying stylesheets correctly. I am using the default style that bbpress comes with. I have it installed locally on a test environment.
The admin section looks exactly how it should, but the forum itself does not. I have noticed that the path to the stylesheet is incorrect.
<link rel=”stylesheet” href=”http://localhostbbpress/bb-templates/kakumei/style.css” type=”text/css” />
notice how after localhost the “” is the wrong way.
Not sure if anyone can tell me how to fix it.
in the admin page, the stylesheet path is correct
<link rel=”stylesheet” href=”http://localhost/bbpress/bb-admin/style.css” type=”text/css” />
my config.php looks like this
// If your bbPress URL is http://bbpress.example.com/forums/ , the examples would be correct.
// Adjust the domain and path to suit your actual URL.
// Just the domain name; no directories or path. There should be no trailing slash here.
$bb->domain = ‘http://localhost’; // Example: ‘http://bbpress.example.com’
// There should be both a leading and trailing slash here. ‘/’ is fine if the site is in root.
$bb->path = ‘/bbpress/’; // Example: ‘/forums/’
Hi;
The “Add new” link that is just below “Latest Discussions” title in bbpress frontpage messes my bbpress theme.
Latest Discussions
Topic — Add New »
Whenever you click that “add new” you are taken to a new page with this link; …/bbpress/?new=1 and I can see the header and footer ok but sidebar and post-form are messed.
Which template files are used to create the ?new=1 page? I can’t locate my mistake.
OK, so I have a WP/bbP integrated blog/forum that also uses bbPress instead of comments. It works really well, with the only problem being that the “Latest Discussion” is almost always just a list of the last 10 blog posts since we don’t get a whole lot of comments. To fix this, I worked up a plugin that grabs the last “X” topics that have 2 or more posts and displays them in a table just like the Latest Discussion table.
You can see exactly what I am talking about here.
And, no, it doesn’t play nice with my bb-Topic-Views plugin. It sucks, I know. Maybe I’ll figure out how to fix this later…
Would anyone else be interested in a plugin like this? If so, I’ll spend the time writing up the documentation, etc. so it can be released as an official plugin. If I don’t hear from anyone, I will probably not waste any more time on it since it is already working as I want it to on my site.
Anyone? Anyone? Bueller?
Hi
I would put in my sidebar the latest discussions of the forum (exactly the same as the one on bbpress homepage).
As I was unable to enable BB functions in WP (and vice versa), I was wondering if there was another way to do that.
If not, could you help me with enabling BB functions in WP?
Thx.
bbx
Topic: Posting New Topics Problem
Topic: Forum works….links don’t
Hey Guys.
I got the forum installed and all. Added the blurb above the config, added a .htaccess to bbpress/ root, and all the other steps suggested….
But can’t seem to get the links to work on the main page?
Was using firefox, switched to IE and the theme appears to work in IE not firefox…. that was one thing I noticed… not as important…
When I click to start a post, i get the forum, and when i post I get “The page isn’t redirecting properly” in Firefox, and in IE it tries to load forever.
Then wehn I go back to the main forum page…. there the new post is…
When I click on the post title or forum title, it tries to access in firefox, then i get the same error.
Now i’m testing all this on my local pc, using Xampp which is basically Apache as it’s server. I recently created a .htaccess file for my wordpress root, but it’s currently blank, does it need something? I’d like to get pretty permalinks working, but at the moment, that is the least of my worries.
Any assistance for this?
It is greatly appreciated!
Thank you!
Omar