Search Results for 'buddypress'
-
AuthorSearch Results
-
September 7, 2010 at 5:52 pm #91795
thekmen
Participant@boonebgorges can you think of any reason your function for removing nav items wouldn’t work?
I’m using latest 1.2 branch & can’t remove any nav items.September 7, 2010 at 5:51 pm #91794In reply to: How to set BuddyPress as a page…
Jordan
ParticipantWill this allow me to have two separate templates? One for my wordpress site, and the other for my buddypress install?
September 7, 2010 at 5:46 pm #91793In reply to: How to set BuddyPress as a page…
modemlooper
ModeratorInstall the BuddyPress template pack plugin and follow directions.
September 7, 2010 at 5:35 pm #91792In reply to: Problem with “www” in blogname
John
Participantif your server is running apache or litespeed, then you can just canonicalize or or use rewrite rules to redirect all traffic from blogname.www.domain.com to blogname.domain.com.
http://www.webweaver.nu/html-tips/web-redirection.shtml is one such tutorial using htaccess.
Or there might be something wrong with the code in buddypress.
September 7, 2010 at 4:42 pm #91789In reply to: BP Group Tasks Management System – demo
@mercime
Participant@slaFFik, when do you expect to release this plugin?
This is a great project management system which many could use in tandem with a BP event plugin (JetEvent plugin or EventPress) and with a BP gallery plugin (BP Gallery or BP Album, etc). It’s easy enough to manually add links to respective project, event, gallery in respective description areas. Creating the project, announcing the event then showing the images/video/audio of the project/event would be just the ticket e.g. for the BuddyPress Rock Concert

Thank you.
September 7, 2010 at 4:29 pm #91787In reply to: Verified accounts?
thekmen
ParticipantGood idea, @jeffsayre any chance of you adding something like this to the privacy plugin?
September 7, 2010 at 3:32 pm #91784Roger Coathup
ParticipantThe other thread, with code for the number of messages / notifications, and link across is: https://buddypress.org/community/groups/installing-buddypress/forum/topic/hi-hi-everyone-how-can-i-get-the-message-url-or-the-number-of-messages-and-settings-url/
September 7, 2010 at 2:03 pm #91779Boone Gorges
Keymaster@ri-kun The answer to your second question is not straightforward, though it has been discussed before on this forum. I suggest posting it in another thread so that other users will be able to help you with it. You might also have a look at this plugin by @pollyplummer https://wordpress.org/extend/plugins/buddypress-sliding-login-panel/
September 7, 2010 at 1:50 pm #91778In reply to: Feature Request – Profile Galleries?
thelandman
Participant@Hitler, check out this plugin https://buddypress.org/community/groups/bp-album/
September 7, 2010 at 1:46 pm #91776In reply to: Defining a default page
John
ParticipantHi !
Thanks for your help, I’ve did what you said and now my Home display the activity (without being called activity, it’s called home).
I hope there will not be any problems with the path generated by buddypresss ? (my previous activity stream was at themainblog.com/buddypress/activity/ now it’s themainblog.com/buddypress)September 7, 2010 at 1:35 pm #91775In reply to: Use Forums without Groups?
Hitler
MemberThat’s a pretty good news, Roger. I went with bbpress because BuddyPress didn’t allow me to have forums without groups. Seeing that this is the future anyway, I’m glad to have made this decision.
September 7, 2010 at 1:27 pm #91773In reply to: Activity stream replies
José M. Villar
ParticipantIs https://trac.buddypress.org/ticket/2587 relevant to this topic ?
September 7, 2010 at 12:18 pm #91764ri-kun
ParticipantThanks for the response @Boone Gorges
Can you also please please please answer the 2nd question?:
2. This is an off topic but I wanted to get the code for the “Message”. I mean I wanted to put the link of the messages on each users sidebar. Like they can see anywhere they go in the site their message link, if theres a new message or not. Thanks in advance.
I wanted to transfer the links SETTING, FRIENDS, GROUPS and QUICKPOST in the sidebar but dont know where to get the codes from the nav to the sidebar.
September 7, 2010 at 12:16 pm #91762Hugo Ashmore
ParticipantAlways worth checking documentation first:
https://codex.buddypress.org/how-to-guides/install-buddypress-on-a-secondary-blog/
September 7, 2010 at 11:51 am #91760Boone Gorges
Keymaster@blogmudgeon Glad to help

