Search Results for 'theme'
-
AuthorSearch Results
-
March 4, 2009 at 1:03 pm #39246
In reply to: Groups wont let me edit
reprocessor
ParticipantHi Burt,
Thanks for getting back to me. I upgraded the themes but i’m using my own themes, I read on the forum that you have to copy functions.php for them to work and I did this. It worked yesterday fine but today when i tried to edit a group I created it went tits up
I’m no php techie by any means so if you can show me where and how to fix this i’d be greatly appreciative.
Cheers,
Phil
March 4, 2009 at 12:55 pm #39244In reply to: Groups wont let me edit
Burt Adsit
ParticipantThat message “Are you sure you want to do this? Please try again” is a nonce failure message. Did you upgrade and not upgrade the bp themes? All bp code is now ‘nonce security’ aware. If your themes don’t send these ‘nonce’ values to bp everything comes to a screeching halt.
For example:
<p><input type="submit" value="<?php _e( 'Save Changes', 'buddypress' ) ?> »" id="save" name="save" /></p>
<?php wp_nonce_field( 'groups_edit_group_details' ) ?>That’s taken from the edit group details form. wp_nonce_field() creates a little hidden field with an access key for ‘groups_edit_group_details’ that gets compared in to a similar ‘nonce’ value generated in the actual function that does the validation and saving of group details. If they don’t match, the security check fails with that cryptic message from wpmu.
March 4, 2009 at 4:01 am #39226In reply to: What file is the Members page based on?
Trent Adams
ParticipantThe entire content for members pages is from the member theme itself. Without knowing what your specific question would be, the README for the member themes (creating your own) is a nice start to figuring out where the content comes from:
https://trac.buddypress.org/browser/trunk/buddypress-theme/member-themes/member-themes-readme.txt
Trent
March 4, 2009 at 12:55 am #39210In reply to: Group Members You May Know
Andy Peatling
KeymasterAs long as you make a template function, then people can include it in their theme. I will add some hooks to the directories though.
March 3, 2009 at 9:41 pm #39187In reply to: Where to find custom themes ?!
alainhc
MemberWell, i began working on my own theme, but not in the best way. I´m modifing the css files (by example, base.css) of the buddypress-home theme, to change the appereance of the pages. I just wanted to know if there is a tool or something that help me with this stuff. Because the API functions will not help me with my new theme (i think)
March 3, 2009 at 6:35 pm #39167alainhc
MemberWhen I activate the WordPress MU homepage theme it still happens.
March 3, 2009 at 4:26 pm #39149In reply to: How do I clear the menu bar?
Burt Adsit
ParticipantThe admin bar gets triggered on every ‘wp_footer’ action that your theme triggers. Which is on every page load. There is no function call from a php file that does it. bp is almost completely driven by wp ‘actions’. Everything gets loaded, defined and ready for the events that are defined to make things happen.
Everybody is posting around each other here.
The ‘wp_footer’ action is triggered by your theme’s usage of (normally) get_footer()
which calls wp_footer()
which does do_action(‘wp_footer’)
which triggers bp_core_admin_bar() in bp-core-adminbar.php
which gets you the admin bar.
*deep breath*, let it out slowly now…
March 3, 2009 at 3:54 pm #39140Burt Adsit
ParticipantAlain, try activating the ‘WordPress MU homepage’ theme. See if it happens.
March 3, 2009 at 3:27 pm #39138In reply to: Where to find custom themes ?!
alainhc
MemberHi, I´m interested in making my own buddypress-home theme and buddypress-member theme, to fit my web site. I´ve been looking for information on the web, but I have not found anything good. Anyone has some kind of tutorial about it?
Alain
March 3, 2009 at 3:10 pm #39137alainhc
MemberHello everyone. Hi Burtadsit. I´ll try to explain using my poor English, I´m cuban. The error occurs in a Clean install, when you activate the home theme and try to visit the root blog, or the blog of any user previously created.
The page show the following error:
Warning: require_once(C:sitiossitiosocial/wp-content/member-themes/buddypress-home/index.php) [function.require-once]: failed to open stream: No such file or directory in C:sitiossitiosocialwp-includestheme.php on line 822
Fatal error: require_once() [function.require]: Failed opening required ‘C:sitiossitiosocial/wp-content/member-themes/buddypress-home/index.php’ (include_path=’.;C:xamppphppear’) in C:sitiossitiosocialwp-includestheme.php on line 822
How you can see, the application doesn´t found a buddypress-home directory inside member-themes. So, we solve this making a copy of the buddypress-member and renaming it to buddypress-home.
Changing the topic (I know this is out of forum). I´d like to make my own buddypress-home theme, and buddypress-member theme. Do you have any documentation about it???
Alain
March 3, 2009 at 2:55 pm #39136In reply to: How do I clear the menu bar?
John James Jacoby
KeymasterWell, it could really go in a few different places. Let me take a look when I get to work to see where will work the best.
Here on BuddyPress, the “admin bar” has been nick named the “buddy bar.” It actually replaces the typical “admin bar” from a normal WPMU install.
The files for it can be found in the bp-core directory if you needed to modify it for any reason.
The buddy bar is actually loaded very last in the DOM, and it is absolutely positioned to top 0, so its essentially hovering over the body contents. Because there are at least two active themes at any given moment (home and member) you could either throw the css into homethemedir/css/site-wide.css, or all of the base.css for each theme.
But let me double check for certain.
March 3, 2009 at 2:04 pm #39135In reply to: A little help with member theme
Sgrunt
Participantsorry John it’s me again. I’m working on css but i need to change the page that shows a single group. Can you tell me what is that page? thanx again
March 3, 2009 at 1:34 pm #39132In reply to: How do I clear the menu bar?
bmg1227
ParticipantForgive my ignorance, would this go in the home theme’s base.css or the admin bar’s css? I put it in the base.css, but it didn’t really work, What I’d like to do is have the admin bar just be at the top, and then just have everything start below it. Another question, is what file is the admin bar actually called?
March 3, 2009 at 11:16 am #39128In reply to: Custom blog themes for members
Bento
Participantnvm, im a retard
March 3, 2009 at 8:53 am #39122In reply to: A little help with member theme
John James Jacoby
KeymasterYou bet!
Basically my little tweak didn’t accommodate for the additional little areas that can be in the same little area underneath the avatar.
You may need to tweak more than CSS to make that work, since that area could grow long with moderators and things.
March 3, 2009 at 8:43 am #39120In reply to: A little help with member theme
Sgrunt
Participantit is the shot: http://wikiroma.it/group.gif
however thank you so much, i’ll try to tweak the css!
March 3, 2009 at 8:41 am #39119In reply to: A little help with member theme
John James Jacoby
KeymasterI’ve made my way around the block a few times.
I didn’t really test it in all areas, so you may need to tweak some things, like the group page, or a page without an avatar that is within the members area…
March 3, 2009 at 8:39 am #39118In reply to: A little help with member theme
Sgrunt
Participantyou know very well the bp css
it’s all working…member pages looks great but….grrrr..entering a group page it looks a bit weird. in a moment i’ll post a screenshot to better explain.
March 3, 2009 at 8:35 am #39117In reply to: A little help with member theme
John James Jacoby
Keymasterbuddypress-member/css/base.css – line apx 495 – Make that be…
.main-column h1 a, #blog-info h1 a {
color: #646464;
margin: -120px 0 0 200px;
position: absolute;
}March 3, 2009 at 8:30 am #39116In reply to: A little help with member theme
Sgrunt
Participantyou are great, it works! only a little little thing: could you help me in putting the profile name on the right of the avatar? in this way i’ll avoid all the blank space on the right of the avatar.
March 3, 2009 at 8:27 am #39115In reply to: A little help with member theme
John James Jacoby
KeymasterI’ll be here
March 3, 2009 at 8:26 am #39114In reply to: A little help with member theme
Sgrunt
Participantthanx John, i try your code and i tell you in a few minutes!
March 3, 2009 at 8:21 am #39113In reply to: A little help with member theme
John James Jacoby
Keymasterbuddypress-member/css/base.css – line apx 477 – remove
float: left;
bp-core/css/structure.css – line apx 110 – remove
float: left;
bp-core/css/structure.css – line apx 64 – remove
margin-left: 200px;
Give that a shot?
March 3, 2009 at 1:53 am #39094In reply to: Need theme help
John James Jacoby
KeymasterEmailed.
March 2, 2009 at 10:53 pm #39087In reply to: Need theme help
Burt Adsit
ParticipantPlease leave your email address so anyone interested can contact you. Gotta close this topic afterward.
-
AuthorSearch Results