Search Results for 'buddypress'
-
AuthorSearch Results
-
December 10, 2012 at 6:35 pm #146984
In reply to: Buddypress Like on 1.6
José M. Villar
ParticipantDecember 10, 2012 at 6:03 pm #146975In reply to: Why is my custom component inactive
Andrew Tibbetts
ParticipantThanks everyone, I’m on my way. But, now I’m getting a 500 error on plugin activation. I replaced out the deprecated component creation function above with the following:
define( 'BP_PCN_IS_INSTALLED', 1 );
define( 'BP_PCN_PLUGIN_DIR', dirname( __FILE__ ) );/* Only load the component if BuddyPress is loaded and initialized. */
function bp_pcn_init() {
// Because the loader file uses BP_Component, it requires BP 1.5 or greater.
if ( version_compare( BP_VERSION, '1.5', 'active_components[$this->id] = '1';}
function setup_globals() {
global $bp;// Defining the slug in this way makes it possible for site admins to override it
if ( !defined( 'BP_PCN_SLUG' ) )
define( 'BP_PCN_SLUG', $this->id );// Set up the $globals array to be passed along to parent::setup_globals()
$globals = array(
'slug' => BP_PCN_SLUG,
'root_slug' => isset( $bp->pages->{$this->id}->slug ) ? $bp->pages->{$this->id}->slug : BP_PCN_SLUG,
'has_directory' => false, // Set to false if not required
'notification_callback' => 'bp_pcn_format_notifications'
);// Let BP_Component::setup_globals() do its work.
parent::setup_globals( $globals );}
}
/* load component into $bp global */
function bp_pcn_load_core_component() {
global $bp;$bp->pcn = new BP_PCN_Component;
}
add_action( 'bp_loaded', 'bp_pcn_load_core_component' );
Anyone know what I’m missing?
December 10, 2012 at 5:40 pm #146974In reply to: Buddypress Like on 1.6
Hope
Participantyep, that’s what I did.. Thanks
December 10, 2012 at 3:43 pm #146969David Cavins
KeymasterYou can use BuddyPress Humanity to stop bots:
https://wordpress.org/extend/plugins/buddypress-humanity/or the honey pot method: https://github.com/pixeljar/BuddyPress-Honeypot
If necessary, you can manually approve users:
https://wordpress.org/extend/plugins/bp-registration-options/December 10, 2012 at 3:21 pm #146968In reply to: want to make compatible with bp my theme
@mercime
Participant@aijazsiddique barring any unforseen JS conflicts, we can certainly try to make your theme compatible with BuddyPress. If you’re not launching anytime soon, I would suggest waiting for BP 1.7 coming out later this year or sometime next year. If you are launching soon, then let’s get going with the process. I also will need the codes for header.php, sidebar.php, index.php and footer.php posted in respective pastebin.com pages posted here to start off.
December 10, 2012 at 2:33 pm #146967In reply to: BuddyPress and the Mingle Theme
@mercime
ParticipantProbably JS conflict. You should contact the theme author about this issue or check in theme author’s forums whether other users have experienced the same and what the resolution/s would be.
December 10, 2012 at 12:58 pm #146960In reply to: Buddypress Like on 1.6
Toby Cryns (@themightymo)
Participant@amaish, Your best bet is to contact the theme author directly and see if that person can fix the issue.
December 10, 2012 at 12:54 pm #146958IconDeposit
ParticipantHey Toby,
I coded a custom theme to work with buddypress. This is literally the last bit of code I have to implement to it before I release it. And say if I did switch it to the buddypress default theme, the featured image would show up, however all the amazing features and functions I built for it will be gone. There is something conflicting with the buddypress code and my theme. So I narrowed it down to the code in the link above. That’s all that needs to be fixed, plus the code needs to be in my functions.php file, that’s where the code above is from.
December 10, 2012 at 12:51 pm #146956In reply to: [Resolved] HELP: Forums page redirects to home
Toby Cryns (@themightymo)
Participant@bennygill – See this thread: https://buddypress.org/support/topic/does-buddy-press-work-at-all/
Are you logged in when clicking the “registration” link?
December 10, 2012 at 12:48 pm #146955Toby Cryns (@themightymo)
Participant@icondeposit,
Does your custom code work if you use the BP Default theme?December 10, 2012 at 12:46 pm #146954In reply to: global.js 404 in javascript console
jeellison
ParticipantOh, and without the .htaccess, I just get 404’s on all buddypress pages. And I am wondering if the double slashes in the path has anything to do with this?
Best Regards
JamesDecember 10, 2012 at 12:46 pm #146953Toby Cryns (@themightymo)
ParticipantYou can also use the following plugins for higher-level ip blocking and behavior blocking:
– Bad Behavior
– WordFence
– Better WP SecurityDecember 10, 2012 at 10:59 am #146950Zachary DuBois
ParticipantOk, I will try this. Also, how are users registering and not setting up their profile. They are shown in the backend off my site but not the front end. Is there a way to stop this too?
December 10, 2012 at 9:51 am #146947IconDeposit
Participant@ John James Jacoby first off I’m not giving some kind of attitude to you guys so I’m sorry you feel that way. It’s very frustrating to me when I’ve been trying to figure this out for over a year, and I’m so close to completing this all I need is for the ID to be associated with the featured image attached to the specific post. I’m saying part of it is your code because if it worked with all themes it would be very easy for everyone that’s somewhat advanced with php. I understand it’s a weekend however I run a business just as busy as buddypress and I’m still working. All I need is a small answered question. It’s nothing difficult, especially for you guys. This should take maybe an hour or two out of you’re day, plus I’m willing to hire one of you guys to figure this out for me if it’s too difficult.
December 10, 2012 at 7:32 am #146942In reply to: want to make compatible with bp my theme
aijazsiddique
Participantthe creator of theme told about this
HI, the theme does not support buddypress and unfortunately we are not available for such a customization. You’ll have to try it by your self.
Thank you.
December 10, 2012 at 7:24 am #146940In reply to: want to make compatible with bp my theme
@mercime
Participant@aijazsiddique It would help to see the whole picture so to speak. Code looks familiar. We might have template-packed that theme you’re using. What’s the name of the theme? Theme demo url?
December 10, 2012 at 6:08 am #146936In reply to: Separate Login /Registration
@mercime
Participant@bhupendra13 You can use https://wordpress.org/extend/plugins/buddypress-profile-menu/ to add dynamic links to individual logged-in member’s profile pages
or
You can filter the custom menu to insert link/s reserved for logged-in users only. Somethingl like
add_filter( 'wp_nav_menu_items', 'my_nav_menu_profile_link' );
function my_nav_menu_profile_link($menu) {
if (!is_user_logged_in())
return $menu;
else
$profilelink = '' . __('Visit your Awesome Profile') . '';
$menu = $menu . $profilelink;
return $menu;
}December 10, 2012 at 5:21 am #146933IconDeposit
ParticipantHow is it that I’m on the buddypress actual forum and no one, not even the creators of this plugin have an answer for me. I don’t know if anyone knows my company, but I could hire some Buddypress developer to figure this out for me. You guys built this code, how is it possible there is no answer for this? It’s not logic!
December 10, 2012 at 3:34 am #146929In reply to: Private Groups Page Access
@mercime
ParticipantDo post at plugin’s suppport forum https://wordpress.org/support/plugin/buddypress-groups-extras
December 10, 2012 at 3:20 am #146927In reply to: Registration page falls to home page
@mercime
Participant@saggse the registration page falls back on the home page because you were logged in when you clicked on the registration page. Off-topic but related, to remove the -3 after register-3 in your URL, you need to delete the old Register pages permanently and then change the slug register-3 to register in your page edit panel.
December 10, 2012 at 3:18 am #146926In reply to: "Multi-site" along with BuddyPress questions
@mercime
Participant@rickkumar You can run BuddyPress on single WP. Just contact webhost WP Engine about the Multisite issue.
@mercime
Participant@mythusmage You can use any 3 column WordPress theme and then install the BP Template Pack plugin and go through the Appearance > BP compatibility process.
December 9, 2012 at 6:08 pm #146917In reply to: Private Field
Ben Hansen
ParticipantIf you are proficient at coding you may be able to figure it out, i couldn’t. the feature is going to be built into the next version of buddypress if you can’t wait and manage to figure it out please let me know cause i’d love to be able to do that as well.
https://buddypress.org/support/topic/how-to-add-a-nobody-option-in-the-profile-privacy-options/
December 9, 2012 at 5:59 pm #146915Ben Hansen
Participanti’ve used SI CAPTCHA Anti-Spam on a single install without issue, never tested with multisite though.
December 9, 2012 at 7:08 am #146898In reply to: Why is my custom component inactive
John James Jacoby
KeymasterDid you mean this page:
https://codex.buddypress.org/developer/plugin-development/component-api/
-
AuthorSearch Results