Page 1 of 1

[SOLVED] News - {$entry->moreurl} on Detail Template

Posted: Fri Apr 25, 2014 11:56 pm
by mr.bacan
Hi everyone,

I definitely must be missing something, but don't know what. I'm trying to create social media links by doing this:

Code: Select all

<a href="https://twitter.com/home?status={$entry->moreurl}" target="_blank"></a>
The thing is that {$entry->moreurl} works perfect on Summary Template, but not on Detail Template. Is there a way to accomplish this?

Thanks in advance for any help on this.

Re: News - {$entry->moreurl} on Detail Template

Posted: Sat Apr 26, 2014 12:37 am
by mr.bacan
I have solved it. I just installed the CGSimpleSmarty module and it has a feature called "self_url" {$cgsimple->self_url()}. This works great for what I need.

This is the first time I solve my own question in less than an hour ;D .

Hope this helps someone else.