Hey again!
I think this is a newbie question, but a search for it returned nothing that I was looking for.
Basically what I'm looking to do is have a "Source" link on the bottom of my posts, without having to manually type in "Source - " as I always do. Something like an event plugin is what I think it'd be where you type in the URL before making a post and it shows up as "Source" or "Link" or something to that reguard.
I wondered if there was any plugin that did that as I searched through but didn't find anything. (maybe I'm using the wrong search terms).
Sorry if this is really easy to answer and I'm just being a dope!
Source link?
-
carl_galloway
- Regular
- Posts: 1331
- Joined: Sun Dec 04, 2005 5:43 pm
- Location: Andalucia, Spain
- Contact:
It can be done using plugins, and I haven't done it so I'm not sure how well it would work. Install the extended properties plugin and then change one of the customfields to say 'source'. Then every entry that needs a source could have the url placed in that textbox just before you save your entry. Hope that gets you started.
Carl
Carl
-
Nintendo Gal
- Regular
- Posts: 44
- Joined: Wed Oct 19, 2005 10:09 pm
Thanks! I'll try that out! 
EDIT -
How would I go about editing entries so it shows up before the "Post by" ?
I tried
EDIT -
How would I go about editing entries so it shows up before the "Post by" ?
I tried
I have a feeling though that that's way off.{if $is_single_entry}
<a href="{$entry.properties.ep_source}">{$entry.properties.ep_source}</a>
{$CONST.ENTRY_POSTED_BY} <a href="{$entry.link_author}">{$entry.author}</a> {$CONST.ON} {$entry.timestamp|@formatTime:DATE_FORMAT_ENTRY} {$CONST.AT} {$entry.timestamp|@formatTime:"%H:%M"}.
{if $entry.categories}
-
Nintendo Gal
- Regular
- Posts: 44
- Joined: Wed Oct 19, 2005 10:09 pm
-
Nintendo Gal
- Regular
- Posts: 44
- Joined: Wed Oct 19, 2005 10:09 pm