Search Results for 'theme'
-
AuthorSearch Results
-
May 2, 2009 at 3:58 pm #44125
Andy Peatling
Keymaster@andrea_r: I’m surprised no one has done that yet. Should be quite easy.
May 2, 2009 at 3:58 pm #44124Jeff Sayre
ParticipantAndrea is right.
You can either take the current BP home and member themes and customize them to integrate blogs as you wish, or you can use the BuddyPress Skeleton Template Theme files to build your own blog-centric custom BP themes.
May 2, 2009 at 3:40 pm #44122Andrea Rennick
ParticipantWhy not take a copy of the bp home theme and do the edits to make it a blog theme? Has anyone tried yet?
May 2, 2009 at 3:16 pm #44120In reply to: Recent posts (sitewide) missing some posts
Jeff Sayre
ParticipantAssuming that you’ve upgraded your site to WPMU 2.7.1 and the newly released BuddyPress v1.0, then carefully read the section entitled “Upgrading the Theme files” in this BuddyPress Codex link.
May 2, 2009 at 2:57 pm #44119In reply to: reducing the width of buddypress theme
Jeff Sayre
ParticipantIs the height parameter a must, or can you leave it like (800, )?
No. You cannot leave the parameter blank. You could pass a variable into the space if you wanted, but it must have something.
When I tried to remove one WPMU folder I got the error message
“500 Can’t Remove Directory. Permission denied”.
A few questions:
- Have you checked the files / folder permission on your WPMU install? You should be able to delete everything that you personally upload to your public_html. Although, with shard hosting, there could be issues with apache owning certain files and folders.
- Are you using an automatic WordPress Mu install option from your hosting company? I’m not sure if any hosting companies offer that option for WPMU, but it’s worth asking.
The answer I got was WPMU does something at the Apache level and that I can’t do much about it unless mine is a dedicated hosting service.
- Have you contacted tech support for your hosting service provider and asked for their help? This WPMU forum post may prove useful in talking with tech support: https://mu.wordpress.org/forums/topic.php?id=3173&replies=3#post-19388
- Have you considered changing hosting companies or upgrading to a more robust hosting plan? A VPS perhaps?
WPMU really does not do too well on a cheap hosting plan. Here is sage advice from andrea_r, a WPMU guru: http://wpmututorials.com/news/choosing-a-host/
I have a new installation now.
I think the width problem is to be fixed elsewhere.
Please consider these:
As far as figuring out what’s going on with your CSS, this is where the Firebug tool comes in very handy! It takes awhile to learn how to use it. But once you do, you can determine where a given div or class is pulling its instructions from and then temporarily override those selector parameters within Firebug and see how that affects the overall layout. It is a very powerful and useful tool!
Concerning CSS issues with IE6: my personal opinion is to not worry about supporting that browser anymore. It is just a big pain and too much work for too little return–less than 20% usage ( http://www.w3schools.com/browsers/browsers_stats.asp ). Again, that is just my opinion.
May 2, 2009 at 1:56 pm #44113In reply to: reducing the width of buddypress theme
Maythil
ParticipantJEFF, THE LATEST.
I have a new installation now.
I think the width problem is to be fixed elsewhere.
Please consider these:
1. Immedaitely after the installation I found the Admin bar is 800px by default.
The rest of the body, starting from the top red line to the bottom silver bar, is much wider than that. The difference in the width can be clearly seen as a white ptach right of the admin bar (At buddypress.org this area is silver or light grey). It’s a blemish.
2. This means that I don’t have to put #wp-admin-bar { width: 800px !important; } in the site-wide.css . In fact I need to put #wp-admin-bar { width: 960px !important; } instead, so that the width of the admin bar would expand to the right all the way to cover the width of the body. I don’t understand this header/body width disparity?
3. The above is applicable to Firefox and Chrome (but making the Admin bar width 960px creates a problem with in IE6, where the whole site is set within 800px by default).
Regards.
May 2, 2009 at 11:30 am #44110In reply to: Customize header site wide/globally
Paul Wong-Gibbs
KeymasterThe ‘home’ theme only affects the very front page of your Buddypress site, as well as that main site’s blog.
Members, Groups and all the other pages are controlled by the ‘member’ theme, so you need to make your changes there.
May 2, 2009 at 8:59 am #44101In reply to: I want to upgrade my Rc1 to 1.0
2677869
InactiveAre ou sure you have the ame problem
Please move “/wp-content/plugins/buddypress/bp-themes/” to “/wp-content/bp-themes/” and refresh this page. You can download more themes here.
May 2, 2009 at 8:20 am #44098In reply to: I want to upgrade my Rc1 to 1.0
Jeremy Winter
ParticipantI have found a fix for the problem. To fix this issue, navigate to your BuddyPress Settings page and under the option “Select theme to use for BuddyPress generated pages:” select the skelton theme and save the settings.
Now return and select the default theme and click Save Settings. It should work now.
For some reason it was not finding the theme originally but after the switch it found the theme right away.
May 2, 2009 at 7:55 am #44097In reply to: Default Theme Issues – HELP! :)
Sushubh
Participanthah. i was also looking for this same thing. i would have also liked to have the buddypress theme activated for all individual blogs.
May 2, 2009 at 7:25 am #44096In reply to: I want to upgrade my Rc1 to 1.0
Jeremy Winter
ParticipantI am having this same problem while upgrading from beta2 to 1.0. My home theme and the default home theme work fine, but the member theme still says it is missing.
I have deleted the old directories and moved /wp-content/plugins/buddypress/bp-themes/ to /wp-content/bp-themes/
so my result is mysite.com/wp-content/bp-themes/bpmember/
According to the instructions that is all that is needed. I am also seeing BP_MEMBERS_SLUG in the member theme. This one is puzzling me
May 2, 2009 at 4:20 am #44093In reply to: reducing the width of buddypress theme
Maythil
ParticipantInteresting things, Jeff.
Thanks for introducing Firebug and Web Developer Tools. Imagine my plight of going to every file through the Cpanel file manager (which has no Back button!).
*
<script type=“text/javascript†language=“javascriptâ€>
window.resizeTo(800, 600)
</script>
Is the height parameter a must, or can you leave it like (800, )?
*
I usually use the FTP service from My Network Places in my Windows-XP.
When I tried to remove one WPMU folder I got the error message
“500 Can’t Remove Directory. Permission denied”.
I had posted this problem at a WPMU forum.
The answer I got was WPMU does something at the Apache level
and that I can’t do much about it unless mine is a dedicated hosting service.
From what you said I gather that my work is to be done somewhere up,
not under public-html at the folder level, right?
May 2, 2009 at 1:41 am #44088In reply to: threaded forum posts ?
Jeff Sayre
ParticipantErich73-
I’m sure it could be worked to get it to play well with BuddyPress!
At the bare minimum, there are some important changes/additions to certain theme files and folders that would need to be made as detailed here in the section entitled “Upgrading the Theme files”.
May 2, 2009 at 1:18 am #44084In reply to: BuddyPress Admin Bar in the middle of my page!?
Jeff Sayre
ParticipantAre you running BP version 1.0? Is your old theme a custom theme?
Assuming that you upgraded to v1.0, carefully read the section entitled “Upgrading the Theme files” in this BuddyPress Codex link.
May 2, 2009 at 12:28 am #44082In reply to: No CSS – Member & Home Theme
Jeff Sayre
ParticipantHadar-
Thanks for sharing your issue and, even better, the solution!
May 1, 2009 at 11:42 pm #44080In reply to: No CSS – Member & Home Theme
hadar
ParticipantOK, responding to my own questions, just not to create work for anyone else who ends up here in the future.
I had a bug in my NginX conf file. For all CSS files that were in subdirectories off the root, I was sending those files through PHP rather than just returning them. That caused the Content-Type to be set to “text/html”, rather than “text/css”.
That’s why it worked without a Doctype (quirks mode kicked in), and failed in Firefox and Chrome with the Doctype in.
May 1, 2009 at 11:15 pm #44079In reply to: reducing the width of buddypress theme
Jeff Sayre
ParticipantMaythil-
You’re welcome–although I don’t know how helpful I’ve been.
With FTP, you should be able to go into your web root and do pretty much anything you want–that is assuming your hosting firm gives you FTP access privileges.
ie6 only displays 800px screens. is there a way to trick firefox or chrome into behaving like that?
Well, it seems that you are trying to do just that via the CSS. I’m not sure what the issue is though?
I suppose you could use JavaScript to force a resize of the browser window but this would only work for users you have javascript enable (most do) and have not set the Firefox Option that prevents a script from moving or resizing a window. Look here: http://schleichermann.wordpress.com/2009/02/04/javascript-resize-window/
Another great FireFox Add-on is the Web Developer Tools. It may help you gain more insight into what is going on!
May 1, 2009 at 10:33 pm #44075In reply to: Default Theme Issues – HELP! :)
Andy Peatling
KeymasterThe home theme is not designed to be activated on every members blog. You could create your own theme that brings in some BuddyPress features for each blog though. Users can actually add still add BuddyPress widgets to their blogs.
May 1, 2009 at 10:24 pm #44074In reply to: Skeleton Theme help
Jeff Sayre
ParticipantEzd-
You can customize the home theme to accomplish that goal. To make sure that no one can enter the community until they’ve registered and logged in, you could try implementing some of these suggestions.
https://buddypress.org/forums/topic.php?id=39
https://buddypress.org/forums/topic.php?id=1651
The community pages would be your customized member theme.
May 1, 2009 at 9:58 pm #44071In reply to: Default Blog Theme
Paul Wong-Gibbs
KeymasterAnother? Yes, you can change the default theme in the admin settings. A specific BuddyPress theme? No.
May 1, 2009 at 9:09 pm #44069belogical
ParticipantDainismichel, I’ve been that route for the past year and a half. Nothing compares to buddypress that is out there. I’m hoping to find a skeleton theme that integrates the blogs nicely. I have one now from wildrot, but it will take a lot of work to get it production ready. I’ll keep you posted.
May 1, 2009 at 9:00 pm #44068In reply to: Default Theme Issues – HELP! :)
dainismichel
ParticipantAnyone have a decent “community theme” set up that works for member blogs? Willing to share?
Similar thread: https://buddypress.org/forums/topic.php?id=1632&replies=18#post-13349
May 1, 2009 at 8:55 pm #44067In reply to: Admin Bar on a new theme from scratch
eruecco87
ParticipantFound it!!!!
here’s the tag <?php bp_core_admin_bar(); ?>
All i did was add this tag right after the <body> tag
May 1, 2009 at 8:53 pm #44065dainismichel
ParticipantShow stopper for me too. Looking into http://wpmu.org/an-alternative-to-buddypress-three-new-wordpress-mu-plugins-communities-messaging-and-friends/
Best,
Dainis
May 1, 2009 at 8:42 pm #44063In reply to: Upgrading from RC-1 to RC-2 or 1.0 Release
zeitweise
ParticipantHi there,
when following the upgrading instructions I forgot to activate the new plugins after uploading them manually. Instead I continued with all the theme changes right away [edit: on the ftp-server].
After all, I can not log into my MU installation at all – there is just a blank screen. I tried to bring the old files back in place – without success.
Is there any way that I do not have to re-install all of WordPress MU in order to get back my admin panel??? *argh*
-
AuthorSearch Results