BBPress John Boase : Replies Created

Forum Replies Created

Viewing 10 posts - 1 through 10 (of 12 total)
  • Author
    Posts
  • in reply to: Excerpt in cMap #487338
    John Boase
    Participant

    Thanks again Steven,

    Worked like a charm.

    Excellent plugin and support.

    Regards

    John

    in reply to: Excerpt in cMap #487306
    John Boase
    Participant

    Thanks Steven,

    I was editing the wrong card.php file…doh!

    That’s worked a treat.

    I can’t leave another review as I left one 5 months ago but I did manage to edit that and give some extra praise in there for you…and rightly so!

    One last question and I think I’m done then. Can I have the ‘Show Bio’ link go to the full listing like the link does when you click on the name instead of it opening a dropdown box?

    Thanks in advance

    John

    in reply to: Excerpt in cMap #487156
    John Boase
    Participant

    Hi again Steven,

    I want the excerpt to be visible on the listing at all times underneath ‘Categories’ and above ‘Show Bio’ so I placed it in the card.php file as shown in the part of the code below but nothing is showing? Do I have it in the right place?

    $entry->excerpt();
    
    <?php
    
    if ( $atts['show_bio'] && 0 < strlen( $bio ) ) {
    
        $entry->getBioBlock(
            array(
                'before' => '<h4>' . esc_html__( 'Biographical Info', 'connections' ) . '</h4>' . PHP_EOL,
                'after'  => '<div class="cn-clear"></div>',
            )
        );
    
    }
    
    if ( $atts['show_notes'] && 0 < strlen( $notes ) ) {
    
        $entry->getNotesBlock(
            array(
                'before' => '<h4>' . esc_html__( 'Notes', 'connections' ) . '</h4>' . PHP_EOL,
                'after'  => '<div class="cn-clear"></div>',
            )
        );
    
    }
    
    ?>
    

    Regards

    John

    in reply to: Excerpt in cMap #487155
    John Boase
    Participant

    Thanks for the quick response Steven,

    I’ll give that a go over the weekend.

    Regards

    John

    in reply to: Logo link and form on search results page #475728
    John Boase
    Participant

    Thank you again.

    It was my mistake, I did not notice the link assignment to a logo option.

    I now have this working.

    Great support!

    in reply to: Logo link and form on search results page #475713
    John Boase
    Participant

    Thank you for the quick reply:

    If you are using Contact Form 7 for this, you could put the [contact-form-7 id=”1234″ title=”Contact form 1″] shortcode with after the [connections] shortcode on the page.

    Thank you that worked!

    The link option on the image is reserved for being assigned when added a link to the entry. This could be changed by editing the template’s PHP file. Do so, would break that feature.

    Sorry but I don’t understand. I just want the logo (not the image) to link to the full directory listing of that organisation when clicked like when you click on the organisation name and it takes you to the full listing. Is that possible please?

    in reply to: Email destination #475494
    John Boase
    Participant

    Sorry for the late reply but just got round to testing it and it works.

    Thank you again…great support!

    in reply to: Email destination #475263
    John Boase
    Participant

    I’ll give that a try…thank you again.

    in reply to: Email destination #475259
    John Boase
    Participant

    Thanks for the quick reply. Coding is not my strong point. Can you supply the code I would need to change this please in the plugin editor:

    // Set to whom.
    $email->to(
    $sendTo,
    $entry->getName()
    );

    in reply to: Zipcode to Post Code #473146
    John Boase
    Participant

    Updated and resolved the locality issue.

    Thanks again.

    Great support!

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