Search Results for 'buddypress'
-
AuthorSearch Results
-
February 20, 2012 at 11:44 pm #130142
@mercime
ParticipantYou’re talking about Step 3 then.
There are two methods to make your WP theme compatible with BuddyPress, what you choose will depend on the current HTML structure of your WP theme:
A. First method – changing 16 BP template files transferred to your WP theme folder during the BP compatibility process
— Example using Motion theme: https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/B. Second method – creating header-buddypress.php, sidebar-buddypress.php and/or footer-buddypress.php and adding to your WP theme folder which already contains the BP template folders after compatibility process.
— Example using Twenty Ten: https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/
— Example using Twenty Eleven: https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-eleven-bp-1-5/All themes can use First Method but only some themes can use Second Method.
If you need assistance in analyzing if you can use the Second Method for your theme, please post codes of your theme’s header.php, sidebar.php, index.php, page.php, and footer.php in respective pastebin.com pages.
February 20, 2012 at 11:39 pm #130140@mercime
ParticipantThere are two methods to make your WP theme compatible with BuddyPress, what you choose will depend on the current HTML structure of your WP theme:
A. First method – changing 16 BP template files transferred to your WP theme folder during the BP compatibility process
— Example using Motion theme: https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/B. Second method – creating header-buddypress.php, sidebar-buddypress.php and/or footer-buddypress.php and adding to your WP theme folder which already contains the BP template folders after compatibility process.
— Example using Twenty Ten: https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/
— Example using Twenty Eleven: https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-eleven-bp-1-5/All themes can use First Method but only some themes can use Second Method. If you need assistance in analyzing if you can use the Second Method for your theme, please post codes of your theme’s header.php, sidebar.php, index.php, page.php, and footer.php in respective pastebin.com pages.
February 20, 2012 at 11:32 pm #130133fashionbleeker
MemberThank you mercime…
Ok All is done … but I have some difficulty to understand the Fixing Alignment… I have find the page.php and this is the code inside, but I can’t understand what I have to change….because I can see the page (member, activity etc etc.) but everything is not aligned :
Thank you againEdit – see page.php code below
February 20, 2012 at 11:31 pm #130132In reply to: [Resolved] Weaver theme and BuddyPress alignment
@mercime
ParticipantAll of your revised BP page templates (except “Register” and “Activate”) are laid out correctly from IE 6 to IE 9 per test site link you gave in first post. Double-checked this in my computer as well as the online IE simulator at http://netrenderer.com/index.php
Download /registration/register.php and /registration/activate.php from your server and double-check that the layout has been updated per instructions given above. Reminder: there’s an extra script required for /registration/register.php file as I noted above.
February 20, 2012 at 11:19 pm #130131In reply to: Twitter bootstrap
Tammie Lister
ModeratorI think just as with any library of scripts (and it is a library of scripts (CSS / js) and images) it’s to be considered a toolbox not an ultimate solution. There are already a few WordPress themes using it. If you wanted to use it to create a BuddyPress theme it could be a good option to speed up the process.
My only note of caution with things like that is to avoid the attack of the clones so to speak. Yes, it’s great but some variation is also great
The web would be a truly boring place if we all had the same looking sites.February 20, 2012 at 11:16 pm #130130In reply to: Buddypress Spammers……
Paul Wong-Gibbs
KeymasterIt’s not an easy problem. If you’ve got any good ideas, then we’re listening.
February 20, 2012 at 10:37 pm #130128In reply to: [Resolved] Weaver theme and BuddyPress alignment
dsg257
Memberhi just found out something
STUPID ME
it seems to be unique to IE ( using version 9)
works fine in firefox /opera
So where do i go from here as i know the majority of the sites users ar using IE
is it a Css problem
You have been fantastic and thank you for your helpFebruary 20, 2012 at 9:53 pm #130127In reply to: Override Buddypress AVATAR function in theme
nsbrown
ParticipantOk I will have a go, I’ll post back my results, cheers!
February 20, 2012 at 7:46 pm #130126In reply to: Custom selectbox issue
Hugo Ashmore
ParticipantClosing thread, duplicate of:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/custom-selectbox-issue/February 20, 2012 at 7:41 pm #130125In reply to: [Resolved] Weaver theme and BuddyPress alignment
dsg257
Memberremoved the because i cant get the code to post tried the brackets
February 20, 2012 at 7:37 pm #130124In reply to: [Resolved] Weaver theme and BuddyPress alignment
dsg257
Memberdid everything to the letter you sugested it did not work the sidebar is pushed down below any content, my previous try did have the sidebar up where it should have been but everything on the right was cut off by the sidebar ?? could it be a css problem /solution ??
Thanks for the help so far
this is the code i used to wrap the buddypress files
div id=”container” class=”container-index-loop”
‘/div><!– #container –'February 20, 2012 at 5:23 pm #130123@mercime
ParticipantBP Template Pack plugin does not work if BuddyPress is not installed and activated first. I had assumed you had done so before.
February 20, 2012 at 5:19 pm #130122Lethality
MemberThanks Hugo… I tried that as well, and I am happy to go that route.
However, I am having the same problem… when previewing the child theme, looks fine. Activating it kills all styles and settings EXCEPT for those made in the child theme.
I am perhaps fundamentally misunderstanding about how child themes work… I thought they would use everything of the parent UNLESS, something new (template, style) was provided?
February 20, 2012 at 4:50 pm #130121Hugo Ashmore
ParticipantA child theme uses as it’s core the parent theme, it references any template pages you copy over from parent theme to child theme. The child theme files are used in preference to the same named file in parent theme likewise any functions files are read in order of child theme first then parent theme. All you need for a child theme to work is the style.css file with appropriate header block.
I would follow mercims advise to copy over header.php and simply remove the physical markup or enclose it in php comments, display: none simply hides the visual display but doesn’t remove markup so technically it’s still there.
February 20, 2012 at 4:40 pm #130120Lethality
MemberWell, I spoke to soon. This is my first experience with Child Themes, but I referenced this: https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/
Seems like it couldn’t be simpler… I created a new director in wp-content/themes, added the required comments to the style.css file, plus the new css mod to hide the search form.
When I “preview” the child theme in WP, it looks good as it should, search form gone, all other styles and settings in tact.
But when I activate it, the entire theme goes back to the default BP Default, with the exception of the CSS change I made.
When using a child theme, do I need to essentially “re-configure” all of my theme settings, or is something simply not working here? Hmm… maybe this needs a new post.
Edit: New post for this topic: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/child-theme-not-working/
February 20, 2012 at 4:39 pm #130119In reply to: bbPress already installed before BuddyPress
ScraperDave
MemberThank’s Paul!
Yeah, we have 2.0.2 installed already and don’t want to loose what has already been posted.
The way I see it, I have about 3 options:
– I’m not sure what group forums is.. and if site wide is available, we may just be able to get away with that for now.
– If we use bbPress 1.x that is included with BP.. When the 1.6 and 2.1 come out, can we upgrade and merge it with our current 2.x version we have now? (maybe the question is how complicated would that be).
– Or is there a way to downgrade 2.x?February 20, 2012 at 4:34 pm #130118In reply to: Override Buddypress AVATAR function in theme
Hugo Ashmore
ParticipantThose are constants, the whole point of them is that you can set them yourself and override the BP ones as the bp ones check to see if they are defined first somewhere. Try it ou, either in bp-custom.php or functions.php
February 20, 2012 at 4:14 pm #130117fashionbleeker
MemberThank you for your replay
I have install the BP Template Pack plugin and I have also activate it ….but I go to Appearance ….but I don’t see any BP Caompatibility ????
Thank you for your replyFebruary 20, 2012 at 3:50 pm #130116Lethality
MemberThanks Mercime! Very helpful!
February 20, 2012 at 3:29 pm #130115In reply to: Override Buddypress AVATAR function in theme
nsbrown
ParticipantThats how I’ve worked it in the example, but I have to go into plugins/buddypress/ directory to edit that, I want to know if I can copy those parameters over to my functions.php and overwrite the core buddypress ones.
Know what I mean? I have other functions/declarations that I would like to overwrite, this is just one example
February 20, 2012 at 3:20 pm #130114In reply to: Override Buddypress AVATAR function in theme
Hugo Ashmore
ParticipantWhy don’t these work or am I missing the point .
`define ( ‘BP_AVATAR_FULL_WIDTH’, 350 );
define ( ‘BP_AVATAR_FULL_HEIGHT’, 350 );`same for thumbs, also of course one can pass size params back on avatar calls.
February 20, 2012 at 2:15 pm #130113In reply to: Override Buddypress AVATAR function in theme
nsbrown
ParticipantIt defines the sizes of the avatars, large and medium, I’ve set medium to be slightly larger than the original. But I don’t like modifying the core.
February 20, 2012 at 1:51 pm #130112In reply to: Override Buddypress AVATAR function in theme
Hugo Ashmore
ParticipantThere are a whole series of constants in bp-core-avatar.php that may be overridden, not sure what the constant you mention ‘CORE_MAX_FILE_SIZE’ is
February 20, 2012 at 1:37 pm #130110In reply to: CPT into activity stream
Hugo Ashmore
Participantlook in the file bp-example-activity.php in the buddypress-skeleton-component plugin it’s pretty well commented with all the info and params you need to pass
February 20, 2012 at 7:36 am #130107In reply to: Configuration theme
Hugo Ashmore
ParticipantBefore mercime kindly shows you how can we just check that you have made a start in attempting to enable your theme for BP? Have you moved any BP template pages across to your theme? Have you read through any of the excellent guides/ walk throughs mercime provided in the BP codex, starting with this initial guide:
https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
-
AuthorSearch Results