Search Results for 'code'
-
Search Results
-
Hello guys!
I am trying to run a replies loop within topics loop… and scratching my head..
(more specifically, at loop-single-topic.php compat template .. I am trying to do something like..bbp_has_replies(); while ( bbp_replies() ) : bbp_the_reply(); $current_topic_reply_id = bbp_get_reply_id(); echo $current_topic_reply_id ; endwhile;and.. i am getting.. same IDs under every topic..
would you help me to get reply IDs for each topic including the topic ID itself?
Thank you very much guys..I see we can add the bbPress Login widget to the sidebar. I don’t use sidebars; is there any shortcode for coding it in elsewhere, in our pages, other than the sidebar?
I see we can add the bbPress Login widget to the sidebar. I don’t use sidebars; is there any shortcode for coding it in elsewhere, in our pages, other than the sidebar?
I see we can add the widget to a sidebar. Is there any shortcode for coding it in elsewhere, in our pages, other than the sidebar?
Topic: BBpress throws 404 errors
So I think it is a permalink issue but I am not sure. I am developing a theme framework and I want to integrate bbpress with it and thus i was testing bbpres default installation. How ever going to site/forums/forum/test gives me a 404 error. even site/forums gives me a 404 – the theme throws the 404 –
Can any one give me any ideas as to how to fix this? My permal link structure is
/%category%/%postname%/HELP!
I’m having issues with my BBpress WordPress installation as of late (since I did a plugin update to 2.1.1) on all pages I get the error:
Warning: get_class() called without object from outside a class in /nfs/c05/h01/mnt/77944/domains/charterproject.ca/html/wp-content/themes/charterprojectbb/functions.php on line 529
I tracked this in the functions file in my theme that controls the WP theme and the BBPress theme.
the code is:
if ( 'bbPress' == get_class( $bbp ) ) {
$bbp->theme_compat->theme = new BBP_Twenty_Ten();
}
endif;I’m not a wiz at PHP so I’m not sure why this causing this error but it does result in the form being quite non-functioning, please help! you can view the site for reference at : http://charterproject.ca
Pez
Hi, I’m trying to create a custom theme for the bbPress forum. I already got a child theme based on Twenty Eleven, and I’m trying to style bbPress with my style.css in the child theme folder.
The problem is that bbpress.css is imported in the html code after my style.css, overwriting the latter’s styling. How do I force bbPress to use style.css instead, even though bbpress.css is imported after?
I have been struggling with this for hours and hours.