Search Results for 'bbpress'
-
Search Results
-
OK, I’m working on integrating my WordPress & bbPress themes. I’m doing the work in the bbPress theme files.
What I did was I copied the style.css from my WordPress theme into the new bbPress theme directory. Now I’m working on the header.php file, figuring the best place to start would be at the top of every page.
The navigation bar from my WordPress theme uses a javascript file which is included in the scripts/ folder under the directory where the theme lives.
I’m calling bb_get_active_theme_directory() to get the directory name, but this is not returning anything. The Appearance page in the admin console for bbPress is using the theme I’m editing, and viewing the page source shows the wrong value for the script file name.
A couple of lines earlier in the header.php file, it calls bb_stylesheet_uri() & that returns the full URI of the stylesheet. I want everything that’s in there minus the “style.css”. How do I get it?
Tony
What is the equivalent of <?php if ( $user_ID ) : ?> on wordpress template tag for bbpress?
I want to display text when user is logged in and something else if user is not logged in
Topic: Manually add avatar
Hi,
I had a long way to go, I migrated my forum from smf > phpbb3 > bbpress, and so far I’m very happy with it.
One of the problems I’m trying to solve is the avatar problem. Is there a way to manually upload my users avatar and activate it for them? (their avatar didn’t migrate, although avatar is working now, if you upload it again, but my users need to upload it again, I want to save them that trouble)
Thank you.
Hi folks. I’m pretty new to WordPress — I’ve only been working with it for about a month. And brand new to bbPress–I just installed it last week
I’ve got a theme installed on my WordPress MU site that I like. I want the bbPress pages to look similar. So I’m in the process of editing the bbPress template. Basically I want to use the same style sheet & just change all of the id tags to the ones that are in the stylesheet.
In addition, though, I’d like the two sites to share menus. I’ve got a nice horizontal dropdown menu that came with my theme that I’m using. The menu contains the pages in my WordPress blog.
I’ve duplicated the code for the menu in my bb-press theme’s header.php, but there is no wp_list_pages function in bbPress. Should I just write a function & add it to a functions.php file for my template? I suppose I can steal some of the wordpress code for the function & just modify the variables as necessary.
Does this sound like a good approach, or has someone else done this?
Also, I want the menu in both systems to have links to individual forums. Having a Forums link in the menu is cool, but I want 2 specific forums in other places in the menu structure. Any ideas?
Thanks
Tony
I’ve been using phpBB3 up until yesterday when it decided to go crazy for no reason and die. It was a good chance to change to bbPress as I had been considering it for a while. I’m loving the idea of users tagging topics but I can’t seem to find a way to edit tags like you can in WordPress’ control panel. I’m a bit of a perfectionist and people are creating tags with wrong capitalisation so any new tags that have correct capitalisation are automatically converted to the original incorrect form. Are there any plugins out for editing bbPress tags, or any way I can quickly modify them without a plugin?
Topic: Bb-login.php?re Not Working…
On BBPress, when a user is not logged in and they click on a link that uses “?re=URL…” they are being sent directly to a 404 Error page. It works when I login to the Admin area, but not any other URL.
For example:
- http://howiwascured.com/forum/bb-login.php?re=/forum/bb-admin/ works fine.
- http://howiwascured.com/forum/bb-login.php?re=http://howiwascured.com/forum/?new=1 does not work
Is this a known error? I haven’t edited bb-login.php and I’ve tried both scenarios on multiple layouts with no success, so I don’t really I think I did anything to cause this problem. If it means anything, I have WordPress and BBPress integrated.
Please let me know if you all need any more information.
Thank you,
Robert