Search

Sorry, but I can not understand how to make a unique URL-address for the Articles. How to make an address from the automatic clear title, and how to stuff his hands is not clear. Help please.

hey walek, if you’re creating a blog-like url address, the article titles will not be unique by default. i believe there is an extension that creates unique urls (though I have not used it, but probably should). when i want to make a unique url, i tend to use a combination of the title and article id:

http://www.site.com/articles/{article-entry}/{article-id}

this way you will know it will always refer to the correct article b/c you have the article id in there.

when you create a page, there is the url parameters field - in here you can name the url parameter anything you’d like. for my example above, i tend to do something like this:

entry/id

then you have access to $entry and $id in the backend. from there, you can then create a datasource to filter your articles via the article title ($entry) and the System ID ($id). so then the url would look something more like this:

http://www.site.com/articles/{$entry}/{$id}

Create an account or sign in to comment.

Symphony • Open Source XSLT CMS

Server Requirements

  • PHP 5.3-5.6 or 7.0-7.3
  • PHP's LibXML module, with the XSLT extension enabled (--with-xsl)
  • MySQL 5.5 or above
  • An Apache or Litespeed webserver
  • Apache's mod_rewrite module or equivalent

Compatible Hosts

Sign in

Login details