Search Results for 'theme'
-
AuthorSearch Results
-
January 18, 2009 at 8:03 pm #36455
In reply to: Custom Themes or Standard BuddyPress?
danielfelice
Participantand make sure you upload it to http://www.freebuddypressthemes.com!
January 18, 2009 at 6:55 pm #36453In reply to: Custom Themes or Standard BuddyPress?
Wardee
ParticipantI personally feel that sooner or later, we’ll be seeing a slew of themes that are BP-ready. They could be either mods of current WP themes or completely custom themes. I would imagine theme designers will start making them available to the public, as well as designing them for their own use. Not many people are going to be happy using the same theme as everybody else, which you can see because lots of people are skinning the theme and others are making BP work with standard WP themes. I’m working with the Hybrid template (http://themehybrid.com) to make a custom bp-home theme for BP.
January 18, 2009 at 12:35 am #36431In reply to: Changing “Friends” to “Contacts”
mlhodges
MemberEdit mu-plugins/bp-friends.php, mu-plugins/bp-friends/bp-friends-notifications.php, mu-plugins/bp-friends/bp-friends-templatetags.php,mu-plugins/bp-friends/bp-friends-widgets.php and the files in the member-themes/buddypress-member/friends…it may take a little while, but you have to look for places where it says “Friends” and change it to “Contacts”. There is also one more place you have to change my friends for the activity navigation, look in mu-plugins/bp-activity.php. I did it all manually. I am building a site for business usage as well. The great thing about buddypress is the files are easily customizable. I hope this helps.
January 16, 2009 at 8:08 pm #36410In reply to: WordPress themes vs buddypress themes
markb1439
MemberI’m not sure what you mean. It’s possible for users to choose traditional WordPress themes for their blogs, while using BuddyPress themes for the BuddyPress-related stuff. I struggled with this too, but if you read the instructions for the individual theme downloads, it makes more sense. The instructions for the package download don’t exactly make it clear.
So, I’ve got a BuddyPress home theme with its own name, a BuddyPress member theme (which is required), and then a traditional WP theme I’ve set to “default” (by changing its directory name to “default”), which is the default things for user blogs. And I will also have a selection of traditional themes that users can switch their blogs to.
Good luck!
Mark
January 16, 2009 at 7:32 pm #36406In reply to: WordPress themes vs buddypress themes
segwayinfo
MemberThanks Andy for the link. I do find it a bit confusing how the current themes are working.
If I understand it correctly, all the “My Account” pages are defined in the user theme, while they should be, in mine opinion at least, be in the home theme. The reason why I think this, is because it are all pages which aren’t linked to the users blog. Most people probably want to give these pages the same look and feel as the home page.
For the user themes, I would expect to only find things which are related to the users blog.
Personally I would like to give my members a selection of themes where they can choose from for their blog, so they can individualize it a bit. As far as I have been able to figure out, that isn’t possible yet.
When you would have the possibility for members to select a theme for their blog, it would only make more sense to have all those pages like the “My Account” pages in the home theme.
But that’s just my 2 cents. I would love to read your opinion about it.
January 16, 2009 at 6:27 pm #36404In reply to: IE Issues w/BuddyPress Default Theme
Anonymous User 303747
InactiveI’m hoping BP will be released with themes that do work in all major browsers.
See also here: https://buddypress.org/forums/topic.php?id=95
January 16, 2009 at 6:14 pm #36403In reply to: Error: Cannot redeclare bp_is_page()
linkedgreen
MemberI get the same error when updating to 1.0/
Installed BuddyPress theme in “wp-content/themes/defaultâ€
How do I Update my home theme as suggested?
January 16, 2009 at 2:53 pm #36395In reply to: jQuery Problems
joshasbury
Participant….Ahhhh…. <slaps self on forehead>….I got this working. My theme was including another version of jQuery in the header which was causing the conflict. I commented out the line, and everything is working as planned.
Thanks for your help!
January 16, 2009 at 2:46 pm #36394In reply to: Members Section for Loggedin User is WSOD
infinitation
MemberHere is what I found. Any help would be appreciated.
[Fri Jan 16 08:44:11 2009] [error] [client 99.142.67.33] File does not exist: /var/www/vhosts/threesphere.com/subdomains/sockers/httpdocs/wp-content/themes/buddypress-home/images/background.gif, referer: http://sockers.threesphere.com/wp-content/themes/buddypress-home/css/base.css
[Fri Jan 16 08:44:21 2009] [error] [client 99.142.67.33] PHP Warning: require_once(/var/www/vhosts/threesphere.com/subdomains/sockers/httpdocs/wp-content/member-themes/buddypress-member/index.php) [function.require-once]: failed to open stream: No such file or directory in /var/www/vhosts/threesphere.com/subdomains/sockers/httpdocs/wp-includes/theme.php on line 472, referer: http://sockers.threesphere.com/
[Fri Jan 16 08:44:21 2009] [error] [client 99.142.67.33] PHP Fatal error: require_once() [function.require]: Failed opening required ‘/var/www/vhosts/threesphere.com/subdomains/sockers/httpdocs/wp-content/member-themes/buddypress-member/index.php’ (include_path=’.:/usr/share/pear:/usr/share/php’) in /var/www/vhosts/threesphere.com/subdomains/sockers/httpdocs/wp-includes/theme.php on line 472, referer: http://sockers.threesphere.com/
January 16, 2009 at 5:08 am #36366In reply to: Homepage working no other links work
Burt Adsit
ParticipantThe install docs tell us that we need to follow the directions in:
/mu-plugins/buddypress-theme/readme.txt
to get the themes in the right spots.
January 16, 2009 at 4:56 am #36363Burt Adsit
ParticipantThe widget titles are hardcoded at the moment. Which one do you want to change? Here’s the pattern for each:
Members widget – /mu-plugins/bp-core/bp-core-widgets.php
Lines 12/13 :
register_sidebar_widget( __('Members', 'buddypress'), 'bp_core_widget_members');
register_widget_control( __('Members', 'buddypress'), 'bp_core_widget_members_control' );Change ‘Members’ to ‘Whatever’
If you have them running already they will disappear from the backend and your theme. Just put put them back again.
January 15, 2009 at 8:18 pm #36336In reply to: WordPress themes vs buddypress themes
Andy Peatling
KeymasterJanuary 15, 2009 at 2:02 pm #36316In reply to: I still cannot install the bp!!
danielfelice
ParticipantI’d start with the readme document
but everything should be uploaded to mu-plugins and then make sure you put the themes in the correct places. you won’t see anything regarding bp in your plugins, but you will see a buddypress option under “site admin”
you need the core and xprofiles folders to get it running and then install any extras you want
but read the readme!
January 15, 2009 at 2:23 am #36309In reply to: Still Confused About Themes (Default Blog Theme)
Andy Peatling
KeymasterThe home theme is just a WordPress theme, (with a couple of new template files if you want to use the directories).
Member themes are used for all pages that are not blog related.
January 15, 2009 at 2:03 am #36308In reply to: Still Confused About Themes (Default Blog Theme)
markb1439
MemberOkay, figured it out. The instructions in the group download don’t spell it out, but the separate instructions for the theme do.
January 14, 2009 at 5:47 pm #36292In reply to: Home & Member themes
Anonymous User 303747
InactiveCool. Thanks, Andy.
January 14, 2009 at 5:41 pm #36291In reply to: Home & Member themes
Andy Peatling
KeymasterMembers are on a global basis, you can’t tie members to specific blogs at the moment. The only way to do this without modifying any code is to use separate MU installations.
You could achieve this with a plugin though, but it would require some work.
January 14, 2009 at 5:24 pm #36289In reply to: BuddyPress WP theme
fishbowl81
Participantyes,
that is the standard theme applied to the initial blog.
Be warned, you may have problems with some features. It is not recommended to be used on normal wordpress.
January 14, 2009 at 12:09 am #36255Wardee
ParticipantI created pages for Members, Groups, and Blogs, and the error went away. I mean, create the Page, giving it the appropriate title ‘Members’, ‘Groups’, ‘Blogs’, don’t add any content, and click Publish. I am using another theme other than buddypress-home.
January 13, 2009 at 7:02 pm #36242In reply to: Next BPDEV plugin? Here your proposal
Meerblickzimmer
ParticipantI know, a lot is possible with css and theme-tuning. But not f.eks.
– send news to the wire
– send news to blogs
There a lot off people out without a iphone, with classics mobile devices. I use f.eks. the iphone-apps for ebay and facebook. Its more comfortable and optimized.
January 13, 2009 at 5:53 pm #36234In reply to: Next BPDEV plugin? Here your proposal
Trent Adams
ParticipantI have already looked at this and think it is as simple as just creating a CSS for buddypress that works on mobile devices and using Alex King’s plugin. If you want the fancy stuff, then you create a theme for mobile device and use the iTouch plugin. I already created a bbPress mobile plugin by modifying Alex’s WP mobile plugin, so it shouldn’t be that hard to do for Buddypress.
January 13, 2009 at 5:50 pm #36232In reply to: Logged In Page Setup, can I post this here?
Burt Adsit
ParticipantYou might want to check with nicolagreco over at http://buddypressdev.org/ He’s doing alot of theme work.
January 13, 2009 at 5:10 pm #36229In reply to: Next BPDEV plugin? Here your proposal
nicolagreco
ParticipantGood Idea meer.. but i think it’s a theme hack..
January 13, 2009 at 11:44 am #36214In reply to: wp-super-cache strategy
Burt Adsit
ParticipantWhen viewing the member profile $bp_skip_blog_check is null. So the above does happen.
When viewing a directory $bp_skip_blog_check is true, $bp_no_status_set is null so it does status_header(200). The var $pages ($bp_path) is plugin-template.
Then it does load_template() which gets us back to the is_404() question because it extracts the $wp_query->query_vars which have no validity since we aren’t in Kansas.
Template runs and $wp_query->query_vars are showing what? That wp doesn’t know anything about this page.
var_dump($wp_query->query_vars) shows everything is empty except a few things like ‘pagename’ and ‘name’ for member theme profile in the header.
is_404() happily returns true.
status_header(200) doesn’t seem to be enough to convince wp that all is well. What would?
is_404() just does return $wp_query->is_404 which isn’t even set.
January 13, 2009 at 2:20 am #36194In reply to: Building Link to My Friends Activity
Burt Adsit
Participantlemme try it in the browser…
Yep. I see the problem:
<a href="<?php global $bp; echo bp_core_get_userurl($bp['loggedin_userid']) ?>activity/my-friends">Your Friends Activity</a>
That works. Wasn’t working for me either. I’m not trying this in a bp theme. Because I hadn’t declared that I wanted to play with $bp it resolves to nothing.
Don’t know where you are using this but withing the scope of usage of that var you have to declare you want to use it.
-
AuthorSearch Results