-
Taylor Baybutt posted an update 13 years, 8 months ago
@bpisimone did you ever figure out how to get root groups with no slug?
-
Driftless1 posted on the forum topic GroupBlog Plugin – User Role in the group Creating & Extending: 14 years, 3 months ago
Hi @Bpisimone –
No worries – I’ve been using Filosofo Remove Dashboard plugin from wordpress. And I fixed the above issue by adding:
if (preg_match(‘#wp-admin/?(.*)?$#’,$_SERVER) && (‘index.php’ != $menu)) //send everything packing
wp_redirect(get_option(‘siteurl’));Around line 53 – just below the index.php redirect.
Hope…[Read more]
-
Beck B posted a new activity comment 14 years, 3 months ago
@bpisimone – as they discussed in another question recently, Adminimize’ll do the dashboard thing.
I currently use WP Hide Dashboard: https://wordpress.org/extend/plugins/wp-hide-dashboard/
-
Beck B posted an update 14 years, 3 months ago
@bpisimone Saw your post: “Sorry to hijack the thread, but I would be very interested to hear about the dashboard hide script you’re using?
Unfortunately much hasn’t happened with the development of the brilliant groupblog plugin recently…”
I personally use a plugin to redirect most people away from the dashboard and only let them edit their…[Read more]
-
@bpisimone – as they discussed in another question recently, Adminimize’ll do the dashboard thing.
I currently use WP Hide Dashboard: https://wordpress.org/extend/plugins/wp-hide-dashboard/
-
-
Dean Robinson posted on the forum topic New theme in dev (targeted at being for a support site) – Feedback/suggestions welcome in the group Creating & Extending: 14 years, 3 months ago
@bpisimone Facebook login is achieved using https://wordpress.org/extend/plugins/bp-fbconnect/ and twitter is achieved using https://wordpress.org/extend/plugins/twitconnect/
-
Boone Gorges posted on the forum topic Secure Invites for Mu in the group Creating & Extending: 14 years, 3 months ago
@bpisimone This plugin is separate from my invite plugin, but I’ve been thinking of putting some invite-only functionality into mine. Maybe @mrwiblog and I can join forces somehow 🙂
-
Boone Gorges posted on the forum topic Expanding the codex in the group buddypress.org Ninjas: 14 years, 3 months ago
@bpisimone – A good first step is to search the web and look for someone – anyone – who has put together a decent tutorial on at least part of the process you’re interested in. Hopefully they’ve released it under a CC or some other openish license. Then start compiling into something cohesive. No need to […]
-
Boone Gorges posted on the forum topic Expanding the codex in the group buddypress.org Ninjas: 14 years, 3 months ago
Cool idea, @bpisimone. Does such a page exist on the WP codex? If not, maybe we could lobby to have one created there, and then create a BP codex page that adds additional information relevant to BP.
-
dre1080 posted on the forum topic Extra Page's in BuddyPress in the group How-To and Troubleshooting: 14 years, 6 months ago
@bpisimone , yes you only need to change the EXAMPLE in BP_EXAMPLE_SLUG and the title “Example”..is the second page a new page you created without a title? this is what i did to add 3 page titles to 3 pages i created, in the same code: function page_titles( $title, $b ) { global $bp; if ( […]
@bpisimone
Not recently active