Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 25 replies - 1 through 25 (of 31 total)

  • Jamie Marsland
    Participant

    @jamesmarsland

    Have you moved the folders in templates as per read me?? I’ve got it installed, but it lists the events in a weird order?? Doesn’t make much sense to do it this way. Pity because otherwise it does everything i need.


    Jamie Marsland
    Participant

    @jamesmarsland

    @josemv tks i have insalled and seems to fix my issue. On the install instructions it says min requirement php5 , my server is running 4 but still seems ok?


    Jamie Marsland
    Participant

    @jamesmarsland

    Brill it works!
    thankyou!

    james


    Jamie Marsland
    Participant

    @jamesmarsland

    Tks @r-a-y i will give it a go


    Jamie Marsland
    Participant

    @jamesmarsland

    Sorry, I’m not being very clear. I’ll try again.

    The problem with the plugin is that once you have logged in with facebook you can’t stop the facebook avatar coming through even if you login in normally afterwards. Once you are connected with facebook you are always connected to facebook. The plugin did not used to work like this. This means that users have to have to same avatar in fb and bp …forever! The only way around this (i have found) is to deactivate the plugin.

    My question is, is it possible to stop the facebook avatar coming across in the first place. But still use the plugin and therefore users would upload avatars in BP.


    Jamie Marsland
    Participant

    @jamesmarsland

    Does that mean it is possible to eliminate facebook avatars coming across?


    Jamie Marsland
    Participant

    @jamesmarsland

    ok now fixed!


    Jamie Marsland
    Participant

    @jamesmarsland

    @Travel-Junkie: Your code below works great for WordPress 3 and Buddypress but not for multisite sub blogs? I need to stop access to sub blogs as well if users are not logged in. If i type in the url of my sub blogs then they show up. Is there anyway to stop this?

    tks
    james

    function sh_walled_garden()
    {
    global $bp;

    if( bp_is_register_page() || bp_is_activation_page() )
    return;

    if( ! is_user_logged_in() )
    bp_core_redirect( $bp->root_domain .’/’. BP_REGISTER_SLUG );
    }
    add_action( ‘get_header’, ‘sh_walled_garden’ );


    Jamie Marsland
    Participant

    @jamesmarsland

    Hi , Tks for the reply


    Jamie Marsland
    Participant

    @jamesmarsland

    Hi ,

    I really like the site, very clean and well explained. I have a quick question. How did you change the Group Forums Directory menu name to Tutoring? Is there an easy way/place to do this? I have tried making a translation file but that didn’t work.

    Thanks for any advise
    james


    Jamie Marsland
    Participant

    @jamesmarsland

    I had the same issue with site performance. Once i deactivated tweetstream the site went back to normal


    Jamie Marsland
    Participant

    @jamesmarsland

    Here’s an example – http://www.leckhamptononline.co.uk/category/videos/ . As @jivany says this is standard wp functionality. This pulls all the posts in with the category ‘video’ which i think is what you want to do. All you have to do then is hard code the url that calls the categories into your menu. I use the ‘page links to’ plugin to do this. It’s really easy.


    Jamie Marsland
    Participant

    @jamesmarsland

    I use the ‘Page Links’ To plugin. This allows you to set a custom permalink for your page which you can set to call posts from any category. Eg http://www.example.com/category/yourcategory


    Jamie Marsland
    Participant

    @jamesmarsland

    tks r-a-y i’ll have a go


    Jamie Marsland
    Participant

    @jamesmarsland

    Brill thanks @modemlooper


    Jamie Marsland
    Participant

    @jamesmarsland

    Hi Peter,

    I’m still not getting twitter to bp activity working. Is this fixed in this version?


    Jamie Marsland
    Participant

    @jamesmarsland

    I think that may be your problem. I moved my hosting co to one in the uk because I couldn’t find a fix. That was 6 months ago.


    Jamie Marsland
    Participant

    @jamesmarsland

    same here


    Jamie Marsland
    Participant

    @jamesmarsland

    Is your server hosted in a different time zone to where you are?


    Jamie Marsland
    Participant

    @jamesmarsland

    Yep unchecked by default so all good.


    Jamie Marsland
    Participant

    @jamesmarsland

    great tks Justin, fantastic work!


    Jamie Marsland
    Participant

    @jamesmarsland

    I;ve just installed latest Version: 1.1.0 on http://www.leckhamptononline.co.uk . Can some-one out there test for me so i can ck it’s working.

    tks

    j


    Jamie Marsland
    Participant

    @jamesmarsland

    @gregfielding I get the same problem as Modemlooper on your site and on my site leckhamptononline.co.uk. Users are created fine but the member links to their name not their username, so clicking on the member name redirects to the home page, not the user profile.


    Jamie Marsland
    Participant

    @jamesmarsland

    Great tks :)


    Jamie Marsland
    Participant

    @jamesmarsland

    @gregfielding that’s what i want. Can you let me know what code , and where to put please.

    tks

    j

Viewing 25 replies - 1 through 25 (of 31 total)
Skip to toolbar