Search Results for 'buddypress'
-
AuthorSearch Results
-
December 13, 2012 at 9:41 pm #147334
Buppha
ParticipantOk, I got it now. I’ll start all over again. Thank you so much for your help.
December 13, 2012 at 9:38 pm #147333@mercime
ParticipantYou’re afraid to copy the style modifications I posted for BP Twenty Ten Walkthrough in Codex? Why? You just add those mods at the bottom of your style.css file and save. If you want to make changes or delete those, it’s easy.
December 13, 2012 at 9:17 pm #147331Buppha
ParticipantI have tried it. But I was afraid of copying & pasting the code directly into my theme’s style sheet. So, I don’t know what’s the best thing to do?
December 13, 2012 at 8:54 pm #147330@mercime
ParticipantDecember 13, 2012 at 7:41 pm #147327In reply to: want to make compatible with bp my theme
Buppha
ParticipantI tried the method from here, https://codex.buddypress.org/legacy/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/. But it didn’t work out with my theme very well. What did I do wrong here? Anybody knows? Thanks!
December 13, 2012 at 7:29 pm #147324In reply to: 1.7 theme defined
Hugo Ashmore
ParticipantThanks @famous but I get enough emails as it is and only want notifications if they are important for me to check on ๐ .
As for the ticket referenced earlier in this thread ignore it as important as it was, it’s been punted/shelved and won’t happen for this initial release. If you want or need to customise templates and are stuck by the constraints of whatever template file BP injects into i.e page.php then your main option is as before really simply oberload the BP files as before /members/single/home.php in your custom theme .
December 13, 2012 at 7:22 pm #147323In reply to: Locked out of site
@mercime
ParticipantDeactivate plugins manually by renaming the plugins folder in server
e.g. wp-content/plugins-xxx then after you access wp-admin, rename plugins-xxx back to plugins
I suggest activating BuddyPress first, then activate other plugins a batch at a time, looks like there are some plugins which need to be updated for latest BP/WP versions.
Also per error logs, you might need to increase memory https://codex.buddypress.org/troubleshooting/blank-pages/December 13, 2012 at 7:11 pm #147322In reply to: 1.7 theme defined
@mercime
ParticipantPlease do not ping core developers and moderators of this forum for this topic. You are free to download BP 1.7 trunk and check it out in a test installation:
svn co https://buddypress.svn.wordpress.org/trunk/
or get the zip file at the bottom of this page https://buddypress.trac.wordpress.org/browser/trunkDecember 13, 2012 at 7:00 pm #147318sapna1809
Participanti did it one time but when i update buddypress and other plugins and wordpress then it is not working.
I try again all which i did but not working.please help me.
December 13, 2012 at 6:58 pm #147316In reply to: 1.7 theme defined
Famous
ParticipantIs there some kind of definition for what 1.7 means for theme (child theme) development yet? Can someone project a clear vision?
@johnjamesjacoby @modemlooper @mercime @r-a-y @hnla @mercime and @djpaul
Thanks
December 13, 2012 at 6:50 pm #147314sapna1809
Participanti am working an websites which is multisite and used one buddypress for 2 domains.
I got issue in members and groups avatar images.if i set the
define ( ‘BP_ROOT_BLOG’, blogid ); in wp-config.php then all groups and members avatar images are appear for subdomain but at main domain , all members and groups avatar images are not appear.
I want to show all groups and members avatar images for both main and subdomain websites for all users which are registered for both websites.Please help me…
December 13, 2012 at 6:31 pm #147310In reply to: want to make compatible with bp my theme
@mercime
ParticipantDecember 13, 2012 at 6:05 pm #147302In reply to: Activating existing users
Ben Hansen
Participanti maybe talking way above my head here but I’m wondering something about your request aren’t you saying that you want to create activity (registering commenting whatever) which never actually happened prior buddypress being installed? and if it wasn’t a comment how would you derive a time to associate with the activity? unless it was comment (or something else with a time stamp) you would be creating something from nothing no?
December 13, 2012 at 5:57 pm #147301In reply to: Buddypress members access enquiry
Ben Hansen
Participanthave you checked this one out?
December 13, 2012 at 4:28 pm #147296In reply to: Locked out of site
Jchamp311
ParticipantHi there
Thank you for replying, at the moment there is no error message it just logs out and you cannot log into the wordpress admin area.
I am running version wordpress 3.4 and buddypress 1.6.1
Previously I was also getting error 500 message
December 13, 2012 at 4:16 pm #147295In reply to: want to make compatible with bp my theme
aijazsiddique
Participant@Hugo
sorry friends
@slkmclaren
please post your page.php i think i can help you if code is not complicatedDecember 13, 2012 at 4:09 pm #147294In reply to: [Resolved] Cannot access codex if logged in
jidanni
ParticipantAll I had to do was change
$HEAD -PSU -H 'Cookie: buddyorg_logged_in=jidanni...efd6' https://codex.buddypress.org/to
$HEAD -PSU -H 'Cookie: buddyorg_logged_in=jidanni...efd5' https://codex.buddypress.org/
and I could get in fine. Same results no matter if my IP is via the USA or TW.So perhaps: create a new account, login, then try to connect to https://codex.buddypress.org/
Then logout, and try again.December 13, 2012 at 2:31 pm #147293In reply to: [Resolved] Turn off updates on Activity page
Deceth
Participant@ChrisClayton, @talha8877 – You guys are awesome, this is exactly what I needed!
Since I want to leave the twitter style updates active on a users profile, but turn it off for group and the global site activity page, here is what I did using your advice:
/bp-themes/bp-default/activity/index.php: // comment out line 29
/bp-themes/bp-default/groups/single/activity.php: // comment out line 29
I commented out the part as per above where the post-form is included. I could probably have also changed the true to false or just deleted it entirely…
I didn’t try the CSS option, because I think that would remove all instances of the form, but for now, I think people understand how the profile status updates work, they were mostly confused by the global site activity page and how to add their message to the right conversation.
Thanks for the quick help!
December 13, 2012 at 1:43 pm #147291In reply to: want to make compatible with bp my theme
Hugo Ashmore
ParticipantPlease do not place conditions on the FREE help you may receive here, this forum is for support matters related to the BP plugin and default theme itself not third party themes, , there is a pretty clear guide to makingย BP compatible with third party themes and also a plugin provided to help with that, but the onus is on the user to do this work themselves, it requires a basic understanding of markup.
You do have a choice in this process in choosing a theme that is actually BP compatible or selecting one from the long list that Mercime has already worked through to make compatible, but if you are going to wait for mercime to do the work for you then you must wait patiently as Mercime, as do all of us providing any level of help & support here, are busy people with much to get through daily before we can give our free time.
Thankfully BP 1.7 will sort all your issues out with third party themes I suggest you hang on for that release to drop then life will be easier for non coders.
December 13, 2012 at 1:18 pm #147289In reply to: Error after buddypress update
Paul Wong-Gibbs
KeymasterI won’t have time to fix this soon. I suggest you turn down your PHP error reporting level for now — your hosts can help you with this.
December 13, 2012 at 12:32 pm #147287In reply to: Lost Password URI
James
Participanti have installed buddypress. Suppose if i wrong username and pasword, it takes me to wordpress login page. How to redirect to buddypress login page with error message. Thanks
December 13, 2012 at 11:22 am #147280In reply to: Activating existing users
MartinOmaga
ParticipantIs any clue about to fix that? I have 938 users, a lot of comments, and Buddypress dont show them.
What a situation…
Any clue?
December 13, 2012 at 11:11 am #147279In reply to: Error after buddypress update
solid_snake
ParticipantDecember 13, 2012 at 10:58 am #147277Buppha
ParticipantThank you for your prompt response! I look forward to getting the solution soon :).
December 13, 2012 at 8:15 am #147274MaximeAntoine
ParticipantNo, but it’s no compatible with BuddyPress :/ Doesn’t exist a compatible plugin ?
-
AuthorSearch Results