BBPress Fabrice Locher : Replies Created

Forum Replies Created

Viewing 10 posts - 1 through 10 (of 19 total)
  • Author
    Posts
  • in reply to: cnTerm::get #319945
    Fabrice Locher
    Participant

    Oh Steve, so many thanks for your fast reply! Work like a charm!
    Sorry for spaming…

    Thanks again and best regards,
    Fabrice

    in reply to: cnTerm::get #319941
    Fabrice Locher
    Participant

    I tried to output the “$terms” variable or check it with empty(), but since update it’s empty…

    in reply to: cnTerm::get #319940
    Fabrice Locher
    Participant

    On this function:

     foreach ( $terms as $term ) {
            if ( ! in_array( $term->term_id, $terms_r ) ) continue;
            if ($i >= 1) {
                $position .= ' | ';
            }
            $i = $i + 1;
            $position .= $term->name;
        } 
    

    I get now this PHP error:

    Warning: Invalid argument supplied for foreach()
    
    in reply to: Category-Problem with Umlaut #316161
    Fabrice Locher
    Participant

    Any updates?
    Thanks for your information!

    Regards,

    in reply to: Category-Problem with Umlaut #315219
    Fabrice Locher
    Participant
    This reply has been marked as private.
    in reply to: Category-Problem with Umlaut #315212
    Fabrice Locher
    Participant

    Could you found something out?
    Thanks for your information!

    Regards,

    in reply to: Category-Problem with Umlaut #313428
    Fabrice Locher
    Participant
    This reply has been marked as private.
    in reply to: Unformatted Values #313380
    Fabrice Locher
    Participant

    Hey Steven

    Great, thank you so much!

    Just one last thing:
    At the moment I get the OriginalImagePath with

    $entry->getOriginalImagePath( 'photo' ))
    

    Can you say me how I can get the thumbnail path? Thanks!

    in reply to: Unformatted Values #313036
    Fabrice Locher
    Participant

    Hi Steven Yeah, i can get the unformatted data! Many thanks!
    But can you say me how to get only one type in the output? I don’t know which $atts I can use.

    Here my function:

    $fldates = $entry->getDates(array(), TRUE, TRUE ); 
       foreach ($fldates as $fldate) { 
       $fldateoutput .= $fldate->date; 
    } 
    

    But how can I only get the “birthdate”? Thanks!

    And: The dates I get with:

    $fldates = $entry->getDates(array(), TRUE, TRUE );
    foreach ($fldates as $fldate) {
        $fldateoutput .= $fldate->date;
    }
    

    Is it possible to format the date to d.m.Y?

    Regards,

    in reply to: Integrate Connections Pro in WP Search #308279
    Fabrice Locher
    Participant

    Hey Steven

    Okay, but can you tell me where the search-function is located? Thanks in advice!

    Regards,

Viewing 10 posts - 1 through 10 (of 19 total)