-
AuthorPosts
-
centralblues Friend
centralblues
- Join date:
- January 2008
- Posts:
- 2
- Downloads:
- 0
- Uploads:
- 1
- Thanked:
- 2 times in 2 posts
February 15, 2008 at 3:56 pm #125729Please bear with me I’m new to joomla.
The problem is in the Ja-New module when you click on Category link it goes to the content, but the Headline (ja news module) remains on the page and appears underneath. How do I keep this from appearing here??However if I was to click on a link in the headline (ie …read more) it works properly and the ja news module is gone.
I’ve attached a pic of what is happening.
thanks so much!
oh and I’m using Joomla 1.0
-
1 user says Thank You to centralblues for this useful post
Khanh Le ModeratorKhanh Le
- Join date:
- November 2013
- Posts:
- 1884
- Downloads:
- 41
- Uploads:
- 31
- Thanks:
- 44
- Thanked:
- 203 times in 131 posts
centralblues Friendcentralblues
- Join date:
- January 2008
- Posts:
- 2
- Downloads:
- 0
- Uploads:
- 1
- Thanked:
- 2 times in 2 posts
Khanh Le ModeratorKhanh Le
- Join date:
- November 2013
- Posts:
- 1884
- Downloads:
- 41
- Uploads:
- 31
- Thanks:
- 44
- Thanked:
- 203 times in 131 posts
February 26, 2008 at 8:49 am #240193You could apply this fix to remove ja-news module in other page:
Open your template index.php file, and search this line of code:
<?php if ( mosCountModules("ja-news") ) {?>
and modify to
<?php
global $option;
if ( mosCountModules("ja-news") && $option == "com_frontpage") {?>
1 user says Thank You to Khanh Le for this useful post
December 19, 2008 at 4:32 pm #283507mine does this too and this code did NOT fix the issue
can we please have some documentation of how to use this module
?AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 3 voices, and was last updated by jakobe75 15 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Ja-news Headline won’t go away after clicking catagory link!
Viewing 5 posts - 1 through 5 (of 5 total)