[TYPO3-english] RealURL segments fork

Бойчук Петро petro.boychuk at gmail.com
Mon Nov 10 14:23:10 CET 2008


Hello list,

I have extnsion which uses url like
www.example.com/index.php?tx_myplugin[filter_by]=author&tx_myplugin[filter_data]=author_id
to show filtered items by author,
where author_id is uid of fe_user created the item,

and urls like
www.example.com/index.php?tx_myplugin[filter_by]=tag&tx_myplugin[filter_data]=tag_id
to show filtered items by tag, where tag_id is uid of tag in DB.

Is it possible to use realURL to generate urls like
www.example.com/author/author_name/
www.example.com/tag/tag_title/
respectively,
where author_name if name field in fe_users table, and tag_title is
title field in tags table.


And second question,
I want to use realURL to transorm url like
www.example.com/index.php?id=some_id&tx_myplugin[item]=item_id
to www.example.com/article-title/

Thanks.

-- 
З повагою,
Бойчук Петро


More information about the TYPO3-english mailing list