Search Results for 'theme'
-
AuthorSearch Results
-
November 8, 2009 at 2:23 pm #56193
In reply to: Horizontal Userbar
takuya
ParticipantThis buddypress.org design is ONLY for buddypress.org.
Some buddypress themes before 1.1 releases had horizontal menus. Maybe you should search and get some sample codes. Also check out gallery section, in case if our member already has done it on their site(s).
November 8, 2009 at 9:57 am #56175In reply to: [ASK] How to install new themes
Xevo
ParticipantThe whole site is blank? Then try using the standard buddypress theme and see if its still blank. If it is, then try disabling buddypress and see what happens then, still blank, then its a wpmu problem, if not then its a buddypress problem and if the site works when using the default buddypress theme, then the theme your using doesnt work.
At least you’ll know where the problem lies with this.
November 8, 2009 at 9:50 am #56172In reply to: [ASK] How to install new themes
5309632
InactiveThx, but I’ve followed all the instructions but still can not. way that you describe can only be used for the default theme. I tried to install darkpress theme and do as you please tell me, but still can not. its just shown only blank page…
November 8, 2009 at 9:40 am #56171In reply to: [ASK] How to install new themes
Xevo
ParticipantDownload theme – take folder out zip/rar file (if present) – upload to wp-content/themes/ – go to site admin > themes and activate the themes – now its installed, if you wanna use it, go to appearance and activate it there.
November 8, 2009 at 3:30 am #56164In reply to: Themes or Styles for Member Pages in BP 1.1.2
Mike
Participantyou can also check out my bp 1.1.2 theme. it’s a basic rework of andy’s and still needs a lot of tlc, but it might clue you in on how to style some elements and get you the look you want. i’ll probably wind up creating something entirely different down the road, but this might help in the mean while — http://code.google.com/p/avenuek9-bp-theme/downloads/list
November 8, 2009 at 3:14 am #56162profitsbuzz
ParticipantSorry I was searching and found this item to have to same issue I am facing.
my sign up page is not showing. I would like to find out from Andy if I would be able to route to register.php. does it mean the user would be sign up for wpmu too.
so how to configure for my page? thanks
November 8, 2009 at 1:23 am #56158In reply to: New Plugin – BuddyPress Links – Beta Support
MrMaz
ParticipantDid you move the “links” directory which contains the required template files into your theme folder?
I have not had a chance to test a dashboard install yet, I will try to do that soon.
What does everyone think about changing things around so the core theme files stay in the plugin folder, but can be overridden in the theme folder if a file of the same path/name exists there?
This is not the BuddyPress convention, but it seems to make more sense from an upgrade/maintenance angle.
November 7, 2009 at 9:34 pm #56151In reply to: How to display avatars in normal theme at 125px?
Nightlyfe
ParticipantUsing the function (in 1.1) works.
Using the CSS only (in 1.0) doesn’t.
Thanks!
Anyplace where all new / common theme functions are described (with a rundown of each option and real world examples)?
November 7, 2009 at 6:28 pm #56149In reply to: Themes or Styles for Member Pages in BP 1.1.2
John James Jacoby
KeymasterI would recommend making your own parent/child theme and use the bp-sn-parent as your guide.
To truly get the mileage you want out of your BuddyPress powered website, you will want to customize it fully. The parent/child setup is designed to let the parent theme be the “core” theme, and let child themes change the core design. You could also just make your own child theme and use bp-sn-parent as the parent, and then use your own custom CSS to make it look however you’d like.
November 7, 2009 at 6:20 pm #56148In reply to: surprising avatar behavior
John James Jacoby
Keymastergeorgef101, do you still have the bp-themes folder located in wp-content? If so, BuddyPress will think you’re using the old theme style and look for the 1.0 avatars. If not, make sure your folder permissions are set (I put mine to 777 to make sure it works, but you may want to do 755 depending) and then run the code above. It should rename all of your avatars accordingly and put them where they belong. Once that’s done, you shouldn’t need to delete or change anything.
November 7, 2009 at 6:14 pm #56146In reply to: Make your own custom BuddyPress page
Lriggle
Participant21CDB’s code works fine with my theme. I’d like my custom page to be in a sub-folder instead of in my root directory, though.
define('CS_INTUITION_SLUG', 'intuition');
function show_intuition_page()
{
bp_core_add_root_component(CS_INTUITION_SLUG);
}
add_action( 'plugins_loaded', 'show_intuition_page', 2 );
function bp_show_intuition_page() {
global $bp, $current_blog;
if ( $bp->current_component == CS_INTUITION_SLUG && $bp->current_action == '' )
{
// The first variable here must match the name of your template file below
bp_core_load_template( 'intuition', true );
}
}
add_action( 'wp', 'bp_show_intuition_page', 2 );When I remove the intuition.php file from my root directory, and make an intuition directory with an index.php in it, it doesn’t seem to work (I get 404’s). If I try and change what the value of the slug and the template are as well, I still get 404’s.
Ideas?
November 7, 2009 at 5:53 pm #56144In reply to: wp-signup.php is a blank page
Xevo
Participant@cratercraver: The function.php is supposed to be in your currently used theme folder. If there is already one in there, just add the code to it and if there isn’t a functions.php yet, make one and put it in there.
November 7, 2009 at 5:50 pm #56143In reply to: How to display avatars in normal theme at 125px?
Xevo
ParticipantI’d be interested in different sizes of avatars in buddypress, personally I don’t like or use gravatars, so don’t have a problem with that.
Besides, in the Netherlands nobody actually uses gravatar, since everyone uses Hyves (famous dutch social network) to blog and do other stuff.
November 7, 2009 at 5:25 pm #56142In reply to: How to display avatars in normal theme at 125px?
John James Jacoby
KeymasterAt the moment only square avatars are allowed, and they are all cropped to two sizes. A while back I put together a patch that would allow non-standardized avatar sizes, but the problem then is what to do with the gravatars.
This *might* be something we revisit for the core later, but wouldn’t make a bad external plugin either. Hm.
November 7, 2009 at 11:15 am #56130In reply to: How to display avatars in normal theme at 125px?
Sven Lehnert
ParticipantIn the moment, I do what Andy has offered above.
Members:
<?php echo bp_core_fetch_avatar(
'item_id=' . get_the_author_id() . '&type=full&width=100&height=100' ) ?>Groups:
<?php echo bp_core_fetch_avatar( 'item_id=' . bp_get_the_site_group_id()
. '&object=group&type=full&width=100&height=100' ) ?>Just I think this is the same as doing it in the css.
I like to know how to change the original size at the moment when its created.
But I don’t want to define these with custom values in wp-config.php.
I’m looking for a solution to have control of the Avatar size in custom components.
for example: In the bp-events Plugin, I would like to change the Avatar format to a Flyer format.
Most of the Event Flyer, people want to upload, do not feed the Avatar size from Buddypress.
So they just get a cuted piece of there flayer.
I relay would like to change this.
November 7, 2009 at 10:59 am #56128In reply to: How to display avatars in normal theme at 125px?
Bowe
Participant@Branjesh: Ah ok
Learned something new then.. Thanks for clarifying
November 7, 2009 at 3:38 am #56125In reply to: How to display avatars in normal theme at 125px?
MrMaz
ParticipantBuddyPress creates two images for avatars. 150×150 and 50×50. Any other sizes you see are scaled by CSS.
If you really know what you are doing, you can define these with custom values in wp-config.php to change the real sizes of the files that are created, but I am not sure of any side effect that may occur.
define( ‘BP_AVATAR_THUMB_WIDTH’, 50 );
define( ‘BP_AVATAR_THUMB_HEIGHT’, 50 );
define( ‘BP_AVATAR_FULL_WIDTH’, 150 );
define( ‘BP_AVATAR_FULL_HEIGHT’, 150 );
If you are going to do this make sure you test extensively on a sandbox install first!
November 6, 2009 at 10:16 pm #56112In reply to: buddypress causing apache2 segfault
Dennyhalim.com
Participanttried disabled bp
remove the whole buddypress,
re-install it.
all original, un-edited files.
default theme.
still segfault.
November 6, 2009 at 9:53 pm #56109In reply to: How to display avatars in normal theme at 125px?
Brajesh Singh
ParticipantWordpress /buddypress does not do anything special to images.By default the avatars are saved as square(same height and width),so if you keep the ratio,the image looks good as it gets scaled down by css,otherwise say you make the height and width different ,It gets stretched.just for clarification
November 6, 2009 at 9:51 pm #56108In reply to: http://USER1.domain.com not working at all!
5280425
InactiveOhh man! ^.^ this theme really kicks ass right? Snap, I’m gonna try to clone this
November 6, 2009 at 9:42 pm #56106In reply to: http://USER1.domain.com not working at all!
Brajesh Singh
Participanthehe.. you are most welcome

