Dates only for registred user articles

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

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

  • Posted by TemplatePlazza (5310) Offline
Hi, sorry I don't really get it. Can you elaborate more?
11 years 4 weeks ago #2 by TemplatePlazza

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

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

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 :
<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>
11 years 4 weeks ago #4 by TemplatePlazza

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

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

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

  • Posted by TemplatePlazza (5310) Offline
No problem at all Glad could help ;)
11 years 4 weeks ago #6 by TemplatePlazza

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

Powered by Kunena Forum