Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

non-messy urls and this_section atribute. #204

Closed
ghost opened this issue Oct 4, 2014 · 1 comment
Closed

non-messy urls and this_section atribute. #204

ghost opened this issue Oct 4, 2014 · 1 comment

Comments

@ghost
Copy link

ghost commented Oct 4, 2014

From Alexande...@gmail.com on May 25, 2012 02:03:21

  1. <txp:author link="1" /> generate link localhost/author/admin/.
    <txp:author link="1" this_section="1" /> generate link
    localhost/articles/?author=admin, but not localhost/articles/author/admin/

2.<txp:category_list /> generate link http://localhost/category/test/
<txp:category_list this_section="1" /> generate link localhost/articles/?c=test, but not localhost/articles/category/test/

  1. category1 and category2 with this_section generate links such as category_list.
  2. popup generate non messy urls with and without this_section or section atribute.
    • localhost/?c=test (type category, this_section=0)
    • localhost/?s=articles&c=test (type category, this_section=1)
    • localhost/?s=about (type section, this_section=0)
    • localhost/?s=about (type section, this_section=1)

Original issue: http://code.google.com/p/textpattern/issues/detail?id=200

@ghost ghost added the imported label Oct 4, 2014
@ghost
Copy link
Author

ghost commented Oct 4, 2014

From r.wetzlmayr on May 24, 2012 22:07:22

This issue was closed by revision r3793 .

Status: Fixed

@ghost ghost closed this as completed Oct 4, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants