-
AuthorPosts
-
mobinet88 Friend
mobinet88
- Join date:
- December 2008
- Posts:
- 19
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
May 2, 2010 at 11:47 pm #150815How 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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
May 4, 2010 at 9:41 am #342611Please 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
1 user says Thank You to Saguaros for this useful post
mobinet88 Friendmobinet88
- Join date:
- December 2008
- Posts:
- 19
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
May 5, 2010 at 10:46 am #342722It works like a charm 😀
Thank you
mobinet88 Friendmobinet88
- Join date:
- December 2008
- Posts:
- 19
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
May 10, 2010 at 11:32 am #343130Can this also be done for ja_news2 module?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
May 13, 2010 at 2:07 am #343402Dear mobinet88!
you can use this solution for all ja modules which get articles from the content component
Good luck
September 9, 2013 at 7:27 am #505038Hello,
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.comphong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
September 10, 2013 at 10:33 am #505217Hi 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.
-
AuthorPosts
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