Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 31,926 through 31,950 (of 32,561 total)
  • Author
    Search Results
  • #37736

    In reply to: Andy, Still an error

    realfam
    Member

    ok, here is what I just did…

    1) deleted all databases completely

    2) created brand new database for the MU/BP install

    3) Installed latest trunk of MU 2.7

    4) Tested everything…no issues at all

    5) Installed latest trunk of BP

    6) Looked at the DB, the correct fields are there

    7) Tested everything…no issues at all

    –“Full Name” Field is there

    –Registration goes perfectly

    The above is using the WPMU Default theme!

    Now, I have pulled that problem script out of the header of my custom theme and am going to upload it, activate it and see what happens without the script. Will report back.

    —-UPDATE—-

    Everythign worked fine. Next.

    Ok, I added the php script back into the header….”Full Name” field gone again. So we have done the same procedure abotu 10 times and have concluded that that will not fix the issue. I think its time to start looking at this differently. I can say with 100% certainty that this all worked fine, perfectly, ALWAYS without exception on the Buddypress Beta 1. Back to square one!

    #37724
    tza
    Member

    In case anyone else had a similar problem — I needed to replace the code from the buddypress-home theme’s function.php file.

    #37723
    Paul den Hertog
    Participant

    I’m working on an educational blogging/community/elearning service (a bit like edublogs) for the University of Applied Sciences in Amsterdam.

    Have a look @ http://teachr.nl/ There’s not much content online yet, still playing with themes, sql caching and apache tuning (eventually we envision about +10K blogs on the server.

    #37719
    Andy Peatling
    Keymaster

    Should be fully translatable in the latest.

    #37718
    silik
    Member

    yeah, that’s it.

    thx :)

    #37717
    plrk
    Participant

    MartinNr5: need help with the Swedish translation? I was about to start doing that next week, but I see no need to re-do finished work.

    #37715

    In reply to: Pagination Problem

    Andy Peatling
    Keymaster

    It is theme based, if you look in the functions.php of the latest home theme you will see the fix.

    #37712
    Andy Peatling
    Keymaster

    don’t use /blog for your directory, it will conflict.

    #37698
    Andy Peatling
    Keymaster

    These are the tickets left.

    I will be posting an announcement on the blog today regarding the release and more information about the plans going forward.

    #37695
    sdq80
    Participant

    you need to modify your theme in order to display one name for each user which is the BP full name, here is the function that do the job:

    bp_core_get_userlink($post->post_author)

    BR

    SDQ

    #37680
    Paul Wong-Gibbs
    Keymaster

    Sorry to continue in a seperate post but:

    This could be argued that it is something a blog theme would have to implement. We have to remember that BP is a set of plugins and conceptually we wouldn’t want anything in WPMU to break if BP was removed (or trash left behind). Unless Andy could enlighten us, I’m not sure why BP couldn’t use the user identifer from WPMU. Any extra fields I think should have to be stored in BP tables, as-is atm.

    We should put this suggestion into a trac ticket.

    #37675
    jurmous
    Participant

    There is one PO file indeed for BuddyPress components. And I think the language pieces in the buddypress home theme should be separate so people can more easily change the language in of the theme without compromising the translations for BuddyPress itself.

    Shouldn’t be there a language file for the home theme?

    Ah nice to have also a swedish version soon :)

    #37673
    MartinNr5
    Participant

    There is one PO as far as I know. I’m 92% done translating BP to Swedish for instance.

    #37670
    life2000
    Participant

    sportstwit.com is a really cool combination of prologue and BP. I would love to have access to themes like this and be a part of its development.

    Also looking forward to Nicole’s theme. Genius stuff! I will be watching this thread.

    Thank you.

    Vida

    #37667
    life2000
    Participant

    Hi Steve:

    This is how I did it:

    As hyrxx above mentioned, go to: buddypress-home -> css -> base.css

    Look for Header section in base.css. The fist part looks like this:

    /*** HEADER **********/

    #header {

    padding: 25px 20px;

    }

    #header h1 {

    width: 214px;

    height: 29px;

    overflow: hidden;

    text-indent: -999px;

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

    float: left;


    Just change the width and height to what your logo size is. You need to do the same on base.css in your member themes as well. I had to go into file management on my server to edit this, due to MU not having a theme editor option.

    #37651
    Burt Adsit
    Participant

    ib0189, what you describe is possible. You can use a wp theme for the main blog and the bp home theme for all other blogs in mu. You just need to restrict your user’s selection to the bp home theme only and somehow make it the default. The plugin that awarner20 mentioned works. Also in Site Admin > Themes just disable everything except the home theme.

    #37642

    Hi,

    I have the exact same error with the latest release of buddypress and wp 2.7, and just as jfcarter explained my templates are also in the correct directories with the correct permissions. The system looks for “buddypress-home” instead of “member-themes”

    wp-content/member-themes/buddypress-home/index.php) [function.load-template]: failed to open stream: No such file or directory in /wp-includes/theme.php on line 822

    #37627

    In reply to: Blogs Using BP Theme

    I see I’m not the only one thinking in this direction. Basically a uniform default pre-widgeted blog layout for new users to use, that matches the existing site, creating a “facebook” like experience for lack of a better term, where everything fits nicely in its box.

    I think the next step would be once you’ve got that done, to remove the “Appearance” area from the user admin entirely, that way they don’t go breaking it, or seeing a menu that they can’t use.

    I’ve thought about making a default theme that wasn’t widgetized, with a hard coded sidebar.php; that would work, but it’s more of a work-around than a resolution.

    #37626
    ib0189
    Member

    The (test users) have a blog too and have the domains setup:

    user.site.com

    This then shows a default BuddyPress theme home, with no widgets.

    Even when the main site/blog is using the BuddyPress theme itself with widgets, the user.site.com has the BuddyPress theme home with no widgets.

    I actually want users to use the BP theme, and the main site (site.com) to use the WPRemix theme.

    #37624
    Adam W. Warner
    Participant

    If you don’t want to use widgets, I believe you can find what you’re looking for here… https://codex.buddypress.org/developer-docs/action-reference/

    …but you should be using widgets as it’s much easier to make changes in the future instead of keeping track of hard coded function calls in your theme;)

    speaking from previous wpmu experience

    #37621
    Adam W. Warner
    Participant

    Hey IB,

    I think you’re current setup should work for what you need to do. You may need to add a couple plugins though.

    You said these were the trouble items…

    site.com > WPRemix theme.

    user.site.com > BuddyPress Home theme – but no widgets setup (I thought that that should have gone to either the user’s profile or the user’s blog?).

    My set up is similar.

    site.com > Using main BP theme

    user.site.com > Using a default theme I specified using a plugin called “New Blog Defaults” that allows me to set the default theme for any blog that’s created.

    Now, the difference might be that my version of user.site.com is actually a user blog address, not just a user name. Does the user your trying access have a blog domain as well? Or just a user (profile) name?

    If it’s just a profile name, then the url would be http://site.com/members/membername/

    #37601

    That’s the response I anticipated getting, but it doesn’t answer the questions.

    Unless I’m missing something, and I definitely could be, doing that alone makes the default theme set and still allows for editing of widgets. I would like a pre-made widgetized blog setup so that my users can’t/won’t have to do it themselves.

    #37598
    hyrxx
    Participant

    disable all the themes in the themes admin section under site admin

    #37537
    jfcarter
    Participant

    @burtadsit,

    Thanks for your post. My files are already exactly as you suggested; I paid careful attention in the install instructions.

    I already activated the bp home theme in the WPMU backend.

    I think what’s happening is a function needs to be changed to reflect the new location of buddypress-home and member-themes.

    In the meantime, I’ve figured out a workaround.

    #37536
    Paul Wong-Gibbs
    Keymaster

    Exactly the same when I test using the search box (top left of the home theme). The problem is that there’s no code written to handle it yet – all the existing code does is to call the bp_search_form_action action which isn’t implemented anywhere.

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