-
AuthorPosts
-
Mikael Andersson Friend
Mikael Andersson
- Join date:
- September 2014
- Posts:
- 58
- Downloads:
- 1
- Uploads:
- 6
- Thanks:
- 11
- Thanked:
- 4 times in 1 posts
November 18, 2009 at 3:09 pm #146149I want to hide/remove the article title from JA News on the frontpage.
Changing in menu settings doesn’t work and I can’t find any setting for this in JA News.Added a screenshot.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 29, 2009 at 7:02 am #327667Hello guy
You can not hide/show the article’s via the module’s configuration. you must to hard code to do this.
I see your screenshot, i guess that you are using the ja vauxite template. please open the file:
templates/ja_vauxite/html/mod_janews/blog_item.php and try to find codes at line 58
[PHP]
<h4 class=”jazin-title”><a href=”<?php echo $link;?>” title=”<?php echo strip_tags($row->title);?>”><?php echo $row->title;?></a></h4>
[/PHP]
replace
[PHP]
<h4 class=”jazin-title”><a href=”<?php echo $link;?>” title=”<?php echo strip_tags($row->title);?>”><?php // echo $row->title;?></a></h4>
[/PHP]1 user says Thank You to Saguaros for this useful post
Mikael Andersson FriendMikael Andersson
- Join date:
- September 2014
- Posts:
- 58
- Downloads:
- 1
- Uploads:
- 6
- Thanks:
- 11
- Thanked:
- 4 times in 1 posts
December 29, 2009 at 9:42 am #327680Thank you for your help, much appreciated.
ellie_t Friendellie_t
- Join date:
- March 2008
- Posts:
- 205
- Downloads:
- 0
- Uploads:
- 11
- Thanked:
- 1 times in 1 posts
January 30, 2010 at 8:33 pm #331016hi, how about if you would like to keep the tabs, but not display article title? I am testing with dravity. thanks.
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 3 voices, and was last updated by ellie_t 14 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Remove article title in JA News
Viewing 4 posts - 1 through 4 (of 4 total)