Search Results for 'buddypress'
-
AuthorSearch Results
-
November 1, 2012 at 7:33 pm #144393
In reply to: 1.7 theme defined
Famous
ParticipantSo from the explanation of both @modemlooper & @mercime the understanding in minimal terms is the following:
Every BP page I drop into my WP child template will override the core file as it does presently. And in order to create my page I simply drop in shortcodes to develop my page.php, then I apply my CSS to style & design my page. Question – are there already shortcodes in place that I can create a page.php with?Please explain what @r-a-y is saying with using user_nicename. Why would someone want to create a template for a specific user?
`/wp-content/themes/twentytwelve/buddypress/members/single/home-{user_nicename}.php`and how would you do that without making a huge mess in your template directory?
Also this would explain how to create different templates for different groups?
For instance:
`/wp-content/themes/twentytwelve/buddypress/members/single/home-{group ID = 1}.php`Is that correct?
Using these files one could create their own fully templated BP site?:
`’activity/index’‘blogs/index’
‘blogs/create’‘registration/activate’
‘registration/register’/* Ignore these
‘forums/single/forum’
‘forums/single/topic’
‘forums/index’
*/‘members/index’
‘members/single/activity/permalink’
‘members/single/home’
‘members/single/settings/capabilities’
‘members/single/settings/delete-account’
‘members/single/settings/general’
‘members/single/settings/notifications’‘groups/create’
‘groups/index’
‘groups/single/home’
‘groups/single/plugins’`November 1, 2012 at 7:28 pm #144392In reply to: Multisite option not working with Buddypress?
koreancandy
ParticipantWhen deactivating Buddypress, I still could not create a subdomain. I will go to their support forums and try and get a solution.
thank you very much for your help
November 1, 2012 at 7:06 pm #144390In reply to: Just installed and it won’t let me do settings
@mercime
ParticipantAfter you activated BuddyPress, did you go through the BP Installation Wizard? https://codex.buddypress.org/getting-started/setting-up-a-new-installation/installation-wizard/
November 1, 2012 at 7:04 pm #144389In reply to: Multisite option not working with Buddypress?
@mercime
Participant== I successfully set up Multisite with my Buddypress site and everything looked like it was working well until any members tried to create a new site. ==
Deactivate BuddyPress and make sure that you can create subdomain/subdirectory sites without any issues. If there is, please resolve multisite issue first before activating BP again – https://wordpress.org/support/forum/multisite
If you can create subsites in your WP install, then activate BuddyPress plugin only, go through the BP Installation Wizard — make sure you choose pretty permalink and choose for BP-default theme. Then create a blog/subsite and check if subsite is working.
November 1, 2012 at 6:50 pm #144388In reply to: [Resolved] Using BP with other Themes
@mercime
ParticipantBP Template Pack plugin requires BuddyPress plugin to be activated in your WP site. It won’t work otherwise.
November 1, 2012 at 6:34 pm #144386In reply to: 1.7 theme defined
@mercime
Participant@famous BP 1.7 is not due anytime soon. There’s just still so much more to be done and everything should be settled and tested before any documentation is finalized/released. So if you’re going to launch this month or early next month, recommend either create bp-default child theme OR use WP theme with BP Template Pack plugin OR use BP-ready WordPress theme.
The most basic rendition of BP components will just be like how the bbPress plugin forums are rendered with very minimal effort on your part and you can add customizations via shortcodes, style.css or functions.php files. That’s all there is to it. The trac ticket seeks to provide options for developers to customize the structure of each BP component page further, among other things.
November 1, 2012 at 6:29 pm #144385In reply to: 1.7 theme defined
modemlooper
ModeratorBuddyPress 1.7 will use page.php and override the_content() to display BP content. Think in terms of page template hierarchy in WP. single.php gets overridden by single-{post type}.php
You can then just create the custom template parts and style it however you want. BP will have base files and styles to make it work with most themes. When 1.7 gets closer to release I’ll blog a bit about how to customize.
November 1, 2012 at 5:07 pm #144383Ham Radio
ParticipantWell, I don’t know if what I did was a good thing of not, but seeing this error:
Strict Standards: Declaration of BB_Walker_ForumAdminlistitems::end_lvl() should be compatible with BB_Walker::end_lvl($output) in /home4/edgeofth/public_html/thewhirlpool/wp-content/plugins/buddypress/bp-forums/bbpress/bb-admin/includes/functions.bb-admin.php on line 1285
I went to this file, and to line 1285, and the only thing on that line was this: “}” Not really knowing what I am doing, I went ahead and deleted it, seeing what would happen. I re-uploaded the file, and then refreshed the page. All those errors are now gone.I don’t know if that’s a good thing or not.. Hope somebody here can tell me
.November 1, 2012 at 5:00 pm #144382Ham Radio
ParticipantI am hosted with JustHost. I am using PHP 5.4 with singe php.ini file if that makes a difference. I have lots of plugins installed, but I deactivated all my plugins, except for Buddypress, and used the default theme and it still wouldn’t work.
November 1, 2012 at 4:57 pm #144381In reply to: [Resolved] Using BP with other Themes
marikane
ParticipantThanks for the reply. Should I delete the main BuddyPress plugin first or do they work together?
November 1, 2012 at 4:53 pm #144380Ham Radio
ParticipantI disabled the Mingle theme, created a group, and got this error. Any help would be greatly appreciated, thanks!
Strict Standards: Non-static method BP_Groups_Member::check_is_member() should not be called statically, assuming $this from incompatible context in /home4/edgeofth/public_html/thewhirlpool/wp-content/plugins/buddypress/bp-groups/bp-groups-classes.php on line 74
Strict Standards: Declaration of BB_Walker_Blank::start_lvl() should be compatible with BB_Walker::start_lvl($output) in /home4/edgeofth/public_html/thewhirlpool/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-walker.php on line 148
Strict Standards: Declaration of BB_Walker_Blank::end_lvl() should be compatible with BB_Walker::end_lvl($output) in /home4/edgeofth/public_html/thewhirlpool/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-walker.php on line 148
Strict Standards: Declaration of BB_Walker_Blank::start_el() should be compatible with BB_Walker::start_el($output) in /home4/edgeofth/public_html/thewhirlpool/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-walker.php on line 148
Strict Standards: Declaration of BB_Walker_Blank::end_el() should be compatible with BB_Walker::end_el($output) in /home4/edgeofth/public_html/thewhirlpool/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-walker.php on line 148
Strict Standards: Redefining already defined constructor for class WP_Taxonomy in /home4/edgeofth/public_html/thewhirlpool/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/backpress/class.wp-taxonomy.php on line 36
Deprecated: Assigning the return value of new by reference is deprecated in /home4/edgeofth/public_html/thewhirlpool/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/backpress/class.wp-taxonomy.php on line 586
Strict Standards: Declaration of BB_Walker_ForumAdminlistitems::start_lvl() should be compatible with BB_Walker::start_lvl($output) in /home4/edgeofth/public_html/thewhirlpool/wp-content/plugins/buddypress/bp-forums/bbpress/bb-admin/includes/functions.bb-admin.php on line 1285
Strict Standards: Declaration of BB_Walker_ForumAdminlistitems::end_lvl() should be compatible with BB_Walker::end_lvl($output) in /home4/edgeofth/public_html/thewhirlpool/wp-content/plugins/buddypress/bp-forums/bbpress/bb-admin/includes/functions.bb-admin.php on line 1285
Strict Standards: Declaration of BB_Walker_ForumAdminlistitems::start_el() should be compatible with BB_Walker::start_el($output) in /home4/edgeofth/public_html/thewhirlpool/wp-content/plugins/buddypress/bp-forums/bbpress/bb-admin/includes/functions.bb-admin.php on line 1285
Strict Standards: Declaration of BB_Walker_ForumAdminlistitems::end_el() should be compatible with BB_Walker::end_el($output) in /home4/edgeofth/public_html/thewhirlpool/wp-content/plugins/buddypress/bp-forums/bbpress/bb-admin/includes/functions.bb-admin.php on line 1285
Parse error: syntax error, unexpected ‘G3’ (T_STRING) in /home4/edgeofth/public_html/thewhirlpool/bb-config.php on line 22
November 1, 2012 at 4:46 pm #144379203e270
ParticipantWOW!!! it worked perfectly I really didnt expect it to go so smoothly, I also have to give credit to my hosting company (host gator) for being so easy to work with
November 1, 2012 at 4:05 pm #144378203e270
ParticipantI was looking for exactly the same thing and I came across this (http://premium.wpmudev.org/project/multi-domains/), I downloaded it already and I’ll start working on it today and I’ll get back and let you all know how it turned out
November 1, 2012 at 12:31 pm #144371Hugo Ashmore
Participantwhy is it ridiculous? I wouldn’t want someone changing my details I would in fact be quite angry about it!
Install a user switching plugin then as admin you can switch to any user and edit the profile details.
November 1, 2012 at 11:35 am #144370parakeet
ParticipantHas this changed at all since you last posted?
I had the same question and got here.
I am new to BuddyPress. It seems ridiculous that a site admin couldn’t alter profile details of a user on his site.
In my case, I want to pre-populate a site with an set of guaranteed users whose info I want to enter for them.
Surely, if BuddyPress was just a part of WordPress alongside it, all BuddyPress user profile info should be accessible and editable under WordPress user profile admin, not just the core WordPress fields?November 1, 2012 at 11:09 am #144369Ronnie_Fantastic
ParticipantHi @mercime
For testing purposes I have the site in a directory of another site. You can see it by going to: http://www.liveanddangerous.co.uk/wptest
As I said… I don’t know how easy it is to modify a theme that is compatible with BuddyPress, to look like the theme I created in Artisteer, but… if it’s easier then what you’re attempting to do, I’m quite happy to save your efforts and try to do that myself.
But, If you want to continue to see if you can generate compatibility with the one I have, then I sincerely appreciate the help.
Thanks,
Ronnie.
November 1, 2012 at 7:06 am #144361In reply to: buddypress 1.6.1 and Akismet
Paul Wong-Gibbs
KeymasterYou definitely need an Akismet API key; for most people, these are free, so there shouldn’t be any problems. Your WordPress install probably already has the Akismet plugin installed, but you can install it from the Plugins Directory if it’s missing.
November 1, 2012 at 6:27 am #144360In reply to: Registration emails not working
@mercime
Participant@jpares1 change to bp-default theme and deactivate all other plugins except BuddyPress. Check registration emails. If it works, then activate plugins one by one and see which one trips up the registration emails.
November 1, 2012 at 4:33 am #144359In reply to: Re-naming and re-ordering tabs.
modemlooper
Moderatoryou can use this plugin as well https://wordpress.org/extend/plugins/buddypress-extended-settings/
November 1, 2012 at 3:20 am #144355@mercime
Participant@ham-radio haven’t seen those errors before. Something obviously went awry with your installation. What plugins do you have activated in your installation? Where are you hosted?
Deactivate Mingle theme and create a group. What errors, if any, show up then?
November 1, 2012 at 3:13 am #144354In reply to: buddypress 1.6.1 and Akismet
@mercime
ParticipantYes, you need an Askimet.com API key if you want akismet integration with Activity Stream https://akismet.com/signup/
November 1, 2012 at 2:15 am #142894@mercime
Participant@ronnie_fantastic Missed your post, sorry about that. Looks like we’re going to get sucked into the web of artisteer functions. Not giving up yet. We could just hardcode the necessary HTML structure. Could you provide URL to your site’s default page? If not available online, I suggest you go to that default page, then View > Source, copy the generated HTML source code, and paste to pastebin.com
November 1, 2012 at 12:09 am #144352Ronnie_Fantastic
ParticipantHi @mercime,
Just checking in.
Is the fix for this just too fiddly, or not possible at all?
No worries either way. If you think it would be much easier to alter a theme that does work with BuddyPress, to reflect the visual design I’m looking for, I’ll investigate that instead.
Let me know.
Many Thanks,
Ronnie.
October 31, 2012 at 11:45 pm #144351In reply to: Mobile site
modemlooper
ModeratorOk, are you using the BuddyPress template pack to add the required template files? BuddyPress won’t work with Twenty Eleven without a little work.
October 31, 2012 at 11:00 pm #144348rickkumar
ParticipantHi again,
I am almost ready to go ahead with the buddypress multi-network project as mentioned above.
I need some recommendations for:
* selecting a host
* what themes are great (paid or free etc) for the buddypress multi-network projectAlso some tips on starting such as:
* install wordpress
* now enable multi-site
* now install buddypress
* now install multi-network plugin etc etc.I don’t know if the above order is even correct so looking for some help on how to do it.
Thank you for your help.
-
AuthorSearch Results