Search Results for 'bbpress'
-
AuthorSearch Results
-
May 17, 2011 at 9:25 am #95373
In reply to: bbPress 2.0 – Updates
John James Jacoby
Keymaster@tooltrainer – Possibly, but not for the first release. The way WordPress handles this is by pre-saving drafts, which means we’d need to build draft support into user profiles too. Not impossible, but would need to be thought through.
May 17, 2011 at 9:20 am #95372In reply to: bbPress 2.0 – Updates
tooltrainer
MemberQuick question, are there plans to have a “preview” mode for people when they are writing posts? I had a user request it and frankly I hadn’t realized there wasn’t one (I rarely ever use them myself).
Is such a feature on the roadmap?
Thanks,
Jonathan
May 17, 2011 at 6:48 am #95370In reply to: bbPress 2.0 – Updates
Daily Anarchist
MemberThe header that I am using is a modified version of the default theme header file that came with wordpress. It should be in the same location and called by the same name as the default header file. I am sort of a noob at code but I thought because my header file appears at on the index/home page when the website loads that things were working. By “appropriate call to” do you mean the “get_header” php command?
Secondly, the entire theme is located in the wp-content folder within a default theme sub folder. That is why there is no reference. Again, I am probably really confused by what you mean so it is probably something I am doing wrong.
The entire site may be a hack job, because it is my first, but up to this point everything has worked flawlessly, including all of my plugins.
I suspect there is a simple solution to preventing the WP css from overriding bbP css but I haven’t figured it out yet.
May 17, 2011 at 5:42 am #95369In reply to: bbPress 2.0 – Updates
John James Jacoby
Keymaster@Daily Anarchist – Your theme doesn’t use a conventional WordPress header, and it’s missing the appropriate call to
wp_head();
which is how WordPress themes load dynamic content in the
<head>
of the page.
There is also no reference anywhere in your source to a wp-content folder, which is where your theme and any related plugins should be loading from. With something that’s this outside of the norm, you’re going to run into lots of incompatibilities with many plugins as you go. I’m actually pretty happy that bbPress looks as good as it does considering there’s no CSS applied to it at all.

As a general note going forward to everyone, if you have site specific questions please post up new topics and tag them ‘plugin’ so that we keep this sticky focused on the bbPress plugin, and not supporting your sites. Thanks
May 17, 2011 at 2:55 am #95360In reply to: bbPress 2.0 – Updates
Daily Anarchist
MemberFor whoever is interested, one of the links I provided above no longer works because I deleted the post. I’m still playing around with things to get a feeling for how they work. Everything seems to be working great, except my WP css has taken over and prevents bbP css from working. Also, the gravatars are not showing up, but that is also like a problem of the css.
Here is a link that does work to show what my forum topic looks like. You’ll notice the css is exactly the same as my blog posts.
http://dailyanarchist.com/forums/topic/css-is-the-problem/
If anybody can help clarify to a noob like me exactly what I need to do to make the bbP css work its magic I would be eternally grateful. I am running a modified default WP theme.
May 17, 2011 at 2:23 am #100511In reply to: bbpress as wordpress page
Fartlek
Memberrbertolani, follow the instructions here and that should help you find the plugin: http://blog.ashfame.com/2010/01/download-zip-latest-trunk-wordpress-bbpress-buddypress/
May 17, 2011 at 2:23 am #105611In reply to: bbpress as wordpress page
Fartlek
Memberrbertolani, follow the instructions here and that should help you find the plugin: http://blog.ashfame.com/2010/01/download-zip-latest-trunk-wordpress-bbpress-buddypress/
May 17, 2011 at 1:33 am #95359In reply to: bbPress 2.0 – Updates
Daily Anarchist
MemberMy theme is the default theme, but highly modified. Reading back a little bit it looks like Rick Lewis and I might have the same problem, that we need to figure out how to let the bbpress css do its own thing, yet my website’s css is taking it over, which is what’s messing it up.
JJJ gave three options to remedy the situation, the third option not being possible for me, and the first two doable, but a little bit over my head.
Do you know what’s causing the gravatars not to show up, the css maybe?
May 17, 2011 at 1:30 am #95358In reply to: bbPress 2.0 – Updates
christopher jon
MemberNevermind, ignore me. Looks like some changes were made with how the plugin interacts with themes now.
But, your site is missing the forum CSS for some reason.
May 17, 2011 at 12:52 am #95357In reply to: bbPress 2.0 – Updates
Daily Anarchist
MemberIt’s a fresh install with the 3167 changeset. I’m not quite sure what you mean by “check out the child theme functions.php to grab the code.”
I’m kind of a perpetual noob so bare with me.

