Search Results for 'buddypress'
-
AuthorSearch Results
-
June 19, 2013 at 3:56 pm #166394
naplpm
ParticipantHello,
@drill_sgtlewis, can you tell me how can I adapt this code to avoid non-logged user to get to a specific page?I was trying something like this:
function restrict_access(){
global $bp, $bp_unfiltered_uri;
$component = $bp->current_component;if (!is_user_logged_in() && ($component == “events”)
) {bp_core_redirect( “/home/” );
}
}add_action( ‘wp’, ‘restrict_access’, 3 );
But it didn’t worked.
Thanks
June 19, 2013 at 3:18 pm #166393In reply to: [Resolved] Show posts written by user on profile
4ella
ParticipantHi, I have latest 1.7.2 version of Buddypress and latest version of wordpress but all I see is the tab for “My Posts” but without any post in it even if those members has 5 , 100 or me 1000 posts , is it updated for latest version, still working?
June 19, 2013 at 12:28 pm #166392In reply to: bbPress has not been activated
Hugo Ashmore
ParticipantPlease check the codex for documentation first:
https://codex.buddypress.org/user/setting-up-a-new-installation/installing-group-and-sitewide-forums/If that doesn’t help then post back with current issues.
June 19, 2013 at 9:58 am #166387In reply to: BuddyPress//Jigoshop issues
Henry
MemberYou’ll need to post a link to your website and/or provide screenshots of the problem. It will likely be a CSS issue
June 19, 2013 at 9:50 am #166386In reply to: Importing data from Excel, CSV sheet
muay124
ParticipantI wonder how would the wordpress and buddypress member tables work together. I exported a csv wordpress data file and want to import it buddypress. Does the tables or fields will match? Your help and suggestions will be greatly appreciated. =)
June 19, 2013 at 7:58 am #166384Hugo Ashmore
Participantor you could study the DB tables and manually manipulate the fields, not really that difficult. as for emails you can send if you configure a program such as sendmail along with an email account set up with a catchall forwarding to the main email box.
June 19, 2013 at 7:49 am #166381Paul Wong-Gibbs
KeymasterYep. @slaffik’s also done a BP-specific version, should you ever need a BP-specific content: https://wordpress.org/plugins/bp-default-data/
June 19, 2013 at 7:34 am #166380In reply to: Buddypress Spam BOTS PLEASE HELP
Leofitz
ParticipantAre there any current plugin solutions which can delete accumulated BP spam groups? The BP Group Management plugin did this, from what I’ve read, but it gives error messages with the current versions WP 3.5.1 and BP 1.7.2
Any suggestions will be appreciated as I have a couple dozen WP-BP sites and some have 1000-5000 groups that are spam generated. Manually deleting these would take me until 2014!
June 19, 2013 at 7:26 am #166379Henry
MemberI haven’t used this plugin but it looks as though it will do what you need:
June 19, 2013 at 1:16 am #166368In reply to: Members page side bar
@mercime
Participant@naplpm BuddyPress components are rendered using the default layout of your theme’s page.php file. https://codex.buddypress.org/developer/theme-development/a-quick-look-at-1-7-theme-compatibility/ More leeway in template layouts come BP 1.8
June 19, 2013 at 12:37 am #166367In reply to: "Create a Page" functionality in BuddyPress?
rickkumar
ParticipantPlease DELETE this thread. I have posted it in ideas forum.
June 19, 2013 at 12:34 am #166366In reply to: "Create a Page" functionality in BuddyPress?
@mercime
Participant@rickkumar you can post an enhancement request in BuddyPress Trac. Heard that @sbrajesh is coming out with a BP Pages plugin sometime this month or next.
June 18, 2013 at 10:58 pm #166363In reply to: don't want registration page to show after login
benjammin
Participant@bphelp, I have wp-content > themes > socialbuddy > and then inside the theme socialbuddy there are a bunch of files and folders. A folder named buddypress is inside that and that has a functions-buddypress.php file, and then there is a folder named framework and inside that is theme-functions.php. In the folder socialbuddy there is a functions.php file and inside that there is wp_nav_menu, that is the only place I could find that name. Below is the code that is with it:
/** * This theme uses wp_nav_menu() in one location. */ register_nav_menus( array( 'primary-nav' => __( 'Primary Navigation', 'framework' ), 'footer-nav' => __( 'Footer Navigation', 'framework' ) ));So that tutorial you sent me is incongruous for me to follow. I just don’t know enough about PHP to have a lightbulb go on when I see that tutorial. I get the gist of what it is having you do though.
June 18, 2013 at 10:35 pm #166361In reply to: don't want registration page to show after login
bp-help
Participant@benjino
Try following 3) Logged-out menu in this tutorial:
http://wpmu.org/how-to-build-a-facebook-style-members-only-wordpress-buddypress-site/June 18, 2013 at 8:27 pm #166345In reply to: don't want registration page to show after login
Henry
Member@hnla I searched for the thread you mentioned which had the solution already posted. Can be found here:
https://buddypress.org/support/topic/adding-dynamic-profile-link-to-main-menu-item/
June 18, 2013 at 6:25 pm #166317In reply to: [Resolved] Blog page exists, don't want Blog page.
benjammin
ParticipantOk, let me phrase this another way. What check box items in WP Settitngs > Discussion admin area relate with Buddypress functionality (sans Blog)? None? If some, which ones?
June 18, 2013 at 6:20 pm #166315In reply to: Don't want Blog page.
@mercime
ParticipantJune 18, 2013 at 4:54 pm #166301In reply to: How to change number of topics on forum page
koreancandy
ParticipantI’m using WordPress Version 3.5.1 and Buddypress version 1.7.2
June 18, 2013 at 4:53 pm #166300In reply to: Template hierarchy Codex page
Hugo Ashmore
ParticipantWell @DJPaul kicked it off with the initial patch based on feedback from a couple of devs on this ticket:
https://buddypress.trac.wordpress.org/ticket/4639
The codex entry needs a little additional editing and linking to my earlier page on 1.7 template compatibility.
June 18, 2013 at 4:31 pm #166296In reply to: How to change number of topics on forum page
koreancandy
ParticipantNo, I’m using the Buddypress group forums and I’m using multisite too
June 18, 2013 at 4:12 pm #166290In reply to: Login or Register – Customize
Henry
MemberIn the old bp-default way of doing things, the registration page can be found at /registration/register.php
Once you upgrade to 1.8 (not available yet), the registration page will be available via the template /buddypress/members/index-register.php
With reference to the login page, perhaps someone else can help as I just use a widget
June 18, 2013 at 3:22 pm #166288In reply to: User Registration Not Working
hugirl
ParticipantYes, I changed the theme to twenty twelve, buddypress default, twenty eleven, and to the original theme that I was using theron lite and I’m at a standstill even after all of that.
June 18, 2013 at 3:16 pm #166287In reply to: [Resolved] BuddyBlog?
ldjautobody
ParticipantYessssss! Thanks @andrewteg! I was seriously beginning to think I dreamed the whole thing up…not sure why I could not find this page, but that is EXACTLY where I was.
Now, since I have found what I was looking for, I’d really like to get some opinions of the plugin and see if this will actually do what I am planning for this site. I am open to all opinions and suggestions. My understanding of BuddyPress and bbPress is coming along and the site is starting to look like what I envisioned. You can see the preliminary site at http://accessories.ldjautobody.com.
First, let me explain what I have planned for this site and, like I said, I am open to all suggestions and comments. I would like to hear what the experts have to say. Good or bad, I need your opinions. You ALL have great ideas and I respect whatever you might have to say or add. 🙂
This blog and forum are dedicated to custom car and motorcycle enthusiasts everywhere. Car enthusiasts are passionate about their subject, and in addition to giving them a place to share their projects and discuss those among each other, I would also like to let them post some articles, hoping that the fresh content will keep the search engines hanging out on the site and help boost the rankings. I have never run a forum site or used BuddyPress or bbPress before and I’m not really sure how this all works in relation to SEO. I do, however, deal with car and motorcycle enthusiasts on a daily basis and I know that I can most likely count on them to get some very good discussions going among themselves and that is my hope for this site.
We will also be doing some affiliate marketing from this site, and my hope is that in a perfect World, the fresh content and activity level of the site will keep us ranking well in the search engines and bring some new customers to the site. Since we are an “auto body shop”, our normal advertising is concentrated in a very local area. The affiliate site, however, will have a much broader range and we will be advertising nationwide vs. the small local area that the body shop is limited to. So my hope is that the increased activity on the site will increase the number of people visiting and also help us reach out well beyond our local area. At least, that is our goal for now!
Thank you all again for all of your help. I am looking forward to hearing anything my experts have to add as we move forward with getting the site ready to launch. 🙂
Denise
June 18, 2013 at 12:48 pm #166282In reply to: [Resolved] BuddyBlog?
Andrew Tegenkamp
ParticipantJune 18, 2013 at 11:04 am #166277In reply to: Compatibility Help Please!!
@mercime
Participant@wpgoddess Yes, it will be good to know what the dev comes up with revised buddypress.php. Double-check that the_title and the_content are there. Good luck.
-
AuthorSearch Results