Search Results for 'buddypress'
-
AuthorSearch Results
-
September 14, 2011 at 5:13 am #120023
In reply to: My buddypress site: yeah! Hackney
Ricardo Macedo
MemberCool page. Very good Buddypress theme. I would have a page like this, or the best, and know how to build it.
September 14, 2011 at 5:07 am #120022In reply to: Use default style in my theme
Ricardo Macedo
MemberInstall a plugin that converts your theme to a child theme. Buddypress template pack
September 14, 2011 at 4:27 am #120021In reply to: My buddypress site: yeah! Hackney
Mike84
MemberBy front page I mean the homepage. You have the login widget enabled in the sidebar on the homepage which shows the FB login button. But, you also have the FB login button on the regular wp-admin or wp-login.php page. My FB shows on the sidebar widget but not the wp-admin login. Which FB plugin are you using? Thanks for replying.
September 14, 2011 at 4:14 am #120020In reply to: My buddypress site: yeah! Hackney
ewebber
ParticipantHi @mike84 I only use the one plugin – when you say “front page” what do you mean?
September 14, 2011 at 1:17 am #120017In reply to: Not receiving registration confirmation email
aces
ParticipantIf you have never received an email (and it’s not stuck in a spam or junk folder) then your web host may need an extra plugin to use email with WordPress.
https://wordpress.org/extend/plugins/wp-mail-smtp/ ( http://www.callum-macdonald.com/code/wp-mail-smtp/ ) adds extra email settings to wordpress and has a tool to debug smtp / php mail. This plugin has previously been discussed: https://buddypress.org/?s=wp-mail-smtp ….
Alternatively the codex has another suggestion.
September 13, 2011 at 11:45 pm #120012In reply to: My buddypress site: yeah! Hackney
Mike84
Member@ewebber I love the site. I would really like to build a social network for my community. Do you do a lot of moderating?
Also, im wondering how you have accomplished the fb login on the both the front page login form as well as the wp login form? I am using fb autoconnect which gives me the sidebar login form no prob. But the main login doesn’t show it? Are you using two plugins?
September 13, 2011 at 10:00 pm #120009In reply to: Is there any way I can hide page titles?
Prince Abiola Ogundipe
Participant@tntag, in your style.css , at the bottom, put .pagetitle{display:none ! important;} thats it. you are done.
regards
September 13, 2011 at 7:32 pm #119993In reply to: My buddypress site: yeah! Hackney
Apposl
ParticipantYour site is unbelievably awesome. I have two questions I really hope you can help me with.
How can I add a social bit like you did in the upper right? Like, Tweet, +1? I’d almost rather the LinkedIn share instead of Tweet but whatever, what you have there would fit my site perfectly!
Also…your login box and Facebook compatibility? Is that a widget or custom? It’s beautiful and perfect.
September 13, 2011 at 7:15 pm #119990In reply to: Theme out of line
September 13, 2011 at 5:27 pm #119986In reply to: BuddyPress Integration with theme
Mike84
Member@mercime Yessir. WP 3.2.1 and BP 1.2.1. I have went through the process and walkthroughs. The were all copied successfully and I now I need to edit the 13 BP templates to match my theme. But BP is still using core templates rather than the templates residing in my theme. The admin bar is working and all links are working just fine.
September 13, 2011 at 3:26 pm #119981In reply to: How to have 2 or more avatars ?
@mercime
Participant@matiou34 as mentioned above, it’s going to be the plugin route – you’d have to create one or hire someone to do it.
September 13, 2011 at 3:22 pm #119980In reply to: Can’t create a group after update
@mercime
Participant@wendymerritt first thing I do when something is not kosher with install is to change to bp-default theme and deactivate all BP plugins except BuddyPress. Either theme or plugin is interfering with group creation.
September 13, 2011 at 3:13 pm #119979In reply to: Missing BP Compatibility from Appearance Menu
September 13, 2011 at 3:07 pm #119978In reply to: BuddyPress Integration with theme
@mercime
ParticipantSeptember 13, 2011 at 3:03 pm #119977September 13, 2011 at 3:00 pm #119976@mercime
Participant== if BuddyPress can be easily integrated into an existing membership site community of over 100 people ==
Curious since you mentioned Joomla, is your current installation a Joomla site with WordPress integrated for the blogging portion? Or are you referring to a WordPress install with 100 users? If it’s a WP install, then BP addition is not going to be a problem. The WP user would be recognized when he/she next logs in.September 13, 2011 at 1:57 pm #119972In reply to: Fatal Error when activating RC
Boone Gorges
KeymasterThe plugin folder must be called ‘buddypress’. Yours is called ‘1.5-rc-1’.
September 13, 2011 at 1:15 pm #119971henrybcn
MemberResolved. It was related to BuddyPress Multilingual plugin.
September 13, 2011 at 12:54 pm #119970In reply to: where is the code?
pcwriter
ParticipantYou’ll find all the functions to call adminbar stuff here:
https://codex.buddypress.org/theme-development/modifying-the-buddypress-admin-bar/September 13, 2011 at 9:14 am #119964expressionsinweb
MemberSeems that JS is messed up on the wordpress admin interface, along with the issues above the editor doesn’t show content and I can’t switch between Visual and HTML view.
I’m using the default buddypress theme and I now have no other plugins active. I also reset the plugins (active_plugins field) in wp-options table and then only turned on buddypress. I have not customised core code.
Was previously running 3.2.1 and 1.2.9. I’ve upload/installed the plugin in various ways to make sure nothing went wrong.
Seems a JS issue to me? As if wordpress required functionality has been overwritten. The buddypress admin bar dropdowns work.
Is anyone else having this issues?
Regards,
Express
September 13, 2011 at 4:54 am #119955In reply to: Questions about upcoming 1.5 version
ken_k
MemberAlso… I just wanted to comment that it would be really nice if the documentation for Buddypress is more organized. Currently there is information about 1.5 mixed in with 1.2 and even earlier. Is it that difficult to separate major versions and keep it organized?
I came across an article in the codex talking about enqueued CSS, with lines of complex code including instructions to update a variable when changes are made to bust cache.
I am sitting here waiting for some answers without working any further on this project, thinking to myself WTF does enqueue stylesheet and bust cache mean, I cannot even get comprehensible answers googling them, and hoping that I did not waste numerous hours working on a pre-1.5 project powered by BP.
i do appreciate all the hard work put into BP, but just because it is open source doesn’t mean there is no need for any logic behind it. Obviously there is no expectation for serious projects to use it out-of-the-box with the default theme and default components, so in my opinion, it is essential to explain to your users what the next version means and what needs to done for a smooth transition. Instead of publishing several articles about an unreleased version, perhaps it would have been wiser to have done that instead. If I had the knowledge, I would have gladly offered that.
I really hope I don’t move to another platform as I love WP and really liked BP’s usability when doing my research.
September 12, 2011 at 11:55 pm #119950In reply to: Issue with buddypress Admin Bar
Adam
MemberBump.
September 12, 2011 at 9:02 pm #119944In reply to: 1.5 Child Theme Not Working
alanchrishughes
ParticipantPersonal activity streams don’t seem to be working either if you are using the template pack.
PS: The personal activity streams on buddypress.org doesn’t seem to be working anymore either and all the old activity is completely wiped out.
September 12, 2011 at 8:48 pm #119943In reply to: 3 Questions PLEASE help
Paul Wong-Gibbs
Keymaster1. Please would you clarify what comments you were referring to? The activity stream? If so, we’ve done that in BuddyPress 1.5, due out real soon. Try it out — http://testbp.org/activity/
September 12, 2011 at 8:03 pm #119940 -
AuthorSearch Results