Also, if I do already have the function.php code installed, could it be that my site’s css is overpowering the plugin’s css?
May 17, 2011 at 12:45 am #95356In reply to: bbPress 2.0 – Updates
christopher jon
MemberDA,
Looks like your missing the CSS. Check out the child theme functions.php to grab the code.
bbpress uses gravatars for forum icons. No additional plugin is needed.
May 17, 2011 at 12:18 am #95355In reply to: bbPress 2.0 – Updates
Daily Anarchist
MemberHello!
I just installed the plugin because I couldn’t wait any longer. So far I haven’t found any glitches. It seems to work quite nicely and fits into the rest of my website as if it were just another page.
The only problem I see with it right now is aesthetics. It looks terrible on my website. I suppose that is because it is being governed by the same css that governs the rest of my website’s content.
I am hoping that I can either do something right now to make it match better, or that something will get done in the future to make it match better. For example, here is a single post:
http://dailyanarchist.com/2011/05/10/the-success-story-of-sovereign-curtis/
and here is an example of a forum post:
http://dailyanarchist.com/topic/hello-daily-anarchists/
I am hoping one day to make the forum post look just like, or at least a lot like, the single post.
Is it possible for me to do now? Or do I need to wait?
Secondly, I haven’t figured out how to transfer a forum post to the blog, or single post yet. Can somebody clue me in on how to do that?
Lastly, I read somewhere that the plugins for the standalone version of bbpress are not compatible with the plugin. Understandable. But is this true also for WordPress plugins? For example, I am running a Gravatar plugin for wordpress and would really like to have gravatars for my forum section. Is this a no go? Also, will there ever be plugins FOR the plugin? How would that work?
Thanks for the plugin and for all of the help!
May 16, 2011 at 9:27 pm #100593In reply to: A plugin for the plugin – which folder?
Arjun S Kumar
ParticipantThere are a few plugins available in WordPress plugin repository for bbPress Plugin. You may search by tag as bbpress.
May 16, 2011 at 9:27 pm #105693In reply to: A plugin for the plugin – which folder?
Arjun S Kumar
ParticipantThere are a few plugins available in WordPress plugin repository for bbPress Plugin. You may search by tag as bbpress.
May 16, 2011 at 8:33 pm #100592In reply to: A plugin for the plugin – which folder?
John James Jacoby
KeymasterThey will be treated as normal WordPress plugins, that need to built to hook in to bbPress specifically. Similar to BuddyPress plugins.
May 16, 2011 at 8:33 pm #105692In reply to: A plugin for the plugin – which folder?
John James Jacoby
KeymasterThey will be treated as normal WordPress plugins, that need to built to hook in to bbPress specifically. Similar to BuddyPress plugins.
May 16, 2011 at 7:50 pm #38489Topic: Blank Posts
in forum Troubleshootingweeelk
MemberBrand new install of bbpress with wp integration. Posts are blank however if I click edit the text is there. What could be the problem? Many thanks.
May 16, 2011 at 7:39 pm #38488Topic: A plugin for the plugin – which folder?
in forum PluginsFartlek
MemberWhich folder should the bbpress plugin go into that is meant to plug in to the bbpress plugin for wordpress?
May 16, 2011 at 6:42 pm #100510In reply to: bbpress as wordpress page
rbertolani
MemberI would also like to be able to embed an entire bbpress forum right into a page on my wordpress site. Is the plugin available yet?
May 16, 2011 at 6:42 pm #105610In reply to: bbpress as wordpress page
rbertolani
MemberI would also like to be able to embed an entire bbpress forum right into a page on my wordpress site. Is the plugin available yet?
May 16, 2011 at 5:52 pm #38487Topic: X-Forwarded-For to show as IP address
in forum Troubleshootinggaretht2
MemberI’m using the Kakumei theme, and am located behind a load-balancer.
All posts show the IP address as the IP address of the load-balancer rather than the poster. I know the load-balancer does send the poster’s IP address in the X-Forwarded-For HTTP Header field.
Is it possible to get bbPress to pull out this IP address, rather than the load-balancer’s IP address?
May 16, 2011 at 3:33 pm #95354In reply to: bbPress 2.0 – Updates
Rick Lewis
MemberI just wanted to note that the only way this works for me is to go into settings and add a forum base and check the include base before slugs box.
If don’t check that box i end up at my homepage.
When I do check that box and have the fields under it empty which it says will use defaults the urls come out like this –
http://crosseyedgaming.com/forums//welcome-committee/
Note the double // which creates a page not found.
When I add slugs http://crosseyedgaming.com/forums/forum/welcome-committee/
and they all go to the homepage.
If I remove the check I can get to my subpages for the forum but the index page will not show. It goes to one of the created forums frontpage and in the title says – Crosseyed Gaming | Blog versus — Crosseyed Gaming | Forum
It seems to me there is something going wrong within the settings for the slugs and rewrites either in the plug in , my site or both.
May 16, 2011 at 2:43 pm #95353In reply to: bbPress 2.0 – Updates
Rick Lewis
MemberThe instructions r-a-y mentioned above worked.
I had at one point removed the Forum Base blug altogether. Putting it back as forum and creating a forum page using the shortcode created the page for the index.
Would like to know what other shortcode options there are??
thanks for the help. Good to have a forum index now to start building on.
May 16, 2011 at 2:35 pm #95352In reply to: bbPress 2.0 – Updates
Rick Lewis
Member” Don’t move anything, don’t add anything, and use shortcodes and adjust your CSS as needed. “
This is where I am at right now.
I thought I would try [bbp-forum-index]. I created a page Forum and used that code. I still got the same page as I did all other ways. Goes directly to one of the forums and then list the other forums below it. Says Blog archive across the top.
Now when I create /forums (note the s) that page goes to my home page and not a page at all.
I did a re-save of the permalinks and so on but still not seeing a forum homepage of any kind.
I can only guess that I have something crossed up somewhere beings others have this working.
EDITING __ I did not see the above posts prior to posting this. Going to review and make a change on my site and see how it goes. Thank you for the help.
May 16, 2011 at 1:52 pm #95351In reply to: bbPress 2.0 – Updates
christopher jon
MemberIs there a way to list all users and users currently logged in?
-
AuthorSearch Results