Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 65,601 through 65,625 (of 68,949 total)
  • Author
    Search Results
  • #44114
    Paul Wong-Gibbs
    Keymaster

    Importing blogs (your second bullet point) is part of WPMU and nothing to do with Buddypress. You can do this by visiting /wp-admin/import.php on your site as an admin user.

    The first bullet point is something that at least person is working on, but I don’t expect to see anything released for a long time yet.

    I will eat my hat if their isn’t an existing RSS widget for WordPress. Have a look through https://wordpress.org/extend/plugins/.

    #44113
    Maythil
    Participant

    JEFF, 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.

    #44110
    Paul Wong-Gibbs
    Keymaster

    The ‘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.

    Paul Wong-Gibbs
    Keymaster

    Bonjour

    Yes, it is because you or your host has the ‘open_basedir’ PHP setting. Here’s the French-language version about that setting: http://php.net/manual/fr/ini.sect.safe-mode.php#ini.open-basedir

    It is stopping PHP including files. You probably need to talk to whoever provides your hosting to change this setting.

    #44101
    2677869
    Inactive

    Are 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.

    #44098
    Jeremy Winter
    Participant

    I 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.

    #44097
    Sushubh
    Participant

    hah. i was also looking for this same thing. i would have also liked to have the buddypress theme activated for all individual blogs.

    #44096
    Jeremy Winter
    Participant

    I 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

    #44094
    milo 3oneseven
    Participant

    Playstadium, a gamers site.

    Twins-of-combat, a war clan with bbpress.

    #44093
    Maythil
    Participant

    Interesting 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?

    #44088

    In reply to: threaded forum posts ?

    Jeff Sayre
    Participant

    Erich73-

    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”.

    #44087
    Jeff Sayre
    Participant

    Thanks, everyone, for your thoughts on how to extend and expand BuddyPress!

    The best way to communicate your ideas to BP developers is through one (or both) of these links:

    https://buddypress.org/groups/buddypress-features

    https://trac.buddypress.org/newticket –> log into trac using your BuddyPress.org username and password, and create a new ticket for an enhancement request.

    #44085
    Jeff Sayre
    Participant

    Thanks for the post, Kusal!

    I’m not sure if this was an issue when you posted it 8 hours ago, but I can see a BP favicon on the home, forum, and all member pages.

    #44084
    Jeff Sayre
    Participant

    Are 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.

    #44079
    Jeff Sayre
    Participant

    Maythil-

    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!

    #44076
    Roy McKenzie
    Participant

    WOOTY WOOOO

    #44075
    Andy Peatling
    Keymaster

    The 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.

    #44074

    In reply to: Skeleton Theme help

    Jeff Sayre
    Participant

    Ezd-

    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.

    #44071

    In reply to: Default Blog Theme

    Paul Wong-Gibbs
    Keymaster

    Another? Yes, you can change the default theme in the admin settings. A specific BuddyPress theme? No.

    #44070
    ncandelier
    Participant

    Hello,

    I am facing exactly the same problem.

    WPu correctly setup, and Buddypress activated as a plugin,

    all the links at the top of WP lead to 400 :

    The requested URL /press/members/admin/activity was not found on this server.

    The requested URL /press/members/admin/profile was not found on this server.

    The requested URL /press/members/admin/blogs was not found on this server.

    I checked my WP folder, and no members folder.

    How is it supposed to be created?

    Thank you.

    Nicolas

    belogical
    Participant

    Dainismichel, 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.

    #44068
    Dainismichel
    Participant

    Anyone 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

    #44066
    Marcin Biegun
    Participant

    sql queries – because I wanted to use this script outside of buddypress installation.

    taxonomy tables – as I said I need to get tags of newest posts sitewide.

    As I see I can use bp_has_activities() to get recent posts without sql queries, but what about tags of those articles?

    Dainismichel
    Participant
    belogical
    Participant

    very interesting thread. i just started something similar here. https://buddypress.org/forums/topic.php?id=2434

    i totally thought the blogs were integrated into the home theme. i had no idea they weren’t. i was going to launch my site this weekend, now it’s looking pretty bad. i would have to hack a theme together, which stinks. i was really excited about the all in one integrated themes, especially at upgrade time. get the new features and no hacks on my theme!

    i do like the look of that JPG, but wouldn’t care if it was identical. i would just love the integration of blogs into the home theme. any help or info I can provide to the community, I will post here. please do the same with regular updates.

    this is a show stopper for me.

Viewing 25 results - 65,601 through 65,625 (of 68,949 total)
Skip to toolbar