Search Results for 'buddypress'
-
AuthorSearch Results
-
September 11, 2012 at 7:21 am #141421
toccia
Participant@mercime thanks so much for looking into it. I’m not using any plugin, it is a clean brand new installation with the default theme, that’s why I’m surprised.
If you can take a look, I can provide you with admin login here: http://blogs.eui.eu/testWhen I click accept or reject on group membership request, I go this ur: http://blogs.eui.eu/test/user-groups/law/admin/membership-requests/accept/4/?_wpnonce=d971e9375f which gives me a “are you sure you want to do this?” screen….
thanks,
F.September 11, 2012 at 6:06 am #141419Asynaptic
ParticipantCraig, as Paul mentioned there really isnt one right now. But there is something we can do. The best bet is for every buddypress user to contact Joost (Yoast.com) the guy behind the best WP SEO plugin and ask him to integrate buddypress into his amazing plugin.
I’m sure if he sees enough interest expressed he’ll respond.
September 11, 2012 at 5:18 am #141417In reply to: [Resolved] Changing buddypress style ?
mahdiar
ParticipantThanks but there is a problem . for example when I check avatar code it is “class=”avatar user-1-avatar” ” and for every user there is one unique class !!! How can I add style for this ?
September 11, 2012 at 3:51 am #141416In reply to: Just downloaded buddypress. not working
Helen-kh
ParticipantI had the same problem and I ended up with your question here hoping I get an answer. But after trying it out on my own, I figured it out. So, I hope this is still helpful to you and others:
Once you install BuddyPress, on top of your admin panel, it asks you to run installation wizard. Clicking on it takes you to Buddypress setting. Just go over each tap and click on save and continue until it finishes. Then you can use Buddypress.I also figured out I need to instal bbpress plugin as well. I am not sure you can do without it or not (hope someone else advise us on that) but It runs good with Buddypress. It also gives you 3 option tabs on the left side-bar in your admin panel which are “Forums”, “Topics”, “Replies”.
I am still experimenting these plugins, so that is all I know so far.
Hope this helped
September 11, 2012 at 3:45 am #141414modemlooper
ModeratorI don’t think is possible because when a user signs up they are added as a subscriber and given a profile.
September 11, 2012 at 1:53 am #141413@satori83
ParticipantI was able to exclude from directory, but is there a way to prevent certain user roles from having a profile created?
September 10, 2012 at 11:41 pm #141412In reply to: [Resolved] Changing buddypress style ?
@mercime
ParticipantIf you’re using Firefox, get the Firebug add-on and right-click on the elements you want to change. Place the revisions in your theme’s style.css file, or better yet, the style.css file of the theme’s child theme so those revisions won’t be overwritten when the theme is updated.
September 10, 2012 at 11:20 pm #141411In reply to: BP Xtra Signup
erikahrend
Member@travel-junkie , I have been using (and loving) your BP Xtra Signup plugin for a while on a single site installation. I just installed it on a multisite web, and I am just not being able to see it in the control pannel, it simply doesn´t show. I was wondering if there is any workaround to this since this is one plugin I donñt want to give up.
If this is possible,I would appreciate a detailed explanation, considering my coding skills are near to ZERO.
Thanks in advance for your kind reply.
Best,
Erik.
September 10, 2012 at 11:10 pm #141409In reply to: Losing forum posts on Buddypress.org!
@mercime
ParticipantGo to your profile page and change “Name (required)” to something other than your username.
September 10, 2012 at 10:49 pm #141406In reply to: active 42 years, 8 months ago ???
HorrorUK
ParticipantHi Paul,
WordPress Version 3.4.2
Buddypress Version 1.6.1This was a fresh build of both WP and BP, and the timestamps are correct on my posts.
The timezone is correct, but I’ve not tried any scheduled posts yet, so can’t answer that one.
September 10, 2012 at 10:18 pm #141403In reply to: profile page
Tammie Lister
ModeratorYou shouldn’t need a plugin to have emails sent or to have profile fields. Are you using the BuddyPress default theme? I ask because something could be wrong there – not sure there is though.
Now, when I say you don’t need plugins to send emails or have profile fields it all depends on ‘what’ and ‘how much’ you want.
https://codex.buddypress.org/getting-started/configure-buddypress-components/#users-profile-fields should be a starting point for you on profile fields though.
September 10, 2012 at 10:15 pm #141402Tammie Lister
ModeratorUsually if this happens it would be due to a scripting clash or error. I would myself when diagnosing this compare to the default BuddyPress theme just to see if it happens there. Have you tried that?
September 10, 2012 at 10:07 pm #141401In reply to: BuddyPress new user approve
Paul Wong-Gibbs
Keymasterp.s. most of Welcome Pack won’t work if you disable activation emails.
September 10, 2012 at 10:00 pm #141400In reply to: BuddyPress new user approve
Guido
MemberThanks.
What’s the best file to add this code?
September 10, 2012 at 9:44 pm #141395In reply to: active 42 years, 8 months ago ???
Paul Wong-Gibbs
KeymasterWhat versions of WordPress and BuddyPress are you using? Is this a clean database, or did you port it from the staging site? If so, was it upgraded from a previous BP build.
Are all other timestamps (e.g. on blog posts) correct? Is your timezone set in wp-admin Settings > General?
Do scheduled blog posts work as expected?September 10, 2012 at 9:42 pm #141394Paul Wong-Gibbs
KeymasterIf you put (any) plugin in mu-plugins, then it’s activated ALL THE TIME and you cannot disable the plugin.
I suggest you put BuddyPress into /plugins/, just in case you need to disable it in future
September 10, 2012 at 9:41 pm #141393Paul Wong-Gibbs
KeymasterNot aware of any good SEO plugins for BuddyPress.
September 10, 2012 at 7:25 pm #141385In reply to: BuddyPress new user approve
modemlooper
ModeratorYou could install the welcome pack plugin and customize the email to just a thanks for signing up note.
Or:
`function disable_activation_email() {
return false;
}
add_filter( ‘bp_core_signup_send_activation_key’, ‘disable_activation_email’ );`September 10, 2012 at 7:04 pm #141384In reply to: phpfox v3 – buddypress
@mercime
ParticipantYou could post at
https://buddypress.org/community/groups/bp-jobs-board/forum/
and
http://jobs.wordpress.net/Please be specific and provide contact info and/or url to contact form
September 10, 2012 at 6:47 pm #141379In reply to: [Resolved] Changing buddypress style ?
mahdiar
ParticipantYes I mean I use a WP theme and installed the BP template pack plugin . So How can I find styles ?
I mean for example I’d like to change avatar style which style code should I add or change ?
Thanks a lot mercime you help me a lot
September 10, 2012 at 5:46 pm #141374In reply to: phpfox v3 – buddypress
TWC01
Participant@newspress I did my homework. for the last 4 years i have been using phpfox as it was ideal but the direction of my site is changing and wordpress/ mu/ buddypress is more suited.
@mercime any ideas where i can find a bp dev who could do this?
September 10, 2012 at 5:33 pm #141373In reply to: Display age on profile page
funmi omoba
Participant@sgr33n, the code did not work. it just return empty.
September 10, 2012 at 5:11 pm #141372In reply to: problems with this board
Quint
ParticipantI’ve posted from Firefox, Chrome, Safari (desktop and iOS) and never had an issue with either creating a topic or with the speed. Maybe others have? I assume you’ve had the same outcome from multiple operating systems and devices…
September 10, 2012 at 5:00 pm #141371@mercime
Participant@toccia I cannot replicate this in my test installation. Are you using any membership or invitation plugin? Is WP/BP installed in domain root or in subdirectory/subdomain? Is this single/multisite installation?
September 10, 2012 at 4:55 pm #141370@mercime
ParticipantB. COPY your theme’s sidebar.php file and Save As > sidebar-buddypress.php
Open up sidebar-buddypress.php file and at the very TOP of the file above other code, add this:
``
Save file.
C. Upload header-buddypress.php and sidebar-buddypress.php to your theme folder in server wp-content/themes/dailypost/ in the same directory where your regular header.php and sidebar.php files are
D. Final note: Copy the style modifications for some BP elements https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/ and paste those at the bottom of your theme’s stylesheet, then adjust to taste.
-
AuthorSearch Results