home
Moslate
howtos
content link
permalink
home
map me
contact
donate
xLearning
Sleep
Moslate
moslates
configuration
parameters
export
import
howtos
expandable
expandable2
hello php
include scripts
content link
google map
faq
test category
mod_moslate
Ext. Menu
BootMgr
W.F.Shrinker
jdink
blog
look & feel
simple
simple tree
tab
blue
græy
plastic
print
Link to other Content Item
TOC
the task
content:link
the task
A content item has an ID and an optional title alias - both can be used to identify that content item.
Assuming we want to link to another content item with the ID=123 and a title alias=myalias.
content:link
1) Import the mambo_export
2) Edit a content-item (assuming default configuration)
and write:
{moslate}
{content:link id="123"}Click Me{/content:link}
{content:link title_alias="myalias"}Click Me{/content:link}
<a
href
=
"{content:link id="
123
"/}"
>
Click Me
</a>
{/moslate}
The result should show three identical Links. (Instead of "Click Me" you could even choose an image.)