Search Results for 'bbpress'
-
Search Results
-
Hi I’m using bbpress within a Childtheme.
What I did was:
1. add_theme_support( ‘bbpress’ ); in my functions.php
2. put all template files from the plugin into my child theme folder
3. added all bbpress.css in my child theme css
now everything works well from scratch. just one problem.
the table for the replies doesnt look nice.
the column with td or th with .bbp-reply-author should be 120px as i figured it out from the stylesheet. the second column should be the rest to add it up until 100%.
this works for the topic post but not for the replies. the replies column is only about 100px wide and doesnt fill up the row to the needed 100%.
my theme css for tables include only the following:
table { width:auto; border-collapse:collapse; margin-bottom:1.5em; border-top:1px #888 solid; border-bottom:1px #888 solid }
table caption { text-transform: uppercase }
table.full, .widget_calendar table { width:100% }
table.fixed { table-layout:fixed }
th,td { padding:0.5em }
thead th { color:#000; border-bottom:1px #800 solid }
tbody th { background:#e0e0e0; color:#333 }
tbody th[scope=”row”], tbody th.sub { background:#f0f0f0 }
tbody th { border-bottom:1px solid #fff; text-align:left }
tbody td { border-bottom:1px solid #eee }
tbody tr:hover th[scope=”row”],
tbody tr:hover tbody th.sub { background:#f0e8e8 }
tbody tr:hover td { background:#fff8f8 }
So no more widths included. Do you know how i can figure out where the problem is?
I tried to specify the column widths with <colgroup><col width=”25%” /><col width=”75%” /></colgroup> in the loop-replies.php file.
Second i tried to style the widths of td and th cells with .bbp-reply-author and .bbp-reply-content classes.
both didnt actually work. would be very glad to get any input you might have.
class foomanchu {
function __construct() {
add_action( ‘bb_hook’, array( $this, ‘callback_function’ ) );
}
function callback_function() {
$result = ‘foomanchu’;
return $result;
}
}
The bbPress Docs state that bbPress uses the exact same Plugin API as WordPress, yet the above would work in WordPress, but silently fail in bbPress.
any light in this would be much appreciated.
Topic: Login successful then 404
Might of been answered before but I cant seem to find it on the boards. I apologize if this is common, I might of not used the best wording.
I installed bbPress on a test wordpress running 3.2.1 (or most current). Installed just fine and I proceeded to test it from a users perspective. I added a login and register links and pages, work just fine. However when I login or register, the function will login or create a user but the new URL causes a 404.
I’m using XAMPP on my personal machine and the directory of my wordpress install is
localhost/wep/wordpress
That works just fine as it should. However the URL that returns on successful login or registration displays as :
localhost/wep/wordpress/wep/wordpress/login/
which obviously throws a 404 as it’s non existant.
I had a phpbb install in the wordpress folder before I installed bbPress and believe I might of changed the folder path on install. I tried deleting bbPress to reinstall but it just gives me an activate/deactivate/delete option.
I’m assuming there’s somewhere in the plugin I can change that root folder pathing or whatever configuration is causing this error but I’m unsure of what and where.
Any help is appreciated.
Topic: WordPress Search and bbPress
Hey Guys,
Looking for why this is…..
I wonder why bbPress Topics / Replies don’t show up in a normal site search using the WordPress Search function?
I’d have thought (probably wrongly) that since bbPress uses Custom Post Types that it’s content would be a part of core Search.
Any isn’t this the case?
Hi,
I have bbpress setup and when someone clicks on email updates, is not working. I have added bbPress Digest & bbPress New Topic Notifications and no emails are going out. The lost password works fine, not sure if that applies or not. Any thoughts?
Dana
Hi. I’ve been trying to fix this for about a week now with no luck. BBPress installs correctly, and when I go to the Forum page I see the proper list of forums to choose from. But when I choose a forum, it doesn’t take me to the topic list at all. Instead I get a blank page with this error message at the top:
Warning: get_object_vars() expects parameter 1 to be object, boolean given in /home/hukeac/public_html/wp-includes/post.php on line 409.
How can I fix this?
Topic: Plugins…
I’ve looked around this forums and Google’d it. It is just not making sense to me. I understand there’s a folder that you download, but I installed bbPress via JustHost.com. I do not know how to connect it to a folder or how to actually make these plugins work. Clearly new at this whole deal. When I go to edit my bbPress forum and look at the plugin section there are only three, and I assume they are the three that come “pre-loaded” when you start a new forum.
Am I missing something here?
Thanks.
Hi there. I’m using the suffusion theme along with a bbpress forum plugin. The point is, that, I removed the sidebar and the previous widgets from the forum pages, but if I add new widget to the sidebar, the widget is showing on the forum pages. I want to know if I’m missing something like some functions like dynamic_widgets() or the problem is something else.
Thanks in advance !
Hi Guys,
This is the first time I’ve used BBPress. I’m looking at using the original twenty ten theme http://cl.ly/1Q1Z3q1i3T091N272u0K on my custom wordpress theme http://cl.ly/1F3f382h3v1X0k0N1s2n
Does anyone have any ideas?
Regards,
Peter Avey
