- Posts: 21
- Thank you received: 0
Place You Must see Module error
-
Kuniyo
Inactive member - Topic Author
- Member
Less
More
12 years 10 months ago #16726
by Kuniyo
Place You Must see Module error was created by Kuniyo
Hi Ivan,
I have a problem with my "Place You Must See- renamed to Must do Tours" article_newsflash module, user 9 positon on the destinations template. My test website is www.raftingniseko.com/jupgrade.I need help with fixing the problem.
In my old joomla 1.5 template this module was called mod_newsflash. I cannot find any reference to this module in the hot_destinations25_hotstart files, apart from in the template/tmpl folders. Am I missing some files?
In the new joomla 2.5 Hot_destination25 template it is now called article_newsflash. I have looked everywhere, tried a lot of things, and even copied the mod_article_news files across from the hot_destinations25_hotstart folder across to my server, without any success in fixing the layout problem.
I had a previous problem with a vert.php and vertical.php files in the mod-article_news which I think may be the problem.
Your help would be much appreciated.
I have a problem with my "Place You Must See- renamed to Must do Tours" article_newsflash module, user 9 positon on the destinations template. My test website is www.raftingniseko.com/jupgrade.I need help with fixing the problem.
In my old joomla 1.5 template this module was called mod_newsflash. I cannot find any reference to this module in the hot_destinations25_hotstart files, apart from in the template/tmpl folders. Am I missing some files?
In the new joomla 2.5 Hot_destination25 template it is now called article_newsflash. I have looked everywhere, tried a lot of things, and even copied the mod_article_news files across from the hot_destinations25_hotstart folder across to my server, without any success in fixing the layout problem.
I had a previous problem with a vert.php and vertical.php files in the mod-article_news which I think may be the problem.
Your help would be much appreciated.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 10 months ago #16735
by ivan.milic
Replied by ivan.milic on topic Re: Place You Must see Module error
Well that newsflash module was core joomla 1.5 module and it's replaced with article_newsflash module from 1.6, so you will have add some styling:
.newsflash-vert{
list-style:none;
}
.newsflash-vert p{
line-height: 1em;
}
.newsflash-item{
height:120px;
}
add this to bottom of template_css.css
.newsflash-vert{
list-style:none;
}
.newsflash-vert p{
line-height: 1em;
}
.newsflash-item{
height:120px;
}
add this to bottom of template_css.css
The following user(s) said Thank You: Kuniyo
Please Log in to join the conversation.
Time to create page: 0.141 seconds