-
AuthorPosts
-
Hung Dinh Friend
Hung Dinh
- Join date:
- September 2014
- Posts:
- 4408
- Downloads:
- 11
- Uploads:
- 189
- Thanks:
- 309
- Thanked:
- 3310 times in 3 posts
November 27, 2009 at 11:06 am #146391JA News Modules Installation Guide(ja-news.zip)
[position: content-bot]Step 1: Installation
You follow simple steps below:1/ Install the module via Joomla Installer
2/ Assign module to the position: {content-bot}
3/ Enable the moduleThen, the module is instantly available in your front-end. If you are new to this stuff, follow detailed guideline below:
—-How to install Joomla module
—-How to install Joomla pluginWhen things get done, the module should look as below:
Step 2: Configuration
From the backend of your Joomla site (administration) select Extensions->Module Manger, then click on module title JA News Module to enter configuration panel:
Parameters Explanation:
- Hidden class: Classes that have property such display: None. Separated by “|“
- Article order: If you select “Order”, the articles will be ordered by Ordering
- Group by Categoy or Section ID: Group by Category or Section. Section recommended.
- Category (Section) ID: Select items from a special sections or set of Sections, line by line. In each line, put ID and color theme, separated by “:”
If you select “Created Date”, the articles will be ordered by Created Date.
If you select “Modified Date”, the articles will be ordered by Modified Date.On the settings, you will notice there’s one parameter named Category (Section) ID and its setting
Syntax for this is: <ID>:<color>. ID can be sectionID or categoryID that bases on what you choose right above and color can be color English name in this list (red, cyan, deep blue, green, orange, pink, lime)).
(Example of settings in Teline III Demo site: 13: red, 14: orange, 8: deepblue, 12: cyan, 5: green, 9: pink, 11: lime).Quote:
13:red
14:orange
8:deepblue
12:cyan
5:green
9: pink
11:lime- Show Category (Section) title: Select Show or Hide option.
- Intro Items: This is number of Introduction items.
- Link Items: Number of Link items.
- Max Chars: Maximum number characters display.
- Show Create by: Select Show or Hide option
- Show Create date: Select Show or Hide option.
- Show front page article: Yes/No options
- Columns: How many columns per row (Set to zero if you want to disable other news items).
- Show Readmore: Show/Hide Readmore button on category news.
- Show image: Select Show or Hide option.
- Image Align: You can select align of images with Left/Right/None option.
You can change all parameters as you wish.
April 8, 2010 at 7:13 pm #339639some times the image won’t show… is there a special way to inser the image?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 9, 2010 at 8:08 am #339717Dear aoki_rene!
i thinks that you put the image inside incorrect so thay the problem happed, pls see the HTML article in the quickstart, it’s a standard, you ‘l make content of articles same as it, i make sure that the problem never happen:)
Good luck
April 20, 2010 at 11:36 am #340920I would like to ask if there is a way to store somehow the produced thumbnails by the module in order to speed up the site and save some bandwidth. Now the module has the option to resize/crop the image but actually it doesn’t stores anywhere it’s thumbnail. For example if i have an image with 600×400 size the module will rezise it at 80×80 but using HTML/CSS process.
April 22, 2010 at 1:12 am #341126I installed JA seleni and when I install the Ja News I get this error on my webpage
Fatal error: Call to a member function on a non-object in /virtuals3/home/virtuals/frijweb/public_html/joomla/newport/modules/mod_janews/helper.php on line 102
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 22, 2010 at 5:00 am #341135Dear jhanalow!
Please fix the problem as following:
Pls open the file : modulesmod_janewshelper.php and find codes:
[PHP]
function __construct( $module, $params = null ) {$this->_params = $params ? $params : new JParameter ( ” );
$this->loadUserSetting ( $module );
}
[/PHP]Replace:
[PHP]function __construct( $module, $params = null ) {
$this->_params = $params ? $params : new JParameter ( ” );
$this->loadUserSetting ( $module );
}function modJaNewsHelper( $module, $params = null ){
return $this->__construct( $module, $params );
}
[/PHP]Good luck
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 22, 2010 at 5:00 am #341136Dear jhanalow!
Please fix the problem as following:
Pls open the file : modulesmod_janewshelper.php and find codes:
[PHP]
function __construct( $module, $params = null ) {$this->_params = $params ? $params : new JParameter ( ” );
$this->loadUserSetting ( $module );
}
[/PHP]Replace:
[PHP]function __construct( $module, $params = null ) {
$this->_params = $params ? $params : new JParameter ( ” );
$this->loadUserSetting ( $module );
}function modJaNewsHelper( $module, $params = null ){
return $this->__construct( $module, $params );
}
[/PHP]Good luck
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 22, 2010 at 4:01 pm #341233<em>@edgy 175284 wrote:</em><blockquote>I would like to ask if there is a way to store somehow the produced thumbnails by the module in order to speed up the site and save some bandwidth. Now the module has the option to resize/crop the image but actually it doesn’t stores anywhere it’s thumbnail. For example if i have an image with 600×400 size the module will rezise it at 80×80 but using HTML/CSS process.</blockquote>
You should not use the CSS to resize, because it has not effect to speed up the site, because real size still is 600&400, not 80×80 although you see the image displays with size 80&80 . In case you should the ja thumbnail plugin to resize images
madcat77 Friendmadcat77
- Join date:
- May 2010
- Posts:
- 66
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 14
- Thanked:
- 1 times in 1 posts
June 1, 2010 at 12:49 pm #345503I want your help about the Ja news module!
I have follow the tutorial but when i insert articles the right side of my modules the are going in the buttom of janews…!!
Please aynone Knows how to fix that? -
AuthorPosts
This topic contains 10 replies, has 6 voices, and was last updated by madcat77 14 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum