-
LPH2005 posted on the forum topic Could Buddypress power a Q&A site? in the group Miscellaneous: 13 years, 5 months ago
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 […]
-
LPH2005 posted on the forum topic Community Activate v0.1.0 in the group Third Party Components & Plugins: 13 years, 5 months ago
Interesting concept. Thank you for sharing.
-
LPH2005 posted on the forum topic Improving Performance (How do you Cache Buddypress)? in the group How-To and Troubleshooting: 13 years, 5 months ago
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/
-
LPH2005 posted on the forum topic Positive Feedback: Did you see the theme Aristos? in the group Requests & Feedback: 13 years, 5 months ago
@mercime – fascinating link. Thank you for sharing it.
-
LPH2005 posted on the forum topic Positive Feedback: Did you see the theme Aristos? in the group Requests & Feedback: 13 years, 5 months ago
Ah Crystal theme is nice too!
-
LPH2005 started the forum topic Positive Feedback: Did you see the theme Aristos? in the group Requests & Feedback: 13 years, 5 months ago
A positive note – Theme development has come a long way in the past two months.
Maybe I missed the discussion but the Aristos theme looks rather clean. Is anyone using it for their community?
http://blogcastor.com/demo/aristos/
BuddyBoss is very clean. I’m using it for my classroom website.
-
LPH2005 posted on the forum topic Call to arms – Abandoned Buddypress Plugins in the group Requests & Feedback: 13 years, 5 months ago
BuddyPress 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.
-
LPH2005 posted on the forum topic bbPress Plugins? in the group Creating & Extending: 13 years, 5 months ago
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
-
LPH2005 posted on the forum topic New Forum View for one group in the group Creating & Extending: 13 years, 6 months ago
Does anyone have any suggestions?
-
LPH2005 started the forum topic Forum pagination: Making Pretty Page Links in the group Creating & Extending: 13 years, 6 months ago
My students find it a challenge to navigate the forums. They were not seeing the page links at the top and bottom. Therefore they were creating dozens of topics with the same titles, etc. The number of forum posts was changed tonight to show only 10 topics. Next, I’m trying to pretty up the page […]
-
LPH2005 posted on the forum topic CloudFlare plugin error, Warning: Cannot modify header information in the group How-To and Troubleshooting: 13 years, 6 months ago
@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 […]
-
LPH2005 posted on the forum topic WordPress Nightly Breaks Buddypress in the group How-To and Troubleshooting: 13 years, 6 months ago
Thank you @djpaul for explaining this was php4 v. 5 issue. As you knew, I was guessing global would fix 😉
-
LPH2005 posted on the forum topic Adding "Post To Forum Page" in the group Creating & Extending: 13 years, 6 months ago
Everything works except the attachment plugin not working.
-
LPH2005 started the forum topic New Forum View for one group in the group Creating & Extending: 13 years, 6 months ago
Hi, My students are uploading files in a forum all named “Lesson” followed by the number. I’d like to be able to build a view (admin only) that is alphabetical so that I can see which Lessons have NOT been uploaded. So the view would just be Lesson 01 Lesson 02 Lesson 04 Lesson 06 […]
-
LPH2005 posted on the forum topic Forum Topic "Elevated" to Blog Post in the group Creating & Extending: 13 years, 6 months ago
-
LPH2005 posted on the forum topic Sub-groups under the main group in the group How-To and Troubleshooting: 13 years, 6 months ago
Just bumping this thread because the subgroup feature would be a nice addition.
-
LPH2005 started the forum topic Forum Topic "Elevated" to Blog Post in the group Creating & Extending: 13 years, 6 months ago
Has anyone tried or figured out how to have a forum topic from one specific group “elevated” or “chosen” to be made into a blog post? I’d love my students to be able to “ask-a-question” and have it become a forum post in a group called questions and later an admin can chose it to […]
-
LPH2005 started the forum topic Adding "Post To Forum Page" in the group Creating & Extending: 13 years, 6 months ago
]
Objective: To create a page with a form that posts to forums.
Update:: I have a WP page working though a template except the bb-attachments plugin does not show. See latest posts for code in template.
-
LPH2005 posted on the forum topic Adding Question Page in the group Creating & Extending: 13 years, 6 months ago
Wow. It turns out that the plugin is initialized using bp_init
add_action( 'bp_init', 'bp_forum_attachments_init' );
If this is changed to:
add_action( 'init', 'bp_forum_attachments_init' );
Then the test function fires.
But, the add_action for the bb_attachment form does not fire.
add_action( 'question_after', 'bb_attachments_upload_form'…
-
LPH2005 posted on the forum topic Adding Question Page in the group Creating & Extending: 13 years, 6 months ago
@boonebgorges This problem is narrowed to the firing of the add_action within forum-attachments-for-buddypress-bp-functions.php. A simple function / add_action is loaded in the theme functions.php then it fires on that question.php template. If that sample function/add_action is placed in the forum-attachments-for-buddypress-bp-functions.php file…[Read more]
- Load More
@lph2005
Not recently active