![]() |
![]() |
![]() |
|
|||||||
| User interface Discuss eSyndiCat templates here. All the questions regarding eSyndiCat [FREE] Front end |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Moderator
Join Date: Feb 2006
Location: UK
Posts: 579
![]() |
I'd like to place a created field (the flag) next to the link name in the link display listing, as in the image.
Anyone know how? ![]()
__________________
LIFE IS SHORT ENOUGH SO DON'T MESS WITH ME FOOL! eSyndicat "integrated" into e107 CMS Yarm-Online BikerLinx |
|
|
|
|
|
#2 |
|
Guest
Posts: n/a
|
Here is an example:
1. Create new field (Dropdown List) with name "flags". Add 2 item values here: "en" and "fr". Now you should add the following lines into your language file: Code:
'flags' => 'flags', 'en' => 'England', 'fr' => 'France', 3. Open link-display.tpl and find the following code: Code:
<div class="title">{if $link.crossed}@{/if} {if $config.esc_codes}{text_to_html aText=$link.title aParagraph=true}{else}{$link.title}{/if}
Code:
[img]{$img}{$link.flags}.gif[/img]
Now try to add link with one of these flags. |
|
|
|
#3 |
|
Moderator
Join Date: Feb 2006
Location: UK
Posts: 579
![]() |
Thanks Nick
![]()
__________________
LIFE IS SHORT ENOUGH SO DON'T MESS WITH ME FOOL! eSyndicat "integrated" into e107 CMS Yarm-Online BikerLinx |
|
|
|
|
|
#4 | |
|
Guest
Posts: n/a
|
Quote:
|
|
|
|
|
#5 |
|
Moderator
Join Date: Feb 2006
Location: UK
Posts: 579
![]() |
Played with it and actual code should be:
Code:
<img src="{$img}{$link.flags}.gif" />
__________________
LIFE IS SHORT ENOUGH SO DON'T MESS WITH ME FOOL! eSyndicat "integrated" into e107 CMS Yarm-Online BikerLinx |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How I can display "new links" at index page? | ultimate | Common Questions | 14 | 08-23-2006 08:18 AM |
| TIP: Even spacing of links in "Links Display" Fire | redeye | User interface | 1 | 05-12-2006 09:02 AM |
| Display Selected "Extra Fields" in default link li | Peter Leenders | Common Questions | 11 | 01-01-1970 12:43 AM |