@ri-kun bp_core_remove_nav_item doesn’t take multiple arguments. Try something like:
`<?php function boone_remove_blogs_nav() {
bp_core_remove_nav_item( ‘blogs’ );
bp_core_remove_nav_item( ‘groups’ );
}
add_action( ‘bp_setup_nav’, ‘boone_remove_blogs_nav’, 15 ); ?>`Add additional lines for nav items you want to remove. And make them lowercase, as the names might be case-sensitive and they are almost certainly lowercase when they are initially added.
functions.php, in your theme directory, is the appropriate place to put this. There should be no function called bp-functions.php.
September 7, 2010 at 11:09 am #91758In reply to: mobile theme for buddypress?
Anton
ParticipantCare to share a link of your site with this enabled?
September 7, 2010 at 10:04 am #91750In reply to: What Plug-ins will fulfill these Tasks?
Hugo Ashmore
ParticipantHi Toni,
Firstly ought to say that your list above really reads like the outline of a project scope and that worries me slightly in that I feel there may be a little misconception of what you may be able to achieve simply by dropping in plugins to your site, plugins aside to get a site operating on such specific lines as you outline may require a degree of specific customization and that may entail coding skills in advance of your present level.As for plugins available there may be a few worth looking into – also do check the plugins group listings as all BP plugins are listed there.
Item #5 you might achieve using :
https://buddypress.org/community/groups/jet-event-system-for-buddypress/Or
https://buddypress.org/community/groups/eventpress/#6 you might be able to fashion something from either:
https://buddypress.org/community/groups/cubepoints-buddypress-integration/
Or
https://buddypress.org/community/groups/achievements/For things like donation tabs you might need to look through the WP plugin repository.
User blogs are available when you set up your WP install as Multi Site, you will need to vist the WP codex documentation for a guide to enabling multi site.
The other requirements do not really fall under the guise of a single specific plugin and will take some constructive thought as to how to implement, other members may have an idea or two.
September 7, 2010 at 9:55 am #91749In reply to: How do you “Forcibly Log Out a User”?
afritech
Participant@hnla My first reaction was to mark them as spam then delete from BP admin bar. Marked as spam successfully but not deleting didn’t work 2 cases. Maybe a straight delete works, I will try that next.
They were successfuly deleted though from the WP back-end under “Users” and logged out. Their forum posts are not inherited.
September 7, 2010 at 9:35 am #91748In reply to: mobile theme for buddypress?
lylewinton
MemberI’ve been experimenting with WordPress Mobile Pack on my BuddyPress site. Made some progress so I thought I’d share how…
Context is BuddyPress already installed, WordPress Mobile Pack installed:
1) enable Appearance – Mobile Switcher
2) set the mobile theme to “WordPress Mobile (blue)” or other, but not base!!!
3) under Appearance – Menu, create a new custom menu (for mobile navigation) with the following 4 URL links…
Link: Activity /pathto/activity/
Link: Members /pathto/members/
Link: Groups /pathto/groups/
Link: Forums /pathto/forums/
4) add the custom menu to the bottom of your sidebar, under Widgets (unfortunately visible for non-mobile too, but it not too conspicuous)
5) now under Appearance – Mobile Widgets enable only that custom menu (otherwise mobile navigation is a problem)
6) the BuddyPress links don’t work as the mobile theme isn’t compatible, so hack them in on the command line:
$ cd ?pathto?/wp-content/themes/mobile_pack_base/
$ ln -sf ../../plugins/buddypress/bp-themes/bp-default/activity ./
$ ln -sf ../../plugins/buddypress/bp-themes/bp-default/forums ./
$ ln -sf ../../plugins/buddypress/bp-themes/bp-default/members ./
$ cd ../mobile_pack_blue/ (or the one you’re using, but not base)
$ ln -sf ../../plugins/buddypress/bp-themes/bp-default/groups ./Your good to go! You can’t use the mobile base theme as it already has a “groups” directory which stuffs things up (if you’re not a nokia).
September 7, 2010 at 8:10 am #91741In reply to: BuddyPress Maps
borgopio
ParticipantHi!
I’m using WP 3.0.1 multi-site with Buddypress 1.2.5.2.
First of all, the plugin have a minor bug to be fixed: at line 594 of bp-maps.php must be closed the comments adding a / at the end of the line.Then, I’ve other bugs that, maybe, went fixed yet on the plugin support forum (http://dev.benoitgreant.be/bbpress/forum/buddypress-maps). But that forum no more exist

1. reported at https://buddypress.org/community/groups/creating-extending/forum/topic/buddypress-maps/?topic_page=1&num=15#post-39374
Everytime I edit the profile the link send me to the top of the page and do nothing. May be a javascript problem?2. reported at https://buddypress.org/community/groups/creating-extending/forum/topic/buddypress-maps/?topic_page=3&num=15#post-53565
Sometimes i’ve Warning: Invalid argument supplied for foreach() in /wp-content/plugins/buddypress-maps/bp-maps-templatetags.php on line 210 in the profile page.3. reported at https://buddypress.org/community/groups/creating-extending/forum/topic/buddypress-maps/?topic_page=3&num=15#post-55594
Basically the plugin try to search the location with the xprofile-fields provided, but it don’t find anything so suggest to use the markers. Due to the 1. problem i cannot create a new marker. Also i cannot edit the map pointing a marker on it.@grosbouff Can you re-establish the old support forum?
I think this plugin is really useful, so any help would be really appreciated
September 7, 2010 at 4:38 am #91733In reply to: Admin bar disappeared
Sixgunzx
ParticipantI am having a simular issue. I am using the Jooc theme, wordpress 3.0.1 and Buddypress 1.2.5.2, my admin bar is not showing on the front page. It does seem to be showing in the admin panel. I have deactivated, and deleted bp, and I checked the functions file for the theme as well, and it has the same code as posted above.
September 7, 2010 at 4:11 am #91732In reply to: Admin bar disappeared
September 7, 2010 at 4:04 am #91730In reply to: buddypress template pack steps 1 & 2 are missing
createsean
MemberAnyone?
September 7, 2010 at 1:31 am #91716In reply to: BuddyPress Backwards Compatibility Plugin Broken?
Sarah Gooding
Member@johnjamesjacoby Do you know anything about this? Are the setting such that you need to turn all the regular components off if you want to use the legacy components? Or is the plugin broken? The site I’m working on redirects to homepage for wall posts, and there seem to be some issues with friending as well.
September 7, 2010 at 1:23 am #91714In reply to: Multiblog + unique communities
pcwriter
ParticipantPerhaps this could shed some light…
https://wordpress.org/extend/plugins/wp-multi-network/Not much documentation but perhaps a peek at the code might help. Or a little query directed at @jjj
-
AuthorSearch Results