Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
You are here: HomeForum
Welcome, Guest

how navigatre between items in mod_sj_basic_newswhen number max of articles is busy
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: how navigatre between items in mod_sj_basic_newswhen number max of articles is busy

how navigatre between items in mod_sj_basic_newswhen number max of articles is busy 10 years, 4 months ago #14728

how in a Module "mod_sj_basic_news" have the ability to navigate between article when there are more than 6 or Article 10 (max parameter attempt) as in the article display blog by default
and in this same module I can not sort artcile by date of publication,and display a link "read more" and the name of the author and reverse view the date (month and year not vice versa)
Last Edit: 10 years, 4 months ago by ferhatyanis.

Re: how navigatre between items in mod_sj_basic_newswhen number max of articles is busy 10 years, 4 months ago #14815

Dear Ferhat Mehdi,

1.
how in a Module "mod_sj_basic_news" have the ability to navigate between article when there are more than 6 or Article 10 (max parameter attempt) as in the article display blog by default


We haven't understood your requirement with article. Could you please send the screenshots of your requirement or explain detail about it?

2. go to your_site\templates\sj_financial\html\mod_sj_basic_news\default.php :

- to convert the date: find the code
<?php echo JText::sprintf( JHTML::_('date',$items->created, 'l, d F Y')); ?>


=> you can convert the date at your disposal by edit:
'l, d F Y' to 'F Y, d' or 'l, d F Y' to 'd F Y'

- to display link read more : find
<!--
			<a class="more" title="<?php echo $items->title?>" target="<?php echo $options->item_link_target; ?>" href="<?php echo $items->link?>">
				<?php //echo JText::_('READ_MORE'); ?>
			</a>
			-->

=>
<a class="more" title="<?php echo $items->title?>" target="<?php echo $options->item_link_target; ?>" href="<?php echo $items->link?>">
				<?php echo JText::_('READ_MORE'); ?>
			</a>


- to display the author : sorry, this module not support.

Thanks!
  • Page:
  • 1
Time to create page: 0.19 seconds

Notification

Please find your issue via Suggested Posts before submitting your question. We have solved the most of issues and maybe your issue was solved before.

Latest My Topics

No posts to display.

Love all our templates?

Join our membership clubs starting at $49 only for access to all of our templates

Join Now
Home Pricing
Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
SearchSupport
Magento Themes Magento Extensions Free Magento Extensions Prestashop Themes Prestashop Modules Magento 2 Themes