LatestNews+ - I want to show "subject" first and the date at right.
- Posted by martini (5) Offline
Hi
I had been trying the LatestNews+ plugin, and I want to do some very basic.
I only want to show:
- <articles subject> - <date>.
But I can not put it on that order. It shows the date and later the article subject.
Is there a way to switch the order.
Thanks
Martin
12 years 2 weeks ago #1
by martini
I had been trying the LatestNews+ plugin, and I want to do some very basic.
I only want to show:
- <articles subject> - <date>.
But I can not put it on that order. It shows the date and later the article subject.
Is there a way to switch the order.
Thanks
Martin
Please Log in or Create an account to join the conversation.
- Posted by ronysyz (191) Offline
Hello martiniturbide,
you will need to edit several codes in this module's file
I hope that you can do that
Regards
12 years 2 weeks ago #2
by ronysyz
you will need to edit several codes in this module's file
I hope that you can do that
Regards
Please Log in or Create an account to join the conversation.
- Posted by andy (759) Offline
Martin,
Please open the file <root>/modules/mod_latestnewsplusdate/tmpl/default.php
find this codes (line 137)
Move that codes to line 110, before this code
Hope this helps:)
12 years 2 weeks ago #3
by andy
Please open the file <root>/modules/mod_latestnewsplusdate/tmpl/default.php
find this codes (line 137)
<a href="<?php echo $item->link; ?>" class="latestnews">
<?php echo $item->text; ?>
</a>
Move that codes to line 110, before this code
<li class="lnd_latestnews">
Hope this helps:)
Please Log in or Create an account to join the conversation.
- Posted by martini (5) Offline
Thanks for the tips. I had made it work to show it like I want to.
Regards
Martin
12 years 2 weeks ago #4
by martini
Regards
Martin
Please Log in or Create an account to join the conversation.