globally define description for categeries
-
matthiasblass
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 2
-
Thank you received: 0
-
-
11 years 7 months ago #898
by matthiasblass
Hi Luigi,
i installed the community version of tag meta to test it and it works with most of my urls.
But i have a problem with urls like "?task=view_category&category_id=18".
What i want to do is this:
I want to define a description to every category (including the id, eg id=18) or globally for all categories (including only id=).
I tried nearly everything in the docs eg
^\?task=view_category&category_id=18$
^task=view_category&category_id=18$
^\?task=view_category&category_id=$
^task=view_category&category_id=$
But the rule never works, the counter stays at zero.
Any idea?
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
11 years 7 months ago #899
by admin
Yes,
it seems you tried all combinations except the working one...
Tris URL portion:
?task=view_category&category_id=18
Is not the initial part of the request, it should have an /index.php preceding, as example. So you cannot use the caret (^) that means "start with". Try this:
From URL: \?task=view_category&category_id=18$
A better rule should include the initial part but I guess is not index.php cause I cannot see option?com_XXX in your parameter lst.
Kind regards,
Luigi
The following user(s) said Thank You: matthiasblass
Please Log in or Create an account to join the conversation.
-
matthiasblass
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 2
-
Thank you received: 0
-
-
11 years 7 months ago #903
by matthiasblass
Hi Luigi,
thanks for the hint. Works fine
After saving any rule i always see a doubled backslash in the overview and with every new saving a new backslash is added.
1. Input: \?task=view...
2. Overview: \\?task=view...
3. Next saving: \\\?task=view...
So i have to delete the backslashes. Do you have an idea what causes this effect?
I use joomla 3.03 with your latest version of tag meta.
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
11 years 7 months ago #904
by admin
This is an issue, and I will check and let you know... hold on.
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
11 years 7 months ago #905
by admin
Sorry but I cannot replicate the issue. I have tested with Joomla 3.0.2 and 3.0.3 but it seems to work properly.
If you agree we can schedule a remote session with Team Viewer so you can show me the problem. In this case, just send me an email at info(at)selfget.com.
Kind regards,
Luigi
Please Log in or Create an account to join the conversation.
Time to create page: 0.143 seconds