Yeh buddypress.org is using buddypress but the theme is a custom theme which is not available freely
,so you may have to wait until Andy decides to make this theme available for everyone.but I don’t think so,as He will like to keep the look of this site unique
November 6, 2009 at 9:42 pm #561055280425
InactiveUsing this method, you can actually modify lots of other links! Very helpful. Thanks Brajesh!
*edit: Quite not working yet. Gives me
Parse error: syntax error, unexpected $end in /home/domain/public_html/wp-content/themes/bp-sn-parent/functions.php on line 81
Did I add this on a bad line or something?
November 6, 2009 at 9:38 pm #56104Brajesh Singh
Participanthi,yes, you can.
Put this code in your current themes functions.php and it will make it work.
add_filter("site_url","my_custom_register_url",10,3);
function my_custom_register_url($url, $path, $orig_scheme)
{
if($orig_scheme=
"login"){
if($path=
"wp-login.php?action=register")return get_option('siteurl')."/register";
}
return $url;
}
Let me know it worked for you or not
November 6, 2009 at 9:22 pm #56102In reply to: http://USER1.domain.com not working at all!
5280425
InactiveYup, it is resolved with your great help. Thanks a lot. I will try to install WPMU on Add On’ed domain and see how it goes
Also, is BuddyPress.org using their BuddyPress or just a WordPress? Because this Theme is… Something beautiful
November 6, 2009 at 8:56 pm #56101In reply to: http://USER1.domain.com not working at all!
Brajesh Singh
Participanthi there
well,so your subdomain style issue is solved.
For the random non existing subdomain behavior is expected by wpmu.since you are using buddypress default theme ,so you will not be able to see wp-signup.php and it is one of the most discussed topic here in forum.just search it.
If you are trying to create forums (as you may be thinking of standalone forum in bbpress),this is not implemented in that way in buddypress.In buddypress ,the bbpress (internal integration) is used for creating forums with groups and they do not have a separate admin.You can enable forum from group admin screen for a particular group.
As far as I know and my experiences with shared hosting,you won’t be able to install wordpress mu on addon domains.If you are able to install wpmu on addon domain ,then buddypress should work without any problem.
-
AuthorSearch Results