Search Results for 'buddypress'
-
AuthorSearch Results
-
November 22, 2012 at 3:01 pm #145507
Haime Croeze
ParticipantSolved: this is the final version I got on superslider (and added a css class “third” where I removed the max width)
`
Registreer
<form action="/registreer” name=”signup_form” id=”signup_form” class=”standard-form” method=”post” enctype=”multipart/form-data”>
<input type="text" name="signup_username" id="signup_username" value="” />
<input type="text" name="signup_email" id="signup_email" value="” />
<label for="”>
<input type="text" name="” id=”” value=”” />
<label for="”>
<textarea rows="5" cols="40" name="” id=””>
<label for="”>
<select name="” id=””>
<label for="”>
<select name="” id=”” multiple=”multiple”>
<a class="clear-value" href="javascript:clear( '’ );”>
<label for="_day”><select name="_day” id=”_day”>
<select name="_month” id=”_month”>
<select name="_year” id=”_year”>
<p class="field-visibility-settings-toggle" id="field-visibility-settings-toggle-“>
<?php printf( __( 'This field can be seen by: %s‘, ‘buddypress’ ), bp_get_the_profile_field_visibility_level_label() ) ?> Change<div class="field-visibility-settings" id="field-visibility-settings-“>
<p class="field-visibility-settings-notoggle" id="field-visibility-settings-toggle-“>
<?php printf( __( 'This field can be seen by: %s‘, ‘buddypress’ ), bp_get_the_profile_field_visibility_level_label() ) ?><input type="hidden" name="signup_profile_field_ids" id="signup_profile_field_ids" value="” />
<input type="submit" name="signup_submit" id="signup_submit" value="” />`
November 22, 2012 at 2:48 pm #145506Brajesh Singh
ParticipantIf the xprofile fields(custom profile fields) are not appearing, you may want to modify this in your code
``
to
``
That should make them appear.
November 22, 2012 at 2:42 pm #145505In reply to: Multisite Installations
Brajesh Singh
ParticipantHi Shane,
You can install buddypress on secondary blog and use it as private network.Here are some details on configuring BuddyPress on secondary network
https://codex.buddypress.org/users/getting-started/install-buddypress-on-a-secondary-blog/and you can use any of the wordpress privacy plugin to make this network private.
Hope that helps.November 22, 2012 at 1:14 pm #145502Haime Croeze
Participantquestion remains: why doesn’t the registration form show
November 22, 2012 at 11:28 am #145499In reply to: [Resolved] Export users and xprofile data
Paul Wong-Gibbs
KeymasterNot aware of any tools to export BuddyPress data out of WordPress yet, unfortunately, other than a SQL export from the database.
November 22, 2012 at 10:23 am #145498Haime Croeze
ParticipantHi @themightymo
that does work. I removed everything between the form tags and added “DOES THIS TEXT SHOW UP” and it does
see http://www.croeze.netNovember 22, 2012 at 10:14 am #145497In reply to: Buddypress – xprofile field visibility
Tammie Lister
ModeratorIt switches between show / hide using CSS yes but scripting assigns that class. I doubt that would be causing an issue though. Could you provide a link to see your theme and the issue?
November 22, 2012 at 10:08 am #145494In reply to: Help me out please
Tammie Lister
ModeratorHi,
It’s hard to see what you are so a link would be very helpful. However, one site isn’t the same as another. What I would recommend would be to make sure before you install BuddyPress you have a ‘clean slate’ in sense of turn off all other plugins and make sure you on activating BuddyPress have the default BuddyPress theme (just at the start).
If you could however if that doesn’t work, respond with what version of WordPress you are using and a link then perhaps more can be offered as help. Otherwise, unfortunately it’s hard to say what your situation is.
November 22, 2012 at 10:04 am #145493In reply to: how to delete this menu top links
Tammie Lister
ModeratorLinks are added either by a plugin or by hooking into that menu.
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-remove-and-add-items-in-bp_get_displayed_user_nav/ is quite a useful thread on adding to menus.
As for deleting the sidebar, that would need a link to see your theme before saying if something was going to work or not.
Tammie Lister
Moderatorhttps://codex.buddypress.org/extending-buddypress/customizing-labels-messages-and-urls/ is a great article on creating a custom language file. I’d suggest seeing if that works for you as think it will.
November 22, 2012 at 9:57 am #145491In reply to: BuddyPress pages widght and sidebar problems
flyj4ck
ParticipantEhh i cannot do it at the moment, because my site is running with visitors.
I will try to setup second wordpress instalation with this theme. But i am hopeless, cause you did not help the other guy with Gonzo as well…Plus i did everything right, i deleted sidebars After i did corectly ur steps, because i needed it to work.
November 22, 2012 at 9:20 am #145487In reply to: [REQUEST] Fix BuddyPress’s Gravitational Orbit.
Paul Wong-Gibbs
KeymasterIf we had a time machine to go back to 2007/08, and build BuddyPress using custom post types and custom taxonomies — which weren’t usable until 2010 — we probably would.
The core team talk regularly about how BuddyPress stores data and we may move to using post types or taxonomies in the future. We’ve also directly solicited feedback from the community about this issue in the past, so be sure to check out http://bpdevel.wordpress.com/2012/03/05/custom-post-types-yesno/
November 22, 2012 at 9:12 am #145486Paul Wong-Gibbs
KeymasterThis is what happens when Open Graph markup is not on a web page. You’re right to try plugins that provide Open Graph for WordPress, but I’m not aware of any plugins that provide Open Graph for the BuddyPress-specific pages.
November 22, 2012 at 9:06 am #145485In reply to: How to make Profile fields visible only to admins?
Paul Wong-Gibbs
KeymasterIf a plugin doesn’t work, you need to contact its author for support. You’ll be glad to learn we’ve added this into the 1.7 version of BuddyPress (which is still in development) so it will help in future.
November 22, 2012 at 9:00 am #145484In reply to: How to make Profile fields visible only to admins?
robotnjik
Participant@modemlooper Yes, there are options:
Anyone
Logged In Users
My Friendsand enforce one of those values. The problem is, I need some fields to be visible only to admin or hidden from other members.
Example:
First Name (visible to anyone)
Last Name (visible to anyone)
Birth date (let’s user decide who will see this field)
Passport No (visible only to admin, cause it’s sensitive data)In plugin I mentioned above, that worked. Now, when I install that plugin, “only admins” option appears but doesn’t work and I’m looking for alternative.
November 22, 2012 at 2:08 am #145482In reply to: [REQUEST] Fix BuddyPress’s Gravitational Orbit.
Michael Ecklund
ParticipantThis is the “Requests & Feedback” section isn’t it? Well, that is my request.
November 22, 2012 at 1:20 am #145479Toby Cryns (@themightymo)
ParticipantYou could use jQuery to check the value of the drop-down.
Otherwise, you will need to hook into BuddyPress’ validation hook. Perhaps this link will get you pointed in the right direction:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/buddypress-validate-required-registration-field-but-not-with-bp-profile-setup/November 22, 2012 at 1:18 am #145478In reply to: Customize Groupe Home Page
Toby Cryns (@themightymo)
ParticipantYou will need to create a tab:
http://wordpress.stackexchange.com/questions/6719/buddypress-adding-a-new-tab-in-groupsAnd then you will need to create an input field to populate the tab:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-add-fields-to-group-creation-with-group-extension-api-please-read/Note that I have never done this, but hopefully those links will point you in the right direction.
November 22, 2012 at 1:15 am #145477In reply to: [REQUEST] Fix BuddyPress’s Gravitational Orbit.
Toby Cryns (@themightymo)
Participant@michaelecklund – This is an open-source, community-driven project. Please feel free to submit patches!
November 22, 2012 at 1:06 am #145474In reply to: Editing BuddyPress-generated URLs for improved SEO
Soul Dancer
ParticipantI use https://bitly.com/ to shorten all my urls. With my free account, I track clicks as well . . .
November 22, 2012 at 12:55 am #145471Toby Cryns (@themightymo)
ParticipantI wonder if your issue isn’t the “if ($users_can_register)” conditional. Are you able to get anything to show up within that conditional? For example:
`
if ($users_can_register) :
DOES THIS TEXT SHOW UP?
endif;
`November 21, 2012 at 11:07 pm #145469In reply to: How to create a landing page on BP?
giannisff
ParticipantTry this, is very helpful. http://wpmu.org/how-to-build-a-facebook-style-members-only-wordpress-buddypress-site/
If you want something like this http://vdoop.com, then have a look at this https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-i-customize-the-first-page. @mercime helped us very much.November 21, 2012 at 10:39 pm #145468modemlooper
ModeratorIts not really a membership plugin. It turns your site into a social network where users can sign up get profiles, groups and discussion forums. There are many plugins that add additonal features.
November 21, 2012 at 9:51 pm #145466In reply to: Notification email encoding issues
blg002
Participant@themightymo Thanks, do you have nay idea where I would use this, i.e. what code to change?
November 21, 2012 at 9:37 pm #145463In reply to: Register with Facbook and Twitter
geek909
ParticipantDid you try this WordPress plugin, called “Social Login, Social Sharing and Social Commenting” – https://wordpress.org/extend/plugins/loginradius-for-wordpress/ ? Here is a demo Buddypress site with Facebook, Twitter login feature – http://buddypress.loginradius.com/
-
AuthorSearch Results