Search Results for 'buddypress'
-
AuthorSearch Results
-
January 11, 2013 at 4:10 am #150264
In reply to: installation wizard failing
@mercime
ParticipantWeird, my WordPress claims it is the most current version.
@bkvwordpress I recall that happening in a friend’s site which was installed with a webhost script like fantastico or scriptalicious or something similar. Did you use a webhost script for your WP install?
January 11, 2013 at 3:53 am #150261@mercime
ParticipantPlease post in trac/create a new ticket with detailed/specific information about your installation which can be replicated by developers. For example: which specific special character/s? did you edit profile from front end or did you do this via wp-admin/users? new install? single or multisite?
January 11, 2013 at 3:18 am #150257In reply to: installation wizard failing
@mercime
ParticipantUsing 1.6.2 version of BuddyPress, as well as WordPress 3.3.1
@bkvwordpress BuddyPress 1.6.2 is compatible with WordPress 3.5 not version 3.3.1
January 11, 2013 at 3:16 am #150256@mercime
ParticipantAs always, please remember to back up database first.
January 11, 2013 at 3:15 am #150255In reply to: installation wizard failing
BKVWordPress
ParticipantHello, I am having this exact same issue. Using 1.6.2 version of BuddyPress, as well as WordPress 3.3.1
Any ideas? My first install and I’m a bit lost.
I have tried to reload it multiple times, but as always the result is the same.
January 11, 2013 at 3:07 am #150253In reply to: /members only for members
@mercime
Participant@royroy not sure why your membership plugin is not working out on the members directory page. Easiest way to make the page for members only is to open up your members/index.php
At the very top of the file, above all other code, just add
<code><?php if ( !is_user_logged_in () ) : ?>
<h2>This is a Members-Only Area. Please register first.</h2>
<?php else : ?></code>At the very bottom of the same file, below all other code, add
<code><?php endif; ?></code>
January 11, 2013 at 2:11 am #150247In reply to: Twenty Twelve Help
@mercime
Participantclosing this duplicate of https://buddypress.org/support/topic/how-to-customise-twenty-twelve-theme/
January 11, 2013 at 2:08 am #150246@mercime
Participant@remixines will check this out tomorrow.
January 11, 2013 at 1:28 am #150241In reply to: My header isn't fully visible on my laptop screen
@mercime
Participant@charlesbassiste you must have fixed the issue. I see the image using Firefox, IE, Safari.
January 11, 2013 at 1:10 am #150240@mercime
ParticipantYou could start off with https://wordpress.org/extend/plugins/buddypress-courseware/
Their support forum https://wordpress.org/support/plugin/buddypress-coursewareJanuary 11, 2013 at 1:05 am #150238@mercime
Participant1. yes
2. n/a
3. I will check this out and post a url for fix if necessary.
January 11, 2013 at 1:02 am #150237In reply to: Buddypress admin page not found
@mercime
Participant@jchamp311 is this a new install? WP/BP versions? Theme used? Please provide more information about your installation so we can help you.
January 11, 2013 at 12:59 am #150236January 11, 2013 at 12:53 am #150235In reply to: Add media problem after upgrading to WP 3.5
@mercime
Participant@bibliata if you deactivated BP as mrjarbenne advised above and you still cannot add media, please post this issue at https://wordpress.org/support/
January 11, 2013 at 12:47 am #150233In reply to: Buddypress and AIT Rounder Theme
@mercime
Participant@heavensentral You need to install and activate the BP Template Pack plugin to make your WP theme compatible with BuddyPress. Then go through Appearance > BP Compatibility process.
January 11, 2013 at 12:42 am #150232@mercime
Participant@scoobydoobydoo you upload sidebar-buddypress.php to your theme’s folder in server as in wp-content/themes/yourthemefolder/
What theme are you using the BP Template pack on?
January 11, 2013 at 12:40 am #150231In reply to: How do I fix /members/ ?
@mercime
Participantclosing this duplicate of https://buddypress.org/support/topic/members-broke/#post-150230
January 11, 2013 at 12:39 am #150230In reply to: /members/ show member list
@mercime
Participant@sam247 please paste long blocks of code in pastebin.com and post the generated pastebin uri here. What theme are you using? Did you modify your theme’s members/index.php file? What’s on line 10 of that file?
January 11, 2013 at 12:35 am #150229In reply to: Correct way of initialize BuddyPress
Eduardo
ParticipantTo be more precise, I need to access $bp->loggedin_user. If I do not run do_action(‘bp_init’) I get an object like this:
`// not using do_action(‘bp_init’);
var_dump($bp->loggedin_user);object(stdClass)#3391 (6) {
[“id”]=>
int(0)
[“fullname”]=>
bool(false)
[“is_site_admin”]=>
bool(false)
[“is_super_admin”]=>
bool(false)
[“domain”]=>
NULL
[“userdata”]=>
bool(false)
}`But if I do run with do_action(‘bp_init’) I can get all the correct information, but if the plugins I mentioned are active I get also those errors!
`do_action(‘bp_init’); // loggedin_user);
object(stdClass)#3378 (6) {
[“id”]=>
int(1)
[“fullname”]=>
string(5) “admin”
[“is_site_admin”]=>
bool(true)
[“is_super_admin”]=>
bool(true)
[“userdata”]=>
object(stdClass)#3450 (10) {
[“ID”]=>
string(1) “1”
[“user_login”]=>
string(5) “admin”
[“user_pass”]=>
string(34) “__the_password_hash_here__”
[“user_nicename”]=>
string(5) “admin”
[“user_email”]=>
string(24) “admin @localhost”
[“user_url”]=>
string(0) “”
[“user_registered”]=>
string(19) “2013-01-05 17:25:49”
[“user_activation_key”]=>
string(0) “”
[“user_status”]=>
string(1) “0”
[“display_name”]=>
string(5) “admin”
}
[“domain”]=>
string(36) “http://localhost/blog/members/admin/”
}`* I set the loggedin user with `wp_set_current_user( $userID )`
January 11, 2013 at 12:19 am #150227@mercime
ParticipantJanuary 10, 2013 at 11:59 pm #150224In reply to: Using Buddypress Support
Ben Hansen
Participantglad to help!
January 10, 2013 at 11:28 pm #150222DanO
ParticipantI’m not sure if “notify” was checked when I posted this. Making sure by adding this comment and checking it…
January 10, 2013 at 11:23 pm #150220In reply to: BuddyDroid – BuddyPress for Android
Yuttadhammo
ParticipantSorry… it wasn’t out of love, just convenience. I’ve changed the logo.
January 10, 2013 at 10:50 pm #150215In reply to: Correct way of initialize BuddyPress
modemlooper
ModeratorIf BP is active you do not need to re init. If it is active all it’s functions are available.
January 10, 2013 at 10:37 pm #150212@mercime
Participant@zanzaboonda sorry, something got messed up with the sourcecodes in our codex. I’ve updated the page a few minutes ago. Btw, in case you haven’t noticed it yet, you need a closing div at the top of the sidebar-buddypress.php file. https://codex.buddypress.org/legacy/theme-dev-bp-template-pack-walkthrough-twenty-eleven-bp-1-5/
-
AuthorSearch Results