Search Results for 'wordpress'
-
Search Results
-
Hi, please can you help me with a code to create the “create site” link under sites> next to “My sites” in buddypress member profile area.
right now I can only see it under site.com/blog
http://www.site.com/blogs/create/
I was able to modify the code in bp-blogs-loader.php however
I don’t know how to create the link to create my site ‘slug’ => ‘create-your-sites’,to http://www.site.com/blogs/create/
below is an example coder.
Also how to add it in bp-custom to work, thank you
/**
* Setup BuddyBar navigation
*
* @global BuddyPress $bp The one true BuddyPress instance
*/
function setup_nav() {
global $bp;/**
* Blog/post/comment menus should not appear on single WordPress setups.
* Although comments and posts made by users will still show on their
* activity stream.
*/
if ( !is_multisite() )
return false;$sub_nav = array();
// Add ‘Sites’ to the main navigation
$main_nav = array(
‘name’ => sprintf( __( ‘Sites %d‘, ‘buddypress’ ), bp_blogs_total_blogs_for_user() ),
‘slug’ => $this->slug,
‘position’ => 30,
‘screen_function’ => ‘bp_blogs_screen_my_blogs’,
‘default_subnav_slug’ => ‘my-sites’,
‘item_css_id’ => $this->id
);$parent_url = trailingslashit( bp_displayed_user_domain() . bp_get_blogs_slug() );
$sub_nav[] = array(
‘name’ => __( ‘My Sites’, ‘buddypress’ ),
‘slug’ => ‘my-sites’,
‘parent_url’ => $parent_url,
‘parent_slug’ => $bp->blogs->slug,
‘screen_function’ => ‘bp_blogs_screen_my_blogs’,
‘position’ => 10
);$sub_nav[] = array(
‘name’ => __( ‘Create Site’, ‘buddypress’ ),
‘slug’ => ‘your-sites’,
‘parent_url’ => $parent_url,
‘parent_slug’ => $bp->blogs->slug,
‘screen_function’ => ‘bp_blogs_screen_my_blogs’,
‘position’ => 50
);// Setup navigation
parent::setup_nav( $main_nav, $sub_nav );
}Hello,
First off, thanks for taking the time to read this.
BuddyPress v1.6.1 is installed and working fine on WordPress v3.4.2.
After enabling FORCE_SSL_ADMIN in wp-config.php, the following features stop working in BuddyPress:
1). You cannot ‘Post Update’ in a ‘What’s new’ type of form. The button appears, and it can be clicked… but it just sits there and spins forever (well, maybe not forever).
2). On the Groups Page, if you click on the ‘All Groups’ or ‘My Groups’ main menu items, they will also sit there and spin.
I’m sure there other examples like #2 on various other pages.
Should I not be enabling FORCE_SSL_ADMIN? Or, I suppose there may be something wrong in my Theme, etc. I’m about to try a standard bbpress theme, but thought I’d start this Topic anyway.
Thanks in advance for any help.
Regards,
Mike.Topic: Mobile inquiry – high demand
We all know that social networking, blogging, communities are really getting popular and are in high demand. More and more people expect these services to be on mobile.
@modemlooper has made a BuddyPress Plugin to make BuddyPress mobile friendly.
He’s also told me he is developing a new Mobile plugin. I was wondering if BuddyPress itself, will be developing a mobile friendly version. There aren’t any online services that can create a mobile view except from DudaMobile, even that, does not work with BuddyPress, only WordPress.
WPTouch doesn’t work for my BuddyPress, when enabling it, I get a blank screen. Which is a shame.Hello,
I have had a look at a number of different posts which detail different ways and snippets of code to get buddy press working with themes. The instructions seem to be different for each one, as the theme
tags are different, I assume.I’ve tried to edit the files to make them the same as my page.php in the theme but I can’t work out how to do it.
http://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
Can anyone help me please? If I post up the page.php output, would that be sufficient for someone to tell me where I’m going wrong? I’ve seen some really helpful posts from @mercime so I’d be very grateful if you would be able to help.
Thanks in advance,
RobTopic: [Resolved] Forums Search
Why is there no search in sitewide forums? Is there a way to make it searchable?
Edit:
I did some searching and found this plugin in the bbpress plugins directory and it works great!
http://wordpress.org/extend/plugins/bbpress-search-widget/Just managed to integrate BuddyPress into my article directory site. It may not have all the fancy stuff that make it look fantastic but I think its OK.
Thanks to WordPress Jetpack and SyntaxHighlighter, members are free to insert mathematical formulas and source code (PHP, HTML, etc) into the article.
Any suggestion is appreciated.
This is very common for example when you are registrating your blog in blog directories or your company in site directories. I think it would be a very good idea to have this option at Buddy Press.
We would like everyone to be able to become a member at our social community for free, but that the members who like to add a link to their website has to add our link to their site first.
How can this be done? Is there any WordPress plugin for this?We also would like to have a Business Directory (for companies related to our subject) working the same way.
Hope someone can help!
http://veggieboom.comMy English is not very good,
Website plug-in installation setup is complete,
The future will not be able to enter the wordpress Admin
http://www.xinyulutu.comHello,
For two days I’ve been searching for a solution but can’t get it done. I really need for my network Name, Middle Name and Last name and now there are many ppl with the same Name and I can’t find a way to combine all the profile fields so I can display the full name site wide. I tried to write a code but programming
= me. I’m sure a developer can write a snippet to put in in functions.php and I would really appreciate it if someone can help with this issue.
I’m using the latest version of Buddypress and WordPress.Kind regards
