Missing variables in function

This topic contains 2 replies, has 3 voices, and was last updated by  Stiofan O’Connor 9 years, 5 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #22795

    Jeff
    Buyer
    Post count: 188

    Function geodir_related_posts_display is missing $before_title and $after_title init. It’s used to wrap the Title of the widget (if called from widget), and a filter is applied but is never set up anywhere so it always shows the default (or filtered).

    It needs something like this for both.

    $before_title = (isset($request['before_title']) && !empty($request['before_title'])) ? $request['before_title'] : '';
    #22798

    Paolo
    Site Admin
    Post count: 31206

    Thx Jeff, I’ve added a task to fix this for the devs.

    Cheers

    #23637

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    fixed and will be in the next ver, good spot Jeff!

    Stiofan

Viewing 3 posts - 1 through 3 (of 3 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket