Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • mobinet88 Friend
    #150815

    How can i set up that ja bulletin also shows articles titles for registered users to guests.

    Every article i set thats avaliable only to registered users disapers from the ja-bulletin list if you are a guest. I want to show the title to all, but when user clicks on it, then he gets default joomla only for registered user screen.

    Can this be done?

    Saguaros Moderator
    #342611

    Please open the file module/ja_bulletine/helper.php and try to find codes:
    [PHP]$access = ! $contentConfig->get ( ‘shownoauth’ );[/PHP]

    and replace:
    [PHP]$access = false; ! $contentConfig->get ( ‘shownoauth’ );[/PHP]

    Good luck

    mobinet88 Friend
    #342722

    It works like a charm 😀

    Thank you

    mobinet88 Friend
    #343130

    Can this also be done for ja_news2 module?

    Saguaros Moderator
    #343402

    Dear mobinet88!

    you can use this solution for all ja modules which get articles from the content component

    Good luck

    jklmnopr Friend
    #505038

    Hello,
    I have Ja bulletin module installed in my joomla 2.5 theme. When the articles title is long i can see only part of titel. I want to show all the articles title on mouse hover. How can I do this? Thanks. Here is my site test.aviatime.com

    phong nam Friend
    #505217

    Hi jklmnopr,

    You can increase the height of box-right class containing the article titles on hover, so that users can see the full title when hovering over the JA Bulletin module. You can try to put below codes into the end of templates/ja_teline_iv/css/template.css file:

    .ja-bulletin_air li:hover div.box-right {
    max-height: 30px !important;
    }

    Then clear JAT3 cache then.

    Note: I see you are using the module class suffixes (_air, _eve, _mro …) for JA Bulletin modules, so that you should replace the red text with the suffix that you want to display full title on.

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

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

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