Search Results for '"wordpress"'
-
Search Results
-
I am using:
Wordpress Version 3.4.1
bbPress Version 2.1
BuddyPress Version 1.5.6
Tersus Theme Version 1.3 (http://themeforest.net/item/tersus-responsive-wordpress-theme/2343187)I created a new Group, and then posted a new topic in that group. This is where the error is being thrown.
Here is a screenshot of what’s happening http://screencast.com/t/ZU0ohu061o4Q
Error says:
Fatal error: Call to undefined method stdClass::have_posts() in /home/…/…/wp-content/plugins/bbpress/bbp-includes/bbp-reply-template.php on line 168Notice also, that the page title being displayed is from one of the WordPress posts that came with auto-importing dummy data for the theme.
I know a link to the site would help, but I am working with a client who’s not comfortable getting the link out before site-live time. So, sorry about that.
I asked for help from WordPress Forum support, and was told that this was most probably a theme compatibility issue. So I went to the theme’s support forum.
Last night, the theme’s author/s were helpful enough to guide me through what I assume are the usual stuff in troubleshooting this kind of stuff.
Here are the things I’ve done so far:
1. Disabled all plugins apart from bbPress – this resulted to the forum giving me a 404
2. Enabled BuddyPress – this brought back the forums, but with the same issue
3. Emptied all sidebar widgets that have to do with the theme.
4. Used the other theme package (bbPress Twenty Ten).
5. Deleted the function referenced in the error. Led to some new error. This was a desperate, illogical attempt on my part so i undid that.
6. Deleted the wordpress post being shown in the page title. It just displayed the title of the next wordpress post in line.
Note: every time i check to see if that fixed it, i do a clear-cache-reload, just so i’m sure nothing in cache was giving me this headache.I really hope someone could help out.. Has anyone seen this kind of error ever been documented elsewhere?
Hi Guys
I am the author who looks after http://wordpress.org/extend/plugins/author-avatars and I have been asked to add the option to link to bbpress profile verse the wordpress profile
Got my bit working
untill I got to here
if (function_exists('bb_get_profile_link')) { $link = bb_get_profile_link('id='.strval($user->user_id)); }and found that I am get “undefined function bb_get_profile_link()” as this is a post/page and not a bbpress page so my guess that bbpress code is not loaded.
So what is the best way to get the profile URL / load this function?
Many thanks
Paul
Hi there,
Like to download the stand alone version 1.1 as listed on: http://bbpress.org/download/legacy/. But the link doesn’t seem to exist.
FYI: At the moment, I have a forum running using the stand alone version. I’ve planned migrating it to WordPress/bbPress, but for now like a copy of the stand alone installation package.
Thanks!
Wouter
Havent found definitive answers anywhere since most everyone who has tried to install a bbPress theme to a current version of the bbPress plugin for WP has discovered that the stock instructions on the bbPress.org wiki and elsewhere are outdated/wrong. If you are not using stock TwentyTen as your parent theme, bbPress theming is broken out of the box – you get a theme broken/not installed message from your admin panel.
When bbPress thusly reverts to its stock look it’s ugly, unusable, and broken. Currently my forums at txmma.com/forum do not work properly as a result. when you drill down and actually try to read a topic you cannot. no content comes up. That’s outside of the fact that aesthetically there’s nothing there you would want to use.
I was wondering if anyone has successfully installed a third party bbPress theme or rolled their own, with the plugin version of bbPress, when using a custom WordPress theme (i.e. not TwentyTen).
Copying the theme files as directed in the bbPress.org instructions is useless as many have discovered.
Any advice appreciated. Thanks.
Hi everyone
I used to have SMF installed (still does, closed it for “maintenance”). Installed the latest bbPress and WordPress 3.4.1
The forum seems to work fine, I cna post and see all posts when Im logged in as the administrator. I created a new common user and created a post but when not logged in or logged in as the new user (test) the post is gone (404. The requested page was not found).
I also have the stream as a widget and I can see the post and read it when Im logged in as admin but otherwise it’s gone.
I have been fiddling some with the slug names but I cannot see how that would mess things up (Forums base = forum and Forum slug = forums). I’d like to have the forum url to be mysite.pp.se/forum (tyrell-corporation.pp.se is my domain).
All help is appreciated
Topic: Forums Appear Below Sidebar
I am having some trouble with the layout of my forum. Once I add the shortcode to a new page the layout goes very strange. I have tried going to full-width with no result.
I am using custom community theme. My buddypress, wordpress, and bbpress are fully updated.http://www.bookkus.com/test-forum/
Thanks in advance for your help.
Hi guys,
i have some problems with including a “user total posts count”to my loop-single-reply.phphttp://bbpress.trac.wordpress.org/changeset/3632
http://bbpress.trac.wordpress.org/changeset/3633i have included this into my bbpress 2.0.2
i’ve used
and some other scripts (e.g. without echo) to test it. but it displayed nothing.
Can anyone help me? Thanks.