Events Made Easy Forums Bug fixed or feature request implemented The Excerpt tag is acting weird

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #42387
    Anonymous
    Inactive

    When I use the #_EXCERPT tag in an Event’s Details, instead of the #_NOTES, all the line breaks disappear and I get one big chunk of text (with or without using the ‘more’ tag.

    In addition, when using the <!--more--> tag, it hides all the text under it, whether you’re logged in or not. Shouldn’t this be working so that it hides text for non-logged in users, but shows the text once you log in. If not, what is the ‘more’ tag supposed to be used for?

    #46042
    Franky
    Keymaster

    An excerpt shows just that part that you want people to see as an excerpt, seperated from the whole content by the <!--more--> tag. This has nothing to do with being logged in or not.

    But: it should show the content just as it does for NOTES. Try to change this in events_manager.php at around line 854 (in the latest version):

    $field_value = apply_filters('eme_notes_excerpt', $field_value);

    to

    $field_value = apply_filters('eme_notes', $field_value);

    #46043
    Franky
    Keymaster

    considering solved …

    #46044
    Anonymous
    Inactive

    Yes, the formatting is retained with that change. Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.
Scroll to Top