test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • bartok Friend
    #183026

    Why you are displaying Username and NOT name in the users- authors >:(>:(>:(
    and again WHY use use ALL the users from a site and dont filter them by group so if i ad users dont get 1.700 registered users instead of my 20 authors editors…

    When you offer advance search is fundamental to ad time/date range as an option… :((:((:((

    can i have the code to make the 3 corrections or should i hire a programmer to do it for me

    MoonSailor Friend
    #475915

    Hi @bartok,

    [PHP]
    Why you are displaying Username and NOT name in the users- authors
    [/PHP]

    It’s fixed, pls PM me ftp and admin your site, i will upgrade it for you.

    [PHP]
    and again WHY use use ALL the users from a site and dont filter them by group so if i ad users dont get 1.700 registered users instead of my 20 authors editors…
    [/PHP]
    It only show all athors of items only. It does not show all users if it does not set author for article of k2.

    [PHP]
    When you offer advance search is fundamental to ad time/date range as an option…

    [/PHP]

    Date field have 2 optitons : date and date range

    bartok Friend
    #475997

    is it possible to ad date filter and how. Could you give me the code to place it. Also for the user give me line to correct it i cant give access (its in my contract.. sorry :-[)
    And one strange question… :-[
    the authors don’t want to include in the search results the articles that have tern the signature off (Author = Hide) is there an option to show them if a author is selected
    – in a newspaper or news site the authors DONT want there signature to be associated with some articles not even in search its a legal issue…

    MoonSailor Friend
    #476050

    Hi bartok,

    <blockquote>
    When you offer advance search is fundamental to ad time/date range as an option…
    </blockquote>

    This component supports that option, please go to backend of module and you could see:

    and in frond-end, it would be:

    <blockquote>
    Why you are displaying Username and NOT name in the users- authors
    </blockquote>

    Simply, go to file with path “modules/mod_jak2filter/helper.php” find function
    [PHP]
    public function getAuthors()
    [/PHP]
    find code
    [PHP]
    $html[] = JHTML::_(‘select.option’, $row->id, $row->username.$num_items );
    [/PHP]
    and change it to
    [PHP]
    $html[] = JHTML::_(‘select.option’, $row->id, $row->name.$num_items );
    [/PHP]

    <blockquote>
    the authors don’t want to include in the search results the articles that have tern the signature off (Author = Hide) is there an option to show them if a author is selected
    – in a newspaper or news site the authors DONT want there signature to be associated with some articles not even in search its a legal issue…
    </blockquote>

    I’m not so clear of what you wanna achieve here, if you want to hide filter b author, you can disable in backend settings of module:

    If you want to show author and hide some authors – You need a little bit heavy customization (hack in code) of this component ) to achieve that


    1. 12-12-2012-5-09-25-PM
    2. 12-12-2012-5-10-04-PM
    3. 12-13-2012-9-29-45-AM
Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  MoonSailor 11 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum