It shows the content enclosed between [shot-link] and [/short-link] only if a short story is present.
It works only if you disable the javascript check for empty short story, to do this in a default installation:
in file /skins/cute.js (approx. line 124-126) find:
- Code: Select all
if ((
elem.name == "short_story"
|| elem.name == "poster"
and replace with:
- Code: Select all
if ((
elem.name == "poster"
