@jmperu you need to have your hosting provider up your php memory limit.
I don’t understand. Do you mean here at bbPress.org? If not, and you mean the bbPress software, it’s using whatever WordPress core uses.
also, breaking that I experience earlier was more a problem with my theme and buddypress 1.6. I’ve got it all up to date now so it all seems to be working so I’m focusing this thread back onto the video embed issue.
Finally had a chance to upgrade and test this. New version is working well across the board, but the auto-embed feature doesn’t seem to be working.
All I get are normal active links instead of the embedded video. Tried with Flickr and long links from Youtube. Could this be a plugin conflict? I don’t know how it works internally so I’m not sure how to start troubleshooting it.
when I install in wordpress bbpress with BuddyPress I get this errorFatal error: Allowed memory size of 50331648 bytes exhausted (tried to allocate 30720 bytes) in on line 1056
also btw – in the bbpress is bug in link parsing:
link:
<a href="http://www.flickr.com/photos/29725651@N02/sets/72157630105769752/">http://www.flickr.com/photos/29725651@N ... 105769752/</a>
is parsed to:
<a href="http://www.flickr.com/photos/29725651@N02/sets/72157630105769752/"></a><a href="http://www.flickr.com/photos/29725651@N">http://www.flickr.com/photos/29725651@N</a> … 105769752/
I have the bbpress login widget on the forums pages of the site. After pressing the login button it redirects me to the previous page I was on and does not stay on the current page.
Is this a bug or is it by design? I think this is set in bbp_redirect_login in bbp-user-functions.php. Do you know what I need to change to get it to stay on the current page?
Thanks in advance
netweb, thanks for sharing a screenshot of your forum page. You asked:
> Do you have any other plugins enabled or custom functions for your> theme that could be conflicting?
I think I partially figured out the problem. I’ve been using a Child theme of Twenty Eleven theme. After reading your post, I switched to the original Twenty Eleven theme, added a widget to the bbpress sidebar and now I see this:
View post on imgur.com
View post on imgur.com
For those who haven’t clicked the links, I see the bbPress sidebar!
Now how can I figure out why my Child theme is not showing the bbPress sidebar???? π
Here it is here for me http://imgur.com/a/mW7LM#3
WordPress 3.4.1 – bbPress 2.1.2 – bbPress WP Tweaks 1.2
Do you have any other plugins enabled or custom funtcions for your theme that could be conflicting?
OK.. no need for a plugin.
JJJ’s default theme compat stuff first searches for a bbpress.css file in the theme’s css directory —
So, a workaround is to simply copy the bbpress.css from the theme-compat folders into a css folder in your theme, and then edit that file.
In my previous post, I linked to images hosted by imageshack, but imageshack has blocked the images from showing up.
I’ve re-uploaded the images to imgur. Here’s a post with revised links.
I made sure that index.php was chosen as wrapper in bbpress WP tweaks setting (screenshot here).
I added some bbpress widgets into the bbpress sidebar (screenshot here).
But I still donβt see any widgets or sidebars on any page on our website (screenshot here).
In my next post, I’ll post a response to netweb.
Closing this; it’s old news now, and we’re on to the next batch of enhancements.
Give this plugin a try if you only want to do some CSS tweaks.
https://wordpress.org/extend/plugins/bbpress-custom-css-file/
If you do want to go down the custom templates route https://codex.bbpress.org/theme-compatibility/
You should add this to the codex showcase page.
You can stop bumping this. I don’t know what “proper attention” means to you, but I can’t look at it any more than I already am. If it’s critical to you and your site, dive into the code and start fixing things.
Not a bbPress problem. Looks like your theme is a child theme of BuddyPress’s bp-default, and it uses hardcoded relative paths in its @import rules. Any number of things could be going wrong here, but it wasn’t updating bbPress that caused this to happen.
I want to do something as simple as override a few bbPress CSS selectors.
I make the mods in my theme stylesheet, but they have no effect as bbPress is injecting it’s CSS after the theme stylesheet.
Are there any instructions on how to achieve this really basic step?
It’s a fairly default bbPress install (site wide) on a BuddyPress site. Have selected the bbPress default theme package: /plugins/bbpress/bbp-theme-compat option in wp-admin
HiMy WP theme format is broken after updating to latest version of bbPress plugin.Can anyone help me fix it please?WP site:http://richard-dickinson.com/Most grateful for helpful replies(see also this post:http://wordpress.org/support/topic/fatal-error-462?replies=15 )Thanks
Don’t copy any templates into any of the bbPress plugin folders (/wp-content/plugins/bbpress)
The details of what to do are here: https://codex.bbpress.org/theme-compatibility/
I found out something about the new posts feature–it is built into PunBB, which seems to be an alternative to BBPress. Probably useless information π
@DevArthran There has since been another update and unless you downloaded the version you are using from the ‘SVN Trunk’ you wont have the latest patches.
You can download an updated version of bbp-user-functions.php (4141) which has worked for a few others it will be in the next update of bbPress.
It would also be great to get some feedback on the vBulletin import as we have had very little feedback thus far from anyone migrating from vBulletin to bbPress.
I can confirm with 2.12 it still doesnt work. Fresh install from the plugin directory. Imported from vBulletin and then when a user logs in the following error is given:
Warning: require_once(bbp-converter.php) [function.require-once]: failed to open stream: No such file or directory in /home/devnet/public_html/wp-content/plugins/bbpress/bbp-includes/bbp-user-functions.php on line 1466
Fatal error: require_once() [function.require]: Failed opening required ‘bbp-converter.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/devnet/public_html/wp-content/plugins/bbpress/bbp-includes/bbp-user-functions.php on line 1466
Doing investigation, seems that line 1466 which is:require_once( bbpress()->admin->admin_dir . ‘bbp-converter.php’ ); Is getting confused at the locations?
Ok, so im not much into reworking css and all that.but i have this wordpress site, and added BBPress to it.the plugin works pretty well, except for the Colors.as i have white writing on the page, and BBPress makes a white background, no matter what i change in my normal theme.
so i thought i would add a template to use instead… but cant get this to work.Added the template files to wp->plugins->bbpress->my-templates
so could anyone give a noob freindly guide on have to make it work?
I made sure that index.php was chosen as wrapper in bbpress WP tweaks setting(screenshot here).
I added some bbpress widgets into the bbpress sidebar(screenshot here).
But I still don’t see any widgets or sidebars on any page on our website (screenshot here).
-
This reply was modified 13 years, 11 months ago by
mluther.
-
This reply was modified 13 years, 11 months ago by
mluther.
Thanks, It is now being investigated and if confirmed will try to get the patch in for the next release.