Search Results for 'buddypress'
-
AuthorSearch Results
-
March 7, 2013 at 2:24 pm #155676
bp-help
Participant@sbrajesh Could you create a plugin that would do this and hook into the header in bp-default because your more qualified than me because I am kinda a noob? Thank you!
March 7, 2013 at 1:42 pm #155670Brajesh Singh
ParticipantAre you doing it on a live site? Is your Theme BuddyPress compatible. For BuddyPress 1.6.x, the BuddyPress features are only available to BuddyPress enabled theme. In BuddyPress 1.7, BuddyPress automatically supports all themes(but 1.7 is still in beta and not recommended for live site).
March 7, 2013 at 1:41 pm #155669In reply to: Create private membership site with BuddyPress
bp-help
ParticipantAdd this to bp-custom.php https://codex.buddypress.org/developer/customizing/bp-custom-php/
and it will prevent non-logged in users from accessing BP pages.
`
/* Block BP Pages For Non-Logged In Visitors */
function bp_block_pages() {
global $bp;
if ( bp_is_activity_component() || bp_is_groups_component() /*|| bbp_is_single_forum()*/ || bp_is_forums_component() || bp_is_blogs_component() || bp_is_page( BP_MEMBERS_SLUG ) ) {
// add components to be blocked to non-logged in visitors
if(!is_user_logged_in()) {
wp_redirect( get_option(‘siteurl’) . ‘/register’ );
} // Change /register to the page you want non-logged in visitors directed to
}
}
add_filter(‘get_header’,’bp_block_pages’,1);
/* End BP Blocked Pages */
/* Remove RSS Feeds */
function bp_remove_feeds() {
remove_action( ‘bp_actions’, ‘bp_activity_action_sitewide_feed’, 3 );
remove_action( ‘bp_actions’, ‘bp_activity_action_personal_feed’, 3 );
remove_action( ‘bp_actions’, ‘bp_activity_action_friends_feed’, 3 );
remove_action( ‘bp_actions’, ‘bp_activity_action_my_groups_feed’, 3 );
remove_action( ‘bp_actions’, ‘bp_activity_action_mentions_feed’, 3 );
remove_action( ‘bp_actions’, ‘bp_activity_action_favorites_feed’, 3 );
remove_action( ‘groups_action_group_feed’, ‘groups_action_group_feed’, 3 );
}
add_action(‘init’, ‘bp_remove_feeds’);
/* End Remove RSS Feeds */
`March 7, 2013 at 1:38 pm #155667In reply to: Create private membership site with BuddyPress
Hugo Ashmore
Participant@billgates82 you should always start a new post rather than tack onto an existing one that may seem to cover the same issue.
As in the post above yours consider looking at the S2 member plugin.
March 7, 2013 at 1:36 pm #155666dachimaster
ParticipantAre there any special network settings i need to authorise for buddypress to operate?
March 7, 2013 at 1:33 pm #155665dachimaster
ParticipantHi Thanks Brajesh,
found the settings buddypress tab and clicked through. but no configuration wizard to speak off
all i see are the tabs across saying – components (with 10 active, and 2 must use), pages, settings and forums (where i installed the configure site wide forums). . checked again in the wordpress site, and still buddy press hasn’t shown up. .Should i be installing buddypress 1.7 perhaps?
March 7, 2013 at 12:53 pm #155661In reply to: Create private membership site with BuddyPress
billgates82
Participanthi to everybody;
I have a BuddyPress Community that I’m building that’s based around a rather sensitive topic for my users and as such I need to make parts of the community totally private and not accessible by non logged in users.
I would like guests to be redirected to a page/message that requests login/sign-up before proceeding to the following parts of my community:
mysite.com/members
mysite.com/activity
mysite.com/groups/However, I like guests to be able to freely view public blog and public content.
Is there a way to accomplish this?
March 7, 2013 at 12:38 pm #155656Brajesh Singh
ParticipantYou will need to configure BuddyPress before it comes into action.
Look for the notice in the Network admin. If it is not there, just click Network Admin-> Settings->BuddyPress and you should see the configuration wizard.
Hope that helps.
March 7, 2013 at 12:32 pm #155655Brajesh Singh
ParticipantHi,
Have a look at this functionbp_core_get_notifications_for_user here https://github.com/buddypress/trunk/blob/master/bp-members/bp-members-notifications.php#L83
You can modify it to suit your need(this is the one that generates the notfication messages).
and here you can see how the drop down is created
https://github.com/buddypress/trunk/blob/master/bp-members/bp-members-buddybar.php#L18Hope that helps.
March 7, 2013 at 11:45 am #155650In reply to: [Resolved] One works, one doesn't – BuddyPress
@mercime
Participant@p2ab BuddyPress does not work on installations where you give WordPress its own directory per your link above https://codex.buddypress.org/user/before-installing/#system-and-server-requirements
March 7, 2013 at 9:37 am #155596bp-help
ParticipantIs there anyone who knows how to get this done? @naijaping did it on his BP site and I want to do the same please! What is the best course of action to accomplish this?
March 7, 2013 at 5:46 am #155327Toby Cryns (@themightymo)
ParticipantAre you saying that you want the notifications to be on the left side next to “My Sites”?
March 7, 2013 at 5:43 am #155326In reply to: Your preferred responsive template?
Toby Cryns (@themightymo)
Participant@ljvd – If you can wait a little while, BuddyPress 1.7 will work with pretty much any theme in the world.
That said, the default BuddyPress theme has a pretty solid fluid width that scales well for mobile. It is a great place to start, plus you can rest easy knowing that it is well-supported!
March 7, 2013 at 2:06 am #155319Unsal Korkmaz
ParticipantBah.. sorry.. didnt mean harm tbh. Thanks for edit 🙂
March 7, 2013 at 1:56 am #155318@mercime
Participant@unsalkorkmaz please note that I have edited one of your posts above. No personal remarks/attacks are allowed in this forum.
I appreciate that you want to give users as many features as possible with your theme and I understand your frustration. Having said that, the WP Theme Review Team Admin already noted which he considered plugin territory starting here https://lists.wordpress.org/pipermail/theme-reviewers/2013-March/012183.html and more so for the TinyMCE buttons later on the thread.
I supported you in the Author URL in the same thread. While I don’t agree with the TRT Admins 100% of the time, I support them 100% in the above-mentioned plugin-territory discussion. My unsolicited suggestion is to remove the items listed above which are considered plugin territory from your theme and create a plugin specifically for the theme e.g. Firmalite Theme Booster or Firmalite Add-ons or whatever you want. Further suggest submitting a revised theme while your theme is still up in the review queue.
Firmalite is the 13th in theme review queue as I write this. We’ve cleared many of the backlogs the past week and there are reviewers doing some reviews this week. Know that all of the reviewers are volunteers and also know that way sometime ago the waiting time for a review was 3-4 months.
Thank you for your patience.
March 6, 2013 at 11:07 pm #155315In reply to: How would i turn my site into an app with buddypress
shanebp
ModeratorThe simplest ( and imo only viable ) approach would be an app wrapper.
All it does is launch the site in a browser.
Use of a wrapper is usually done just so that an app store listing can be created.March 6, 2013 at 8:49 pm #155303Laurent J.V. Dubois
ParticipantI understand your concern;
Your mother is a pretty amazing cooking star with her 700 fans ! Great blog in fact.
Let her organize the diner for a local wp dev meeting, you will gain a massive assistance ,-)March 6, 2013 at 8:42 pm #155302In reply to: Changing Navigation Labels
bp-help
ParticipantMarch 6, 2013 at 8:22 pm #155299Unsal Korkmaz
ParticipantI agree it can be a plugin feature. But why not theme feature too? Basically plugin dont know if bootstrap style is loaded or not? I will write a plugin to add more features to this FirmaSite theme, like those custom tinymce buttons etc. Main problem is i know firmasite theme is loading bootstrap but i dont know other themes are loading or not. Lets say i load bootstrap for other themes in this plugin, it will ruin theme probably. It shouldnt be a plugin because this feature all demands on what style is loading..
March 6, 2013 at 8:22 pm #155298Laurent J.V. Dubois
ParticipantThe same addon for the editor should be offered by a plugin, activated from the theme, but not included in it. It’s all the wp strategy. one other way is to test the presence of the addon plugin, and to activate the function if available … but some other places are probably better for discussing wp development ….
On the other hand, that was pretty unfair to refuse your theme submission without waiting the modification …March 6, 2013 at 8:17 pm #155296Laurent J.V. Dubois
ParticipantIt isn’t a people issue … it’s a key point to accept this dev. strategy. WordPress is a large framework, you have to accept the rules …
The current wp editor will be just a plugin too, that will be better, but that’s an other point 😉March 6, 2013 at 8:07 pm #155295Unsal Korkmaz
ParticipantNaa.. Themes are easy. Esspecially with theme customizer feature. Main problem is wp repo rules [EDITED ~~~ by Mercime. No personal attacks are allowed on this site]. If you have time, you can read this discussion: https://lists.wordpress.org/pipermail/theme-reviewers/2013-March/012167.html I can simplify the problem in that discussion: In FirmaSite 1.1.0 version, i added 2 custom tinymce button that makes easy to use special css classes. For example you can convert a link to bootstrap button with just 1 click. You can change a button’s color or size with just 1 click. You dont need to write css classes in tinymce for making your content more useful or better readability. What this tinymce plugin doing is actually simple. For example it adds “btn btn-primary” classes to <a> tag to make it a good looking button. They closed my theme because of it. What did i do? Made user’s content creation easy…
Btw an example of theme usage: http://resimlitarif.com/ This is a turkish food recipe website that my mom is writing 🙂 Just 1-2 little custom css code for header and custom background..
March 6, 2013 at 7:52 pm #155293Laurent J.V. Dubois
Participanteven if … your concept is pretty good …
or perhaps should you join an existing project
working alone on a theme is always a stressful challenge …March 6, 2013 at 7:38 pm #155290Unsal Korkmaz
Participant@mercime well.. wp theme repo admins are interesting. I dont think i can get approved anytime soon. Check this: https://themes.trac.wordpress.org/ticket/11449
TinyMCE buttons are Plugin territory. Bam.. close theme as not approved. Now wait 1 more month. 1 month later: “XXX is plugin territory.” bam.. 1 more month again.. Where is full review? How can i be sure if they dont do that like 7-8 times more?
March 6, 2013 at 7:22 pm #155288@mercime
Participant@unsalkorkmaz thanks for submitting your theme to the WP theme repo 🙂
-
AuthorSearch Results