Status: offline

Stranger

Forum User
Newbie
Registered: 04/08/05
Posts: 5
Recently I have been challenged with making GUI on a restrictive screen size. I body, which asked me to help him GL wanted to have most of the GL features at now space cost. He wanted to have quick listing of stories on a simple way, because he considered site search as an extremely sophisticated tool…

After some thinking I have enabled “show icons” and added before {story_title} following code:

<a href="{site_url}/search.php?topic={story_topic_id}&type=stories&mode=search">{story_topic_id}</a>

This simple code makes topic ID as a link to search function with predefined search parameters.

It works just fine for me.

Br