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

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
mr.bacan

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

Post 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.
Last edited by mr.bacan on Sat Apr 26, 2014 12:38 am, edited 1 time in total.
mr.bacan

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

Post 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.
Locked

Return to “Modules/Add-Ons”