Search Results for 'buddypress'
-
AuthorSearch Results
-
December 18, 2009 at 3:05 am #59043
In reply to: Making User Blogs Part of the Main Theme
Henry
ParticipantFor future reference, I figured out how to do this: I’m using the plugin
https://buddypress.org/forums/topic/groupblog-v13-adding-members-instantly-thanks-boone
So long as people join the group associated with the main site, they’re able to add blogs to the site. I make everyone a contributor so their blogs aren’t published automatically and I can then add them to the category – Member Blogs.
December 18, 2009 at 2:52 am #59041In reply to: BuddyPress Links 0.2-RC1 now available
jivany
ParticipantHey, I know it’s in the instructions but is there anyway to programmatically detect that the “links” directory hasn’t been moved/updated. By default it should be put in bp-sn-parent (or bp-default in 1.2+) so any child theme can make use of it. Even if you don’t automagically move/update the “links” directory, make one of those nifty info bubbles appear at the top of the plugins page telling the user to move/update the directory.
I’m a big-time “Add new” plugin sort of person and seldom manually install anything if I can help it.

Fantastic plugin and fantastic rationalization too. Made me double think media sharing in my current side project. I’m looking forward to your updates for the new 1.2 bp-default theme.
December 17, 2009 at 10:34 pm #59028r-a-y
KeymasterWould there be a way to make plugin settings show up somewhere on member pages?
Yes, you can create a WP plugin with a settings page, then place that plugin in /wp-content/mu-plugins/ so it shows up on all WPMU blogs in the admin area.
EDIT: after re-reading this, you probably meant as a BuddyPress member settings page right? If so, don’t read the rest of this post!
Read up on how to create a settings page or use a WP plugin framework such as the one created by scribu:
https://wordpress.org/extend/plugins/scb-framework/
For how to use options in the front end, you would use the get_option() function:
https://codex.wordpress.org/Function_Reference/get_option
That should get you started.
December 17, 2009 at 9:55 pm #59025peterverkooijen
ParticipantThanks. I’ll try that plugin. It doesn’t look very solid though…
Definitely not BP core, since blogging is all WPMU.
Would there be a way to make plugin settings show up somewhere on member pages? Perhaps under ‘settings’? Or even just links to the full plugin settings in the admin back end?
Can you use the code in plugins that add settings to the admin area to make them show up on the front end somewhere?
These questions are also related to something I’ll be working on here…
December 17, 2009 at 9:40 pm #59024In reply to: Activity Stream bug
pcwriter
ParticipantI’m also running WPMU 2.8.6 and BuddyPress 1.1.3 with subdirectories. I’ve found a rather tedious workaround to get rid of the double entries, but it doesn’t stop them from happening.
From cPanel, go to phpMyAdmin and find the table wp_bp_activity_user_activity_cached. Click on Browse, find the entry you want to delete from the table, and delete it. It’s now gone from the activity stream.
December 17, 2009 at 9:08 pm #59021In reply to: Where/how to download the latest bleeding edge beta?
Andrea Rennick
ParticipantGuys, trac has a zip archive of everything. No need for learning svn if you’re just checking it out occasionally.
Bookmark this page:
https://trac.buddypress.org/browser/trunk
Scroll to the bottom where it says
“Download in other formats:
* Zip Archive”
Click on “zip archive”.
December 17, 2009 at 9:07 pm #59020In reply to: Activity Stream bug
dysfictional
ParticipantWhen using subdomains this problem does not appear to be there, but when using subdirectories with wpmu this issue seems to occur. I am using latest XAMPP for OSX with 2.8.6 WPMU and 1.1.3 Buddypress. This seems to happen whenever subdirectories are enabled. Currently seeing what i can do to bypass this bug (switching back to subdomains).
December 17, 2009 at 8:59 pm #59017Andrea Rennick
Participant” but none of the widgets are pre-set. Member blogs come up, but each new member would have to configure their own widgets.
I’d like members to be able to join and have everything set up for them. “
Asked, answered and beat to death over in the MU forums. If it’s on the user *blogs* then it has nothing to do with Buddypress.
Do you really want widgets set up for the users (a little more work), or do you want a specific sidebar that they can’t fiddle with (dead easy). Or really, sheesh, just set up the sidebar for them buy hardcoding it consistently in the themes (if there’s only one theme for users, well, piece of cake here) and then let them add widgets if you want them to.
Which, really, is how the blogs work by default.
Tip: go over to the MU forums, explain what you want in detail in a new thread.
December 17, 2009 at 8:55 pm #59015In reply to: Where/how to download the latest bleeding edge beta?
peterverkooijen
ParticipantThanks David Lewis. I’ve entered svn.buddypress.org into CuteFTP and that works surprisingly well. It also seems to give me access to anything else on subversion.tigris.org…
December 17, 2009 at 8:54 pm #59014Andrea Rennick
ParticipantThere are no longer any member themes, just a BP theme for the blog where BP is enabled. use a regualr WP theme on the user’s blogs.
December 17, 2009 at 8:45 pm #59012r-a-y
KeymasterUse this guide to install an external version of bbPress:
http://theeasybutton.com/blog/2009/07/17/integrating-buddypress-wordpress-mu-and-bbpress/
December 17, 2009 at 8:43 pm #59011David Lewis
ParticipantNot where yet? Having blogs be set up with defined defaults for widgets? As has been stated, that has nothing to do with BuddyPress. As such, it won’t be “resolved” in a future version. But if you head on over to the WordPress MU forums, I’m sure you could find what you’re looking for.
December 17, 2009 at 8:26 pm #59008In reply to: Where/how to download the latest bleeding edge beta?
David Lewis
ParticipantI had been doing SVN checkouts (i.e. svn co) from the command line in Mac OS X… but I still had to install a subversion binary before I could do that… or compile one from source. And even with a GUI SVN client you may still need to do that. Not impossible for a newbie with a bit of help from Google… but not necessarily a fun way to spend an afternoon either. LOL.
Then I discovered that I could simply use a plain old GUI FTP client and point it to https://svn.buddypress.org/ using the “WebDav” protocol! Very simple. I can download the trunk just with drag and drop. And to see what revision number we’re on… I just point my web browser to the same URL. By the way, I’m using Panic’s “Transmit” FTP client on the Mac.
December 17, 2009 at 7:36 pm #59004dainismichel
ParticipantPut my project on hold till I could figure out how to do this…maybe the latest release changes things…
December 17, 2009 at 7:28 pm #59002In reply to: Sub-Blog Doesn't Show Blog Posts
Paul Wong-Gibbs
KeymasterYou only get /blog/ if you’re using the default BuddyPress theme. In fact, that’s what the code above should be doing – it handles this sort of URL – http://utahdogs.com/blog/2009/12/15/suggest-links/
I think there’s a bit of confusion here.
You’re using a WPMU install (subdirectory type). So ‘parks’ is a hosted blog, which you can therefore access at http://utahdogs.com/parks/. You’re also using the default theme for hosted blogs; the default theme it isn’t built to support that and you are going to get weird things happening with the URLs in the menu, for example.
Ignoring those, your root blog is accessible at /blog/. This is because the root blog has to provide all the member pages, groups, and so on, so there has to be a special URL provided to be able to get to the actual *blog*.
December 17, 2009 at 7:14 pm #59000In reply to: Slug Change = how to change name of group url
Paul Wong-Gibbs
KeymasterJames, have a look at https://codex.buddypress.org/how-to-guides/customizing-labels-messages-and-urls/
December 17, 2009 at 7:11 pm #58999In reply to: Only selected plugins on member blogs?
Paul Wong-Gibbs
Keymastercan you guarantee that ANY plugin that works on WPMU also works on Buddypress? And works for all features of BuddypressNo, we can’t. I’m also closing this thread as it’s two months old and now off-topic.
December 17, 2009 at 6:58 pm #58998In reply to: Only selected plugins on member blogs?
peterverkooijen
Participantsocialpreneur, can you guarantee that ANY plugin that works on WPMU also works on Buddypress? And works for all features of Buddypress?
December 17, 2009 at 6:42 pm #58996In reply to: HTML in Groups and Forums
josephtravers
ParticipantSo… okay… it looks like the default is to just transform typed URLs into links, like so: http://www.buddypress.org
The “test link” I posted in my original post on this thread (above) worked using an html “a” tag, but I can’t seem to make html work in my forums.
Should I be looking for a specific plugin?
Are bbPress plugins usable on buddypress to interact with the forums?
December 17, 2009 at 6:07 pm #58994In reply to: Slug Change = how to change name of group url
luccame
Participanthttps://buddypress.org/forums/topic/buddypress-editable-group-slugs
edit: sorry, not exactly what you need, but i’ll leave this for reference…
December 17, 2009 at 5:35 pm #58992In reply to: BuddyPress Links 0.2-RC1 now available
pimpmywordpress
ParticipantI got this error after deleting line 468 from bp-links.php and remove –> “return false”
I did select category and add url, name, desc after submit got this error “Please fill in all of the required fields”
December 17, 2009 at 5:28 pm #58990In reply to: BuddyPress External Group Blogs Plugin
jamesyeah
ParticipantHey!
Since running the new 1.2 theme from the trunk this plugin no longer works, it works with the classic theme but I really miss it!
Currrently the ajax loader just hangs, any chance of an update on this plugin, I miss it!
December 17, 2009 at 5:26 pm #58989In reply to: BuddyPress Links 0.2-RC1 now available
MrMaz
Participantmake sure you have selected a category? the only req fields are category, url, name, desc.
December 17, 2009 at 5:15 pm #58988In reply to: BuddyPress Links 0.2-RC1 now available
Tore
Participant@ MrMaz: I’ve got some basic CSS-skills but not more than that. I’ve got more opinions than skills (blushes)..
December 17, 2009 at 5:14 pm #58987In reply to: BuddyPress Links 0.2-RC1 now available
pimpmywordpress
ParticipantYes I got an error message “Please fill in all of the required fields”
-
AuthorSearch Results