Dates only for registred user articles
- Posted by Bengt (3) Offline
I wish to have a funktion that could list only dates of my articles for registrated users. It would be great to have just the dates of recently added articles for registred users presented on my webs frontpage. It would be easier for my registrated users since they could check if a new article was added without the ned of logging in. It would be great if just the date shows and no link.
I tried the Latest News + Date but it's not really what I was looking for. Great module by the way.
11 years 4 weeks ago #1
by Bengt
I tried the Latest News + Date but it's not really what I was looking for. Great module by the way.
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
- Posted by Bengt (3) Offline
Well, i have a bunch of lazy bloggers and, since I'm not updating every day, I need a tool that shows that a new article is added. It should only present a date, at my homepage, before the registred users log in. It should just present the date and no link - just to make them aware that a new article is added in the part of the web that's only are for the registred users.
Best Regards, Bengt
11 years 4 weeks ago #3
by Bengt
Best Regards, Bengt
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
Hi Bengt,
Please open file [root]/modules/mod_latestnewsplus/tmpl/default.php
then remove this code from the line 46 :
and this one from the line 160 :
11 years 4 weeks ago #4
by TemplatePlazza
Please open file [root]/modules/mod_latestnewsplus/tmpl/default.php
then remove this code from the line 46 :
<a class='lndtitle' href="<?php echo $item->link; ?>"><?php echo $item->text; ?></a>
and this one from the line 160 :
<a href="<?php echo $item->link; ?>" class="latestnews">
<?php echo $item->text; ?>
</a>
Please Log in or Create an account to join the conversation.
- Posted by Bengt (3) Offline
OK! Thank you very much for that and your quick response!
Have a nice week and thanks once again!!!
11 years 4 weeks ago #5
by Bengt
Have a nice week and thanks once again!!!
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline