-
AuthorPosts
-
February 11, 2009 at 6:55 pm #138029
Hi,
I need some help with jaslideshow and Ja Bulletin mod. I want to display the latest articles in topsl2 module position, and jaslideshow in topsl1 . But the jaslideshow is working only if I choose latestposts module (fireboard) in topsl2. If I set something else the jaslideshow is not showing anymore.
any ideas?
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
February 12, 2009 at 9:37 am #290847Hi,
+ For the sanidine ii template, open index.php file in templatesja_sanidineii_light folder, at about line 146, find following code:
[PHP]<?php if( $this->countModules(‘topsl1’) && $this->countModules(‘topsl2’) ) { ?>
[/PHP]and change to:
[PHP]<?php if( $this->countModules(‘topsl1’) || $this->countModules(‘topsl2’) ) { ?>
[/PHP]+ For the sanidinetemplate, open index.php file in templatesja_sanidine folder, at about line 144, find following code:
[PHP]<?php if( $this->countModules(‘topsl1’) && $this->countModules(‘topsl2’) ) { ?>
[/PHP]and change to:
[PHP]<?php if( $this->countModules(‘topsl1’) || $this->countModules(‘topsl2’) ) { ?>
[/PHP]Hope it helps.
2 users say Thank You to JA Developer for this useful post
February 12, 2009 at 10:02 pm #290990Thanks, its working now 🙂
But I have another problem: the Ja Bulletin mod do not display the update date and the images, as it supose to to. see the image attached. it shows only the links. :confused:
February 14, 2009 at 5:29 am #291294any help with this?
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
February 16, 2009 at 8:04 am #291727Hi sabbens,
+ Images does not display in the Ja Bulletin, i think this cause is from images/resized. Please change this folder and its subfolders to writeable.
+ With the date, you make sure that the date configuration in administrator selected to show.2 users say Thank You to JA Developer for this useful post
February 16, 2009 at 1:38 pm #291767Just verified: the images folders are cmded to 777, they are writable, and the articles are set to display the date….
February 18, 2009 at 10:15 pm #292447Thank u!!! I have find the information that I need.
I have make manualy the folder “resized” end now working well.santoshalom Friendsantoshalom
- Join date:
- February 2009
- Posts:
- 119
- Downloads:
- 0
- Uploads:
- 22
- Thanks:
- 67
- Thanked:
- 14 times in 1 posts
March 2, 2009 at 6:06 pm #294197Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
March 9, 2009 at 8:21 am #294948Hi santoshalom,
+ For the color header, please open template.css file in templates/ja_sanidine/css folder, at about line 725, find following code section:
div.moduletable h3 {
color:#333333;
font-size:100%;
line-height:28px;
text-transform:uppercase;
}Here you can change #333333 color to your color.
+ For the color article, please open template.css, at about line 49, find following code section to change:
a {
color:#FFCC00;
text-decoration:none;
}AuthorPostsViewing 9 posts - 1 through 9 (of 9 total)This topic contains 9 replies, has 4 voices, and was last updated by Anonymous 15 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum