Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Avatar of darrenmeehan
    darrenmeehan
    Participant

    @darrenmeehan

    Where you able to find a developer?

    Avatar of darrenmeehan
    darrenmeehan
    Participant

    @darrenmeehan

    where you able to find a developer? I’m available for €15 an hour.

    Avatar of darrenmeehan
    darrenmeehan
    Participant

    @darrenmeehan

    Site is looking awesome now, and a lot cleaner. Should definitely allow people to find what they’re after a lot quicker. Will there be problems with people posting here for help with plugins when they should be posting on wordpress.org?

    Avatar of darrenmeehan
    darrenmeehan
    Participant

    @darrenmeehan

    Thanks for your help Shane, I wasn’t thinking properly as a programmer – I spent more time trying to figure out what I didn’t know, and less time using what I did. My variable wasn’t global, though reading into PHP having this is a bad idea. So I moved
    `if(is_front_page())
    {
    $dm_number = 6;
    }
    else
    {
    $dm_number = 20;
    }`

    into the same function as where the variable is being used. The random parameter doesn’t seem to be doing anything, I’m going to try and narrow this problem down today. Thanks again for your help! You’ve me thinking the right way now :D

    Avatar of darrenmeehan
    darrenmeehan
    Participant

    @darrenmeehan

    Oops thanks for that Shane! I’ll read over some more PHP again. I think I’ve made the required changes, but its still not working. I’ve posted the whole file to here https://gist.github.com/2882028. I’d love if I could figure out where I’m wrong.

    Avatar of darrenmeehan
    darrenmeehan
    Participant

    @darrenmeehan

    Try using double quotes. So it would be

    `if ( bp_has_members( “type=online&per_page=30″) ){

    }`

    I’m not sure if it’ll work for you, but I’ve been having some problems with bp_has_members() and using single quotes broke it totally!

    Avatar of darrenmeehan
    darrenmeehan
    Participant

    @darrenmeehan

    Based on what I see at http://buddypress.org/community/groups/localization/forum/topic/how-to-translate-submenus-slugs/ I skimmed through trac to see if there was any tickets on this,http://buddypress.trac.wordpress.org/ticket/2086 came up, but it doesn’t look like its possible without editing core yet.

Viewing 7 replies - 1 through 7 (of 7 total)