LatestNews+ - I want to show "subject" first and the date at right.

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

Please Log in or Create an account to join the conversation.

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

Please Log in or Create an account to join the conversation.

Martin,
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:)
12 years 2 weeks ago #3 by andy

Please Log in or Create an account to join the conversation.

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

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum