Forum Replies Created
-
In reply to: Widgets are not working BuddyPress 1.5
Do you have a link to your website so we can look?
In reply to: BuddyPress 1.5 RC 1! And BP 1.2.10! Wooooo!BP 1.2.10 installed on two wp 3.2.1 networked sites without issue.
Congratulations on working so hard on BP 1.5. Now – if there was only a way to get the activity stream to be “real-time” …
In reply to: MediaWiki Theme IntegrationAs always – Thank you!
The table was in the default.css for buddypress and not the templates default.css. I tried to add it to the wiki default.css file but couldn’t get it to work. Instead, I just modified the default.css for buddypress and now the calendar shows properly.
In reply to: MediaWiki Theme IntegrationGuess it would help to be able to edit this topic but it comes up with an error …
Meant @mercime …
I’m working through this issue, and it may depend on your server (Apache or IIS) as well as subdirectory vs. subdomain and of course .. whether you want BP across all blogs.
This is for setting BP across all blogs. Place this into your wp-config.php file
`define ( ‘BP_ENABLE_MULTIBLOG’, true );`
In reply to: New and Not a Clue How Page Setup WorksThe codex is a great resource: https://codex.buddypress.org/home/
Please check the permalinks settings: https://codex.wordpress.org/Using_Permalinks – I prefer day and name.
In terms of forums, there is a modified bbPress available if you enable this under the BuddyPress settings. Registration page is /register – and can only be seen if you are not logged into the site. Groups must be created. The rest is probably answered in the codex – or you can ask here.
Enjoy the journey
In reply to: Problems with buddypressSorry to see this thread. Here are two resources that might help you install BP and troubleshoot blank pages:
Blank pages:
https://codex.buddypress.org/troubleshooting/blank-pages/Installation
http://www.technologyquestions.com/2011/06/22/how-to-install-buddypress-without-pain/@dennissmolek memory limits can be overcome in the wp-config file, too. I’m not sure what happens to wp-settings during an upgrade of WP. Is the wp-settings file potentially overwritten?
In reply to: Common buddypress bar across multisiteThank you. I’m trying WPMS Global Content right now. The plugin adds a common header and footer.
In reply to: Common buddypress bar across multisiteThank you both. I couldn’t remember the name …
@pcwriter – do you believe this will give the same look across the network, which uses different themes?
In reply to: Buddypress is Not my Buddy… :o(If you can control memory through .htaccess then I recommend adding `php_value memory_limit 128M` .. or some other value …
In reply to: Advice: BuddyPress existing WordPress BlogYou might start out small. Install BuddyPress and enable just the activity stream; disable everything else. Make sure that the theme css works well with the activity stream. You’ll need to install the BuddyPress template pack. After you are satisfied with the activity stream then change WP install to multi-site. You’ll want to lock it down so that you control creation of blogs – so that you don’t have to deal with splogs. Once you have that working then you can add a few other BP features – private messaging, etc.
You can see 3.2RC1 on the BP Test site:
In reply to: buddypress bbpress build that actually works?Do you have a link to where you are installing or is this a local test installation?
This is the process I use for installing fresh copies of WP and BP.
Install WP
Change .htaccess to increase memory size and redirect to www
Login to admin panel
Set Permalinks
Go to /wp-admin/plugin-install.php — search for buddypress and install
Set theme
Go to /wp-admin/plugin-install.php – search for buddypress template pack
Install BP pack
Go to wp-admin/admin.php?page=bp-general-settings and save settings
Go to wp-admin/admin.php?page=bp-component-setup and save settings
Go to wp-admin/admin.php?page=bb-forums-setup and setup forums
Create Group
Create Forum
Create Test postPlease understand that bbPress, bbPress plugin, bbPress BuddyPress are all different products.
In reply to: Narrow height subnav in activity streamI was making changes last night after posting… and really goofed things up.
Copied bp styles into styles.css so I could modify them in the child theme and not lose changes when updating.
Changed color of bp’s subnav for activity to yellow
Tried height of 25px but the text doesn’t align properly (drops to bottom of area) – thus – it looks ugly.As always, thank you for pointing me in the right direction. I was stumped.
In reply to: Could Buddypress power a Q&A site?Matt,
Yes and No. I have two sites using the Q&A plugin from WPMU Dev. This plugin works great except buddypress integration is not present. If I recall correctly, the dev wrote interest in adding integration (sorry, I cannot find that link). The plugin is quite good.
Another approach is to use a Q&A theme and the BP template pack. I did this prior to switching to the plugin. In this case the integration was fine because the WP posts went to the activity stream.
Hope this helps.
In reply to: Community Activate v0.1.0Interesting concept. Thank you for sharing.
In reply to: Improving Performance (How do you Cache Buddypress)?Here is a guide from Rackspace – for their servers – but it’ll get you started.
http://www.rackspace.com/cloud/blog/2010/09/02/optimize-your-wordpress-site-with-w3-total-cache/
And here is another from bp-tricks
http://bp-tricks.com/featured/the-perfect-cdn-setup-for-buddypress-using-maxcdn-and-w3-total-cache/
In reply to: Positive Feedback: Did you see the theme Aristos?@mercime – fascinating link. Thank you for sharing it.
In reply to: Positive Feedback: Did you see the theme Aristos?Ah Crystal theme is nice too!
In reply to: Call to arms – Abandoned Buddypress PluginsBuddyPress is a typical open source project. First it relies on the community. Second, there is the typical wax and wane.
If I recall, there was a push to go through plugins and put notes regarding the status. Maybe it could be done with the release of BP 1.3.
In reply to: bbPress Plugins?You might be interested in JJ’s answer to testing bbPress right now:
https://bbpress.org/forums/topic/bbpress-plugin-updates/page/32#post-88185
In reply to: New Forum View for one groupDoes anyone have any suggestions?
@dinoraptor101 – I see you posted this same idea in another thread, too.
I use CloudFlare on buddypress sites and do not have the issues you describe. I am paying for the pro version for the sites and am able to change settings from Basic to Aggressive, etc. Maybe something else is happening on your site and there is a plugin conflict. For example, I removed WT3C because of issues with CloudFlare. Have you contacted CloudFlare?
In reply to: WordPress Nightly Breaks BuddypressThank you @djpaul for explaining this was php4 v. 5 issue. As you knew, I was guessing global would fix
In reply to: Adding “Post To Forum Page”Everything works except the attachment plugin not working.