Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 31,751 through 31,775 (of 32,561 total)
  • Author
    Search Results
  • #38762

    In reply to: My Friends Activity

    matt082606
    Participant

    perhaps I posted wrong the line:

    <?php bp_friend_last_content_update() ?>

    doesn’t do much, you’ll need to decide what material you want to display there.. I assume this is going to be the “home” theme of the wordpress mu right?

    #38751
    chriscarter
    Participant

    Thanks, John! I was lost until you mentioned removing home.php. Thanks to you, too, Burt.

    #38740
    huh
    Member

    I installed the ‘New Blog Defaults’ plugin and got a load of ‘headers already sent’ and other errors.

    So … in plain English, can you explain the above please?

    Do we follow the instructions as johnjames stated or simply adjust home.php?

    TIA

    EDIT – Actually, scrub that as I found the correct 2.7 version of the plugin and it works perfectly!

    #38739
    Burt Adsit
    Participant

    I’m not sure in what context the function is being called. You are saying this works in bp for you but not outside of bp? The call might be failing because the bp globals might not be fired up. bp’s plugins get loaded but bp relies on the ‘wp’ action to init the $bp global object which has all the table names and other goodies bp needs to operate.

    You are making the fn call from inside query.php inside of a wp theme context? Is this from an ajax context? If it’s ajax then bp doesn’t have any plugins loaded or global vars instantiated.

    Try doing this in an ajax context:

    wp-load.php like you are then

    wp();

    See Andy’s /bp-core/bp-core-ajax-handler.php for how he does this.

    #38738
    Burt Adsit
    Participant

    chiscarter, John is exactly right. What a wonderful, brilliant idea John. If home.php exists in a theme directory it gets preference over index.php which is the ‘theme’ you are talking about Chris. It’s really a wp template. I tried it out and it works like a charm. Just disable the file home.php by renaming it home.php.off and voila! Instant bp blog theme instead of 3-column home theme.

    Bloody stroke of genius John.

    (still working on my international slang)

    #38736
    Burt Adsit
    Participant

    Thanks for the tip. I’m sure others will find it useful.

    #38732

    Oh no, I’m following you out the door and to the grocery store.

    They are the same theme, hosted in the same directory. It is only the home.php file that is in the way.

    Follow the exact steps above, and delete the home.php file from your new theme. I called mine buddypress-sub, for example. I renamed the theme in style.css, did exactly as I mentioned above, and tada.

    #38731
    chriscarter
    Participant

    @johnjamesjacoby Sorry, you’re not following. I don’t want the BP theme (http://testbp.org/) active on user blogs, I want the admin’s news blog theme (http://http://testbp.org/blog/) as the active theme on user blogs.

    #38730

    Same rules apply as above except keep the BuddyPress Home theme active and deactivate all others.

    Keep in mind that widget layout will never follow, meaning that each new blog will need to configure its own widgets.

    #38729

    I recommend copying all of the contents of BuddyPress Home to a new directory, modifying the style.css to a new name, comparing your existing WP header.php/footer.php files to the ones in your new directory, taking out all the WordPress specific PHP function references and replacing them WordPress MU/BuddyPress ones. Tedious, but effective.

    I found that the main hurdle when doing this kind of migration (for me) was letting go of my old WordPress ways of doing things. I.E. no longer using the page widget as my main navigation menu, etc… Which you can still do if you want to, there’s nothing stopping you. The functions are still the same, but you’ll still want to use the BuddyPress home theme as your starting point, as it gives you the building blocks towards integrating your existing theme with the new platform.

    #38728
    chriscarter
    Participant

    @johnjamesjacoby The News theme I am referring to is not a separate theme. It is the News/Blog theme that is embedded within BuddyPress that is the default theme for the admin on the News/Blog page.

    To be clear: How can I make this theme: http://testbp.org/blog an available theme choice for member blogs?

    #38725

    1. Activate BuddyPress Home theme for main blog.

    2. Site Admin -> Themes – Deactivate all themes including BuddyPress Home theme.

    3. Site Admin -> Themes – Make sure News theme is enabled.

    4. Find and activate the “New Blog Defaults” plug in. (Help ensure new blogs get the default theme you want.)

    5. Configure “New Blog Defaults” and set default theme to your News one.

    6. Create a new blog yourself, and you’ll be forced to use the only active theme, and cannot change to any other.

    #38724
    chriscarter
    Participant

    I’m wondering this same thing.


    @burt
    If you activate the BP home theme for your personal blog, you get the three column/widget theme. What ekine and I want is the admin’s News (now Blog) blog theme to be the mandatory user blog theme. I’ve seen this done but don’t know how. Any help?

    #38721

    In reply to: Member Only Theme

    Thanks for this. Will be a good patch until the real privacy settings come about.

    #38715

    In reply to: Member Only Theme

    Trent Adams
    Participant

    Actually, yes! I created a small little plugin to force member login to see member profiles. I was going to put it on groups as well, but my members wanted groups that are public to be just that, public. There is already an option to make a group private anyways.

    https://buddypress.org/forums/topic.php?id=481

    Trent

    #38708

    In reply to: Can’t upload avatar

    alan65
    Member

    Wow thanks.

    You got that error because i am updating the member theme, sorry!

    I trust john and it seems that with RC 1 it finally works!

    Wow thanks i will launch the final version of my site soon.

    Thanksssssssssssssss

    #38707

    In reply to: Can’t upload avatar

    I just registered and uploaded an avatar just fine.

    I do get this error when trying to view my own profile though…

    Warning: require_once(/home2/felix/public_html/wp-content/member-themes/buddypress-member/activity/activity-list.php) [function.require-once]: failed to open stream: No such file or directory in /home2/felix/public_html/wp-includes/theme.php on line 472

    Fatal error: require_once() [function.require]: Failed opening required '/home2/felix/public_html/wp-content/member-themes/buddypress-member/activity/activity-list.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home2/felix/public_html/wp-includes/theme.php on line 472

    #38706

    http://yourdomain.tld/members/you/activity/my-friends

    Where yourdomain.tld is of course your domain, and you is of course you. That will get you to your friends’ activity.

    I like your idea about wigetizing the profile/home page, but I think that’s probably a ways away yet. It would involve splitting the member theme up into two specific themes; a public theme, and a back-end theme. One for yourself, and one for others basically. Most of the code could be snipped from the existing blog wigets, but it would mean that all of the current member areas would need to be turned into widgets themselves, which would be no small undertaking.

    #38702
    gpo1
    Participant

    More member themes maybe feel of Facebook old style and on-line chat & video plugin?

    #38701
    Farms
    Participant

    Not as much as we appreciate you being a premium supporter :)

    We’re releasing a new sitewide privacy plugin later this week – with luck that should help out in the meantime, keep an eye on http://wpmu.org for the announcement.

    #38696
    Trent Adams
    Participant

    Photo albums and status updates are going to be integrated into the core, so anything on those lines would be redundant. Privacy, even though I would love some plugins in the short term to handle it better, is also going to be in the core, so that is a bit redundant as well.

    I guess my only wishlist up and above some of the ideas here would be BP running with the multi-DB plugin ;) (Maybe getting replication working as well *cough*)

    As a premium supporter, we appreciate what you guys do James for the entire suite of communities.

    Trent

    #38691
    Farms
    Participant

    Oh, timeframes too… I’d definitely hope within the next couple of months but could be sooner or later too. Either way, we’re fans of getting stuff out there pretty fast.

    #38690
    Farms
    Participant

    Nice, integration of Upgrades (and also Supporter – have you seen it, it’s even better: http://premium.wpmudev.org/project/supporter ) is the kinda thang we’re all about :)

    Photo/media stuff is definitely interesting – and we’re keen to look at it, although having already developed inboxes / friends listings / communities etc. for WPMU to see them all surpassed by BP makes me a little tentative to develop something that Automa*tic are going to do (possibly, ahem, better) shortly :)

    Thnaks again for the feedback guys!

    #38689

    In reply to: Can’t upload avatar

    alan65
    Member

    Thanks for your reply, i got a couple questions about it:

    What’s the “gd image library”? how do i link it “into php 5.x”?

    I’m not completely sure about apache creation rights but i think i have them; please, tell me how to find out…

    I’ve set the permitions 775, and the problem persists.

    Thanks! i hope you answer my questions…

    BTW: I’m still in Beta 2. Will RC 1 solve the problem? Was the member theme modified in this new version?

    Thanks!!!

    #38685

    In reply to: Member Only Theme

    maagic-net
    Participant

    Any news about this?

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