BBPress DOMINIC : Replies Created

Forum Replies Created

Viewing 10 posts - 11 through 20 (of 51 total)
  • Author
    Posts
  • DOMINIC
    Participant

    If i remove the address content from an entry it will then show the next entry(s). not sure how to troubleshoot this.

    DOMINIC
    Participant

    my moderate(unapproved) entries all show. but if i unapprove my only visible entry then that newly unappoved one is the only one which is visible and my next entry displays

    unaproving a couple of these then allowed me to see a few more but not complete. there must be soemthing in these problematic entries that is causing them to not display the entries after…. any ideas?

    Thnaks

    in reply to: conditional output #427774
    DOMINIC
    Participant

    This also worked great. I am always amazed on how flexible connections is.

    I think i would like to do the same thing for: address, links, and email instead of hacking card.php

    do these have similar filters?

    in reply to: open bio tray by clicking org name #427768
    DOMINIC
    Participant

    Worked perfectly.

    Thanks

    Dom

    in reply to: open bio tray by clicking org name #427685
    DOMINIC
    Participant

    i figured some of it out by moving the tray link code to the org name location just stuck on how to get the org name into the following

    $atts['str_bio_show']= "+". "org name";

    $atts['str_bio_hide'] = "-"."org name";

    Any thought? I tried $entry->getnameblock but it doens’t work.

    Thanks

    dominic

    in reply to: not parsing city field properly #427101
    DOMINIC
    Participant

    hi yes using the latest version of connections.

    Will check my php version and settings maybe something in there.

    thanks as always for your quick replies.

    in reply to: not parsing city field properly #426871
    DOMINIC
    Participant

    Hi its ' beside the enter key below the double quotes

    Quartu Sant\\\\\\\' Elena
    

    could it be something on my system?

    dom

    Attachments:
    You must be logged in to view attached files.
    in reply to: Simplify "Add Entry" Screen #412663
    DOMINIC
    Participant

    have you tried custom css modifications?

    ie ` .address-city {
    display: none!important;
    }

    change .address-city to the class you want to hide.

    this post has some info on hiding things on the form as well

    DOMINIC
    Participant

    Thanks, you are a genius, sometimes the simplest way is the easiest, and a well coded plugin helps alot.

    I used css and removed teh parent category on the specified page.

    .page-id-53 .cn-cat-level-0 {
    display: none!important;
    

    }

    DOMINIC
    Participant

    ok :(

    Another option could be to remove “show all categories” from the select menu. Is this possible.

    also which template were you referring to? if a change is made to it is it futureproofable?

    thanks

    dominic

Viewing 10 posts - 11 through 20 (of 51 total)