-
Mark posted an update 14 years, 4 months ago
@boonebgorges Hi Boone, what did you do to get mediawiki working.
I have tried wp wiki science2point0.com/wikis/
and mediawiki science2point0.com/wiki/
to test if I can get it working but neither allow user editing or creation. Any ideas?
-
xrun posted on the forum topic How to add (\'per_page=35\') without messing up \"Load More\" link in the group Creating & Extending: 14 years, 4 months ago
@boonebgorges the Load More-link doesn’t show up at all without the code. I currently have 13 entrys total, but no Load More-link. Edit: @boonebgorges The Load More-link has finally shown up as the list of activities has gotten longer, but still nothing happens when I click it, except adding #more to the url in the address field […]
-
xrun posted on the forum topic How to add (\'per_page=35\') without messing up \"Load More\" link in the group Creating & Extending: 14 years, 4 months ago
@boonebgorges the load more link has shown up at the bottom in the activity feed, the list currently has 13 entries. I’d like to cap it at somewhere between 5 and 10, and then extend the list to another 10 each time the load more-link is hit. I have removed the custom php-file temporarily, but while […]
-
Bpisimone posted on the forum topic Secure Invites for Mu in the group Creating & Extending: 14 years, 4 months ago
@MrWiblog I would like to see this evolved into something like invite only communities are using like (dribbble or forrst). So everyone would get a few invite codes to give out. Or is there anything else like that already?
Or @boonebgorges do you know something, since you’re the creator of the invites plugin.
-
Steven Word posted an update 14 years, 4 months ago
@boonebgorges Boone,
Great work on the Email Buddypress Groups plugin. I have been having some trouble installing it with WP3.0 and end up getting runtime errors. Is this plugin 3.0 compatible. Am I doing something wrong?
-
Mark posted an update 14 years, 4 months ago
@boonebgorges Hi Boone, how would you hide tabs from the navigation menu in a child theme?
ie. hide forum tab?
-
Copy header.php from bp-default into your child theme. Then edit header.php to take out the code referring to the Forums tab (starts with php if ( bp_is_active( ‘forums’ ) ) )
-
Hi Boone,
The edited header looks like this:
<html xmlns="http://www.w3.org/1999/xhtml" >
<meta http-equiv="Content-Type" content="; charset=” />
<meta name="generator" content="WordPress ” />
<link rel="stylesheet" href="” type=”text/css” media=”screen” />
<link rel="alternate" type="application/rss+xml" title=" |…[Read more]
-
-
-
rich! @ etiviti posted on the forum topic Will you develop one of these buddypress.org enhancements? in the group buddypress.org Ninjas: 14 years, 4 months ago
@boonebgorges – in group forum extras plugin as well… š all sorts of little goodies in there. @r-a-y – have to calc in the page number
function bp_forum_extras_topic_last_post_link( $per_page = 15 ) { global $forum_template; $page = bp_forum_extras_get_page_number($forum_template->topic->topic_posts, $per_page); $page = (1 < $page) ?…
[Read more] -
mercime posted on the forum topic Expanding the codex in the group buddypress.org Ninjas: 14 years, 4 months ago
@boonebgorges is Codex development for current BP 1.2+ only or also include upcoming BP 1.3 where there are changes not only in rendering BP components in Pages but also for creating themes as well? Some quick suggestions re outline: A. Installing and Activating BuddyPress Make sure your WordPress 3.0 (single or multisite) is working. Check that […]
-
starepod posted on the forum topic How to add (\'per_page=35\') without messing up \"Load More\" link in the group Creating & Extending: 14 years, 4 months ago
I am doing something very similar to this using @boonebgorges function where i am passing a bunch of user ids for the ‘include’ argument and setting ‘per_page’ to 10. The query is returning only activity from the users i specified (so, that’s good), but the pagination is all messed up (not so good). I am not […]
-
Bpisimone posted on the forum topic Expanding the codex in the group buddypress.org Ninjas: 14 years, 4 months ago
@boonebgorges, @hnla agreed that it’s quite a broad subject, that makes it even more important to tackle – since this is the first step of all to master for a successful BP install. Any ideas on who to contact for this or what other steps to take?
-
r-a-y posted an update 14 years, 4 months ago
@boonebgorges Re: writeboard – unified search bug – do a search for “buddypress” and try clicking on a paginated forum topic. It breaks. I’ve updated the writeboard to be more specific about this.
-
Mark posted an update 14 years, 4 months ago
@boonebgorges Hi Boone. I was wondering if you were using a footer plugin for cuny?
Also do you think it will be possible to have users add rss feeds to their profiles. Could something be done with bp wire?
Thanks,
Mark-
Hi Mark – Yes, I have a network wide footer. Try something like this in your bp-custom.php file, or in a plugin that is activated sitewide or in mu-plugins: http://pastebin.com/Yx4fChRg
RSS feeds everywhere would be nice, but BP isn’t there quite yet. You might have a look at the way that BP itself builds feeds (see, for instance,…[Read more]
-
Thanks a lot Boone, that all looks brilliant. Can I also ask you if you know if it is possible for users to edit their comments and what plugin you use for your wikis, I’m thinking digress.it could be good? Thanks again for the advice. Loving CUNY.
-
We use MediaWiki. The upside is that MW is a very powerful wiki platform. The downside is that it’s a nightmare to integrate with WP. Search the forums here for MediaWiki to get a sense of some of the work we’ve done. (See also http://teleogistic.net and http://dev.commons.gc.cuny.edu) You might also look at the BuddyPress Group Wiki plugin…[Read more]
-
Wow. Fast reply. Thanks! Have you enabled comments on new pages? If so, how? Or do you just use static pages? Last q of the night, I promise š
-
-
-
-
-
Ivan posted an update 14 years, 4 months ago
@boonebgorges Hi Boone. I’m on my way to upgrade my exist and well working WordPress web site to Buddypress. I have budget abour 1000$. I dont know if it is work for you. If not -please recomend me something.
Thank you very much.
Vano
I’m here simhome {at} mail.ru -
hnla posted on the forum topic Expanding the codex in the group buddypress.org Ninjas: 14 years, 4 months ago
@boonebgorges my earlier reference to category stubs was meant to convey that idea, and I had intended to pass that by you and thought I had – probably loosing track of what I have and haven’t done š but yes we could do with a document outline or expanded document outline then the stubs can be […]
-
G Matta posted an update 14 years, 4 months ago
@boonebgorges Hello there, would like your attention to a newly created topic in forum for different user levels.
Thanks -
contoaberto posted on the forum topic How to filter extended profiles fields editings? in the group Creating & Extending: 14 years, 4 months ago
@mwspr
Thank u very much.@boonebgorges
Would u please help? Thank u in advance. -
Roger Coathup posted a new activity comment 14 years, 4 months ago
Cheers for the heads up on the 404.
We made some mods to stop spam registrations (changing the /register url to /join-hello was one of them).
We must have forgotten to update all the links.
Yes, a group for real world site owners, and also one for developers who are building sites for those owners (the category we fit in to) – leastways,…[Read more]
-
Roger Coathup posted an update 14 years, 4 months ago
@boonebgorges I look forward to you bringing a real world / features / usability perspective, as you work more closely with the core team
-
mvvspr posted on the forum topic How to filter extended profiles fields editings? in the group Creating & Extending: 14 years, 4 months ago
@contoaberto Its better to notify using @mention feature.So that you will get your reply faster and also the notification goes to the user you intended to ask.Anyways I will do it for you. @boonebgorges hi, Boone Gorges, Thank u very much for the info. But I have to confess Iām very much a newbie to understand what […]
-
J.H. Snider posted an update 14 years, 4 months ago
@boonebgorges Boone, it’s great to hear that you’ve joined the Buddypress support team. CUNY is my favorite demo of Buddypress. I hope you’ll continue your work integrating MediaWiki with Buddypress. I also hope you’ll carefully study the new Drupal Commons, as well as Telligent community building tools, to get ideas for how Buddypress can be…[Read more]
- Load More
@boonebgorges
Active 1 year, 4 months ago