Search Results for 'buddypress'
-
AuthorSearch Results
-
December 14, 2012 at 8:51 pm #147427
Buppha
ParticipantThanks, I’ll adjust the code now.
December 14, 2012 at 8:19 pm #147426In reply to: Active theme deactivated after update to 1.6.2
@mercime
ParticipantClosing this topic. Answered at https://buddypress.org/support/topic/bp-default-required-after-wp-3-5-bp-1-6-2/
December 14, 2012 at 8:17 pm #147425In reply to: All I See Is "Edit This Page"
@mercime
Participant@liuyannan171 you need to make your WP theme compatible with BP by installing the BP Template Pack plugin and going through the compatibility process. Or, you could wait for BP 1.7 and the BP template files will automagically be served via your page.php file
December 14, 2012 at 8:14 pm #147424In reply to: want to make compatible with bp my theme
@mercime
ParticipantDecember 14, 2012 at 7:46 pm #147420In reply to: custmizing Login page
hindicell
ParticipantThanxx for the reply but i do not want to change my theme this is my site http://papatata.host56.com/ I do not want my users to redirect to wordpress login page https://buddypress.org/wp-login.php.I have created login form in my homepage. is there any way to let them login through my welcome page then redirect them to their profile.what changes should i need to change?How can i connect wp-login.php through my login form?
ThanxxDecember 14, 2012 at 7:23 pm #147418Prince Abiola Ogundipe
Participant@mercime, ย thanks so much . I just test it and it worked but the only setback is we dont have control over the size of width and height anymore as it assign the same size to width and height.
regards
December 14, 2012 at 7:19 pm #147416In reply to: bp-default required after WP 3.5 BP 1.6.2
@mercime
Participant@unclesam all custom themes (BP child themes or any other theme) must be uploaded in wp-content/themes/ folder and not in the wp-content/plugins/buddypress/bp-themes/ directory or elsewhere.
December 14, 2012 at 7:07 pm #147410@mercime
Participant@naijaping add the following at the top of your theme’s functions.php file
/**
* Sets up the content width value based on the theme’s design and stylesheet.
*/
if ( ! isset( $content_width ) )
$content_width = 625;change 625 to theme content width. See how it’s done with twenty twelve theme https://themes.svn.wordpress.org/twentytwelve/1.1.1/functions.php
December 14, 2012 at 7:01 pm #147408@mercime
Participant@buddies You forgot to add the link to create a group when you changed header tag. See rest of answer and code at http://pastebin.com/9Wd7cJGp
December 14, 2012 at 6:47 pm #147405In reply to: Suggestion for BuddyPress "Account Creation Page"
Ben Hansen
Participantmakes sense to me you should try doing that locally and report if it makes a difference or not I’m sure if something that simple makes an improvement the core devs would probably want to add that.
December 14, 2012 at 6:14 pm #147398In reply to: [Resolved] Spam control on BP Multisite website?
rickkumar
ParticipantMy WP-admin admin section shows that aksimet plugin is already installed because it asked me to update it with the new version yesterday which I did.
Funny thing is I never installed it.
Q: Does it mean that aksimet is a part of the buddypress install already?
December 14, 2012 at 5:52 pm #147395In reply to: BuddyPress Capability โ Notifications
Paul Wong-Gibbs
KeymasterNo need to duplicate your own posts: https://buddypress.org/support/topic/notification-to-all-members-for-each-new-topic/
December 14, 2012 at 5:30 pm #147387In reply to: Budypress profile link from WordPress
@mercime
Participantbp_loggedin_user_domain()used withif (is_user_logged_in())
like it’s done in bp-default theme’s sidebar.phpDecember 14, 2012 at 5:20 pm #147384In reply to: BP updated deleted my themes
Paul Wong-Gibbs
KeymasterIt really doesn’t. I assume we’re talking about WP’s /themes/ folder. If you’ve been sticking themes inside /plugins/buddypress/BuddyPress-themes/, then yes, they would be removed (don’t store custom themes there).
December 14, 2012 at 4:36 pm #147379@mercime
Participant@ttce the instructions above are for Step 3 of the BP Template Pack plugin’s compatibility process. I just cleaned code and updated it at http://wp.me/p1I84P-1J
December 14, 2012 at 3:16 pm #147376In reply to: Budypress profile link from WordPress
castresana
ParticipantMmmmm, maybe I didn’t explain myself the right way.
My website http://elanillounico.com has a menu on top right corner.
TU CUENTA means “your account” and the idea is that it should go to http://elanillounico.com/usuarios/USER/profile
The problem is I do not know how to get the variable USER for making that menu option go to the self-user profile.
Obviously if user is not logged in, it must go to login page.
It’s quite strange that there is not like a menu preset for this as I can add wordpress pages, personalized links, and even some plugins add another box with menu options you can add to your own menu, but there’s not any for buddypress?
I do not want to use WordPress toolbar, I have removed it. Buddypress allows users to edit their profile within the website without entering dashboard. How can I add a dynamic link to their own profile?
thanks!
hope I explained myself better this time ๐
December 14, 2012 at 2:48 pm #147375In reply to: Budypress profile link from WordPress
@mercime
ParticipantDecember 14, 2012 at 1:11 pm #147371In reply to: bp_has_members() function parameters
susivegan
ParticipantI tried to change members.loop in default theme (I?m using BP Column)
I substituted this stringwith this
if( bp_has_members( ‘type=popular’ ) )
but when I lokked at the site and tried to have All members page it restituted me this error:
Parse error: syntax error, unexpected T_ELSE in /home/terrenoi/public_html/quelchecivuole.it/wp-content/plugins/buddypress/bp-themes/bp-default/members/members-loop.php on line 105Maybe I have to put this string somewhere else?
December 14, 2012 at 8:27 am #147363Buppha
ParticipantI have now successfully made buddypress compatible with my theme. Thank you so much for your help @mercime! One more thing I found strange after the operation is now the “Create Group” button is no longer there? I can’t find it anywhere? It was there before in the groups directory, http://buddygalaxy.com/groups/. I could create a group before I integrated buddypress with my wordpress theme. But, it has now disappeared.
Do you know what could cause this? Beforehand Thanks!
December 14, 2012 at 6:22 am #147357In reply to: [resolved] Not all BuddyPress Profiles work
modemlooper
ModeratorDecember 14, 2012 at 6:19 am #147356In reply to: [resolved] Not all BuddyPress Profiles work
modemlooper
ModeratorYes, users need to be activated. Normally non activated accounts do mot show in members list. You can force activate all by editing database
December 14, 2012 at 3:48 am #147352ttce
Participant@rairai-ni Hi, I don’t know how to contact you so this is the only way. Could you please let me know how did you modified the modernize theme to fit buddypress? Step by step if you please, I’m not so good with code. I also tried to follow the old topic but the code is missing. Any help would be much appreciated! (If it is possible, please send me the modified files/code – mostly because I’m not sure how to do it ๐ )
December 14, 2012 at 12:39 am #147345In reply to: custmizing Login page
@mercime
ParticipantDecember 13, 2012 at 10:45 pm #147341In reply to: New XProfile Field With A Loop
modemlooper
ModeratorDecember 13, 2012 at 10:07 pm #147338In reply to: Does Buddy Press work at all ?
kizzywizzy
Participant@gorod thats odd. deactivate all plugins except buddypress and see if the problem persists.
-
AuthorSearch Results