Menu Content

Podpora

> Diskusní fóra, FAQs & placená podpora
Welcome, Guest
Username Password: Remember me

Can JoomSEF handle custom script query parameters?
(1 viewing) (1) Guest
If you want to ask question about the product features, licensing conditions or other questions prior to purchase, please, do it here.
  • Page:
  • 1

TOPIC: Can JoomSEF handle custom script query parameters?

Can JoomSEF handle custom script query parameters? 7 years, 5 months ago #47968

Hallo

I need to know if joomSef can handle this request.

We have a custom PHP script which is running under JUMI to perform and display some data.

The custom script is accessible through a SEF url such as

www.mysite.com/jumi-script

which is a rewritten (native Joomla SEF) version of

www.mysite.com/index.php?option=com_jumi...id=11&Itemid=271

Now we would like to filter data applying parameters such as

category=mycat&place=myplace

like this

/index.php?option=com_jumi&view=application&fileid=11&Itemid=271&category=mycat&place=myplace

and we would like to obtain a SEF url like this

/jumi-script/mycat/myplace

and process these variables in script with

$mycat = JFactory::getApplication()->input->post->get('category');

$myplace = JFactory::getApplication()->input->post->get('place');

Can this be achieved with joomSef? if yes, is this a native feature or we need to buy some specific extension to accomplish it?

Thank you
Last Edit: 7 years, 5 months ago by mingusthecat.
The topic has been locked.

Re: Can JoomSEF handle custom script query parameters? 7 years, 5 months ago #47969

  • dajo
  • OFFLINE
  • Posts: 5069
Hello,

JoomSEF can do this, but you would need to implement a custom JoomSEF extension for JUMI component to generate SEF URLs you want.
You can download free version of JoomSEF and check the standard extensions for base Joomla components to see how they work.
ARTIO Support Team
The topic has been locked.

Re: Can JoomSEF handle custom script query parameters? 7 years, 5 months ago #48034

Hallo
we have bought the component. We have opened a support ticket on this subject but we didn't get any reply ... Can you please look in it?
The topic has been locked.
  • Page:
  • 1
Přihlášení uživatele Prázdný