Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 31,301 through 31,325 (of 32,561 total)
  • Author
    Search Results
  • Joss Winn
    Participant

    Socialpreneur is quite right. The plugin works very well. The issue is changing the template so users are directed to wp-login.php as an alternative to normal signup in the way that the fb-connect plugin is integrated into the default themes.

    #41361
    Burt Adsit
    Participant

    Member theme or home theme?

    What version of bp?

    The 404 error when trying to access the blog posts on the main blog is usually due to not using the most recent functions.php file in your theme. Make sure that your theme is using the functions in functions.php distributed with the bp home theme.

    #41356
    Robert
    Participant

    In case others are curious here’s what I did:

    I copied the function bp_get_nav removed the lines with the logout link and renamed it to bp_get_nav_no_logout as suggested above by jjj. Then I put this newly created function in the functions.php file in my theme and I changed the userbar.php file to call bp_get_nav_no_logout.

    That way I keep it with my custom theme and leave the core files untouched.

    Thanks again John.

    gpo1
    Participant

    @Socialpreneur, How do you display the widget on the home theme for sign-in like facebook connect?

    #41352
    Sgrunt
    Participant

    ok solved the registration problem!

    #41350
    Sgrunt
    Participant

    ok, we’re gonna to see the light, i’m making all required changes and keeping them working, if you wish i could write a little documentation after this. I’ve only a question: the signup button now leads to the WMPU registration page and not to the buddypress register. Could you tell me if i’m doing something bad or if this is an upgrade issue?

    Thanx Andy, i’m sure that the final version will be a great success.

    #41347
    Sgrunt
    Participant

    hi Andy, after having this issue i’ve rembered your mail that anticipated the changes. But in my opinion downloading the latest trunk with no indication in sticky posts or in the readme.txt is a pain (yes,i’m receiving a lot of emails from theme users).

    I hope to see a sticky post with documentation for this upgrade: it will be very useful. I think that directories must be styled from directory.css in the bp-theme?

    #41343
    Wcastillo
    Participant

    A hat? Where should I claim for it??? :)

    @Dace: Your best bet is start a new theme out of the buddypress_home and _member theme, rename it and place the custom.css from the FaceBuddy guys…

    Take a look at Emigrando.info… It worked like a charm (I even manage to adapt Andy’s BP-Facebook Connect plugin with “Invite Friends” capabilities! A very dirty workaround… but it works anyway! still needs some polishment though)

    #41335

    In reply to: trouble with rev 1268

    Jeff
    Participant

    bp-themes folder was used, and directories was there. Tried trunk1281 and that caused more issues with nav links (HOME_BLOG_SLUG & MEMBERS_SLUG appeared on /groups page) and same issue as before.

    I reverted to trunk1248 and all is back to normal… except I was liking the new page title tags in trunk1268.

    #41333
    Shelley Keith
    Participant

    The readme in the trunk hasn’t been updated to reflect this change, just FYI.

    Burt Adsit
    Participant

    benny this has nothing to do with bp itself. It’s a theme thing that is happening here only.

    Burt Adsit
    Participant

    If you are trying to edit your member profile and are getting some error about groups then something is very wrong. Since this is a custom member theme I can’t help because I have no idea what the code looks like. I can help you if you are having problems with the standard member theme.

    #41327
    hotandrei
    Participant

    Sorr but can you tell me how to do it exactly because i m a super noob and don t know too much PHP also.

    Thank you

    #41326
    Andy Peatling
    Keymaster

    For anyone who has this problem —

    1. Copy the /directories/ folder from the default BuddyPress member theme into your own BuddyPress member theme.

    2. Copy the /css/directories.css and /css/loader.php from the default member theme to your own theme’s /css/ directory.

    3. Reload the page, but make sure you have cleared your browser cache.

    These changes will make it much much much easier to change the design of the directory pages.

    #41325
    Andy Peatling
    Keymaster

    Sgrunt: not sure if you got my message mentioning the changes?

    The directories have moved to the member theme instead. They have proper template files now that you can skin far easier. You should be able to copy your styles from the blog to member theme.

    Be aware of constant name changes in the functions.php too.

    MEMBERS_SLUG is now BP_MEMBERS_SLUG.

    There should be no more changes like this – it was a necessary change to help theme designers ready for 1.0.

    #41320
    Dace
    Participant

    Thx for ur quicky answers and support sgrunt !

    Perhaps some clues in the trunk :

    “removed blogs, groups and members directory from the home theme into the BuddyPress member theme. The directories now have their own templates and theme based CSS and provide much easier editing.

    Moved the $bp global setup to a higher priority action – from the ‘wp’ action to the ‘plugins_loaded’ action. This stops occurrences where the $bp global was not defined yet.”

    Burt Adsit
    Participant

    I\\\\\\\’m kinda confused by what you want and what you have done.

    If you want both the member theme and the theme that you use on your wp blog to be similar then the two themes that are distributed with bp will work. If you install a different wp blog theme then you\\\\\\\’ll either have to modify the wp blog theme or the member theme to match.

    The two themes are completely independent of each other.

    It sounds like you are allowing your users to create their own blogs and you\’ve allowed the bp home theme to be available to them. You can, but don\’t have to do that. If you install more wp themes and make them available then they can choose any theme they want. If you don\’t want blog admins to have access to the bp home theme then disable it in Site Admin > Themes.

    If you change the member theme then, yes, it applies to all users on your site. Users don\\\’t get to select their own member theme. It will be whatever you set it to.

    #41317
    danielfelice
    Participant

    Hi Guys,

    freebpthemes.com is down AGAIN but you can find the contest details at

    http://wpmu.org/first-ever-buddypress-theme-contest/

    freebpthemes.com should be up mid week – currently moving servers

    #41314
    Wcastillo
    Participant

    I concur with Burtadsit’s statement. I wonder why Automattic does not take on SimpleForum and make it the default WP forum… It integrate WP seamlessly, no need to be themed and is rich featured.

    dainismichel
    Participant

    OK, well, the theme itself works, however, it prompts the member to add their own widgets and stuff. Basically, how can I create a pre-set member theme that all members just \”get,\” with widget settings and all?

    Is that possible?

    Best,

    Dainis

    PS: Also, when I switched the theme in the main admin area, my testmember blog theme stayed the same. I logged into testmember and changed the theme there. It would be cool, if all changes to the member theme would apply to all uses of the member theme. Is that the case, or are copies made and “hidden” somewhere?

    #41308
    Sgrunt
    Participant

    no, there are some changes in themes structure, and so this will not solve problems with members and groups directory pages.

    #41307
    Sgrunt
    Participant

    i’m looking for an emergency solution: keep only the images and css folder and the footer files both of facebuddy home and member, and upgrade all the other files with the latest trunk. I’m trying and i’ll let you know if it works completely

    #41302
    Dace
    Participant

    thx for the support… i stay tuned on BD !

    Edit : it doesn’t work.. must i modify bp-themes,home-theme or twice ?

    #41301
    Sgrunt
    Participant

    i\\\’m looking at the latest trunk, and there is some issue. I correctly see themes but there are issues with the main links: Groups and Members pages that was previously ruled from the home theme, now seem ruled from the bp-theme. I\\\’ll try to understand what happens, but i think that it will be a problem to release new themes until the stable BP version, because users cannot modify their themes to suit every new trunk version.

    updated: as first you can change the <body> in your header.php file in the theme, with: <body<?php if ( bp_is_directory() ) : ?> class=\”directory\”<?php endif; ?>>. this solves the header link problems.

    in the “home theme” too there are link changes: for example <?php if ( bp_is_page( MEMBERS_SLUG ) ) {?> becomes <?php if ( bp_is_page( BP_MEMBERS_SLUG ) ) {?> and so on.

    #41299
    Sgrunt
    Participant

    i’ve just installed the latest trunk, and the facebuddy (member) theme works perfectly. Are u sure to have activated the member theme from here: site admin > buddypress >facebuddy?

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