[solved] entire news summary as a link (to the detail of news) ?

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
leMich
Forum Members
Forum Members
Posts: 68
Joined: Fri Jan 06, 2006 9:39 am

[solved] entire news summary as a link (to the detail of news) ?

Post by leMich »

Hi,
is it possible to set a global a href like this ?

Code: Select all

<div class="NewsSummarySummary">
                <a href={$entry->morelink}> //this did not work :(
		    {eval var=$entry->summary}
                </a>
</div>
The idea is to have an alternative to the "moretext".
Thx.
Last edited by Anonymous on Wed Oct 24, 2007 4:48 pm, edited 1 time in total.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: entire news summary as a link (to the detail of news) ?

Post by calguy1000 »

Code: Select all

<a href="{$entry->link}">{$entry->summary}</a>
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
leMich
Forum Members
Forum Members
Posts: 68
Joined: Fri Jan 06, 2006 9:39 am

Re: entire news summary as a link (to the detail of news) ?

Post by leMich »

Thanks a lot !!!  ;)
Post Reply

Return to “Modules/Add-Ons”