Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 31,876 through 31,900 (of 32,561 total)
  • Author
    Search Results
  • #38081
    Burt Adsit
    Participant

    I haven’t had problems with $bp->loggedin_user->id. I had problems with the old $bp which is now $bp->displayed_user->id. It wasn’t really a problem it was my lack of understanding at first, what it represented and when it was available. It was only valid when the user was in the member theme.

    Exactly where and when is $bp->loggedin_user->id becoming invalid?

    #38064

    In reply to: Buddy Press themes

    Noticed that you’re installed in a sub directory, might that have anything to do with it? Last I read WPMU had to be installed in the root, but that may have changed.

    Does this happen if you use the default MU theme?

    Otherwise, yeah this is a new one.

    Do me a favor, and in your wp-content directory, make a directory called “_temp” and move ALL of the files in your mu-plugins directory in there EXCEPT bp-core.php and the bp-core directory. Does that make sense? When you’re done, mu-plugins should contain…

    • ./bp-core
    • bp-core.php

    Then try and see what happens. Maybe there’s a plugin getting in the way, and this will tell us if so.

    Also, can you check the contents of the .css files in your buddypress-home/css/ folder? Is it possible they did not get correctly uploaded? Maybe try deleting them and reuploading them again from a good source file on your computer.

    #38063
    Arturo
    Participant

    Andy, about _wpnonce, the problem with “WordPress failure notice” the theme is the default home/member theme, and the problem is with the email… how i resolve this? thanks!

    edit: i’ve read in the svn the fixing in #1126. Thanks.

    #38062

    In reply to: Buddy Press themes

    mimik
    Member

    Yep it was all set to 644, I am running thin on ideas :(

    #38061

    Finally tracked this one down! OMG was it hard!

    Basically, using /%category%/ doesn’t work in the permalinks anymore, if it ever did in the first place. That was my problem the entire time, and now I can safely rename my /blog to /news or /cheese or /beer or whatever…

    Phew… Should this be tracked? I’ve confirmed this on a stock install of BuddyPress/WPMU also to confirm.

    Also, that function you mentioned, basically bypasses archive.php, category.php, etc… And only serves up index.php and single.php…

    #38059

    In reply to: Buddy Press themes

    Andy Peatling
    Keymaster

    This is permissions related, make sure all of your CSS files and JS files are 644.

    #38058

    In reply to: Buddy Press themes

    mimik
    Member

    yeah they are in the directory, any other ideas?

    #38057

    In reply to: Buddy Press themes

    Sgrunt
    Participant

    i mean: wp-contentthemesbuddypress-homecss, that contains your base.css and the same for wp-contentmember-themesbuddypress-membercss

    #38055

    In reply to: Buddy Press themes

    mimik
    Member

    where is the css sub folder? there is a css folder in there already.. am I having a tired blonde moment?

    #38053

    In reply to: Buddy Press themes

    Sgrunt
    Participant

    are you sure to have uploaded the css subfolder in your buddy-theme-home folder? it seems that your theme has got no css.

    #38048
    Burt Adsit
    Participant

    Original bp theme file? If you are talking about some kinda original Photoshop images then you’d have to talk to Andy about that.

    #38045
    Burt Adsit
    Participant

    Howdy, that logo seems to live in css and you can override it by changing this:

    #header h1 a {

    text-indent: -999em;

    background: url(../images/logo.gif) top left no-repeat;

    overflow: hidden;

    width: 214px;

    height: 35px;

    display: block;

    float: left;

    }

    line in /themes/buddypress-home/css/base.css. You really don’t want to change it, you really want to create a file in that same directory as base.css and call it site-wide.css

    Make your override mods there. There’s a file in there called site-wide-sample.css that explains it.

    #38037

    In reply to: Blog Avatar?

    That’s actually kind of neat, and it would be a good starting point to port over to BuddyPress. The fact that it’s a “premium” theme however probably doesn’t put it under the GPL, so a new method might need to be arranged.

    #38014
    Burt Adsit
    Participant

    Oh boy am I getting milage out of this link today.

    https://codex.buddypress.org/getting-started/using-the-buddypress-themes/

    wuhudo, your confusion is absolutely normal. You should have been involved near the beginning of all this BP stuff. It took a week for the ‘non-blogcentric nature’ headache of BP to wear off slightly.

    We just aren’t in Kansas anymore Toto. :)

    #38013
    Burt Adsit
    Participant
    Alex
    Participant

    Have you changed the image in both themes? The home theme and the member theme?

    #37994
    MartinNr5
    Participant

    I’m seeing quite a few questions about this popping up lately. I’m no fan of an abundance of stickies but perhaps this one deserves a spot in the limelight?

    Or should we trey and start some sort of FAQ thread (and, in the process, figure out a way to stop it from becoming completely unwieldy)?

    #37993
    MartinNr5
    Participant

    No worries, it’s always better to ask and learn than to be silent and stay uneducated. :)

    And yes, you need to look at a members profile in order to see the BuddyPress member theme.

    The individual blogs are not managed by BuddyPress but by WordPress MU and because of that the themes are standard WordPress themes.

    #37992
    wuhudo
    Member

    MartinNr5

    I think it may be that I have just made a public fool of myself at a more professional level than I have ever achieved before.

    I have not gone back to look, but assume that the reason nothing is being seen is that the member theme only comes into play when there are members and groups and things up and running and that its absence for me is that this is totally new and blank as a site.

    In that case, I apologise for wasting people’s time and would only say that my public humiliation has at least shown me that the people on these forums are prepared to help, even when they must suspect they are dealing wih an idiot.

    I think that is a good recommendation.

    Thank you for taking the time and trouble to help on this.

    #37990
    MartinNr5
    Participant

    Just to clarify: the member theme is the theme you see here: http://testbp.org/members/zlovred/

    It’s not meant to be used on individual blogs.

    #37988
    wuhudo
    Member

    burtadsit

    Thanks for the reply.

    What I meant was that if I install the member theme as per instructions on install (in wp-content) it does not show anywhere on admin or user control panels. I can only make it show by putting it in themes, which I know is not where it wants to be.

    It shows as being the default user theme in admin options, but it does not show as being there.

    Setting up a user account defaults to the Mu Kubrick theme.

    I suppose the point I am making is that if I follow the install instructions, the theme does not seem to be there.

    #37985
    Burt Adsit
    Participant

    The bp member theme is not a standard wp theme. It should not be in the /themes directory at all. You can’t activate it and use it as a wp theme. Only the bp home theme can be used like that.

    #37983
    wuhudo
    Member

    MartinNr5

    Thanks for coming back on this.

    I have actually now deleted the whole Mu and BuddyPress set-up (as it is new) and downloaded the latest. I have gone through the install guide again and…same problem.

    I fiddling around last time, I forgot to mention that when the Member theme is installed in wp-content it does not show up at all in themes control panels. It is only when it is put in themes directory that it registers in the themes admin but it does not show in Ajax preview and results in blank page if installed.

    The last time, I recursively changed all permissions to 777 of every file in desperation, but still no joy.

    For what I want to do, a constant theme across all blogs and sites is the ideal, so I want to get this to work. It allows the BuddyPress Home theme OK, by the way.

    Hope there might be a clue there somewhere.

    Any help appreciated. Thanks.

    #37975
    MartinNr5
    Participant

    Have you checked this thread: https://buddypress.org/forums/topic.php?id=1223 ?

    #37974

    In reply to: Modify BP links

    jedbarish
    Participant

    I activated it for community.domain.com but the links kept going back to domain.com not community.domain.com within its own theme. I cant find anything to insert the static links to keep buddypress theme within its own subdomain itself.

Viewing 25 results - 31,876 through 31,900 (of 32,561 total)
Skip to toolbar