Menu Content

Podpora

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

Profile for harkor

  • OFFLINE
  • Time Zone: GMT +0:00
  • Local Time: 10:05
  • Posts: 2
  • Profile Views: 2601
  • Location: Unknown
  • Gender: Unknown
  • Birthdate: Unknown

Signature

Posts

Posts

emo
Hello,

I have an external PHP page, I'm calling this url with ajax inside a template of a controller. But when I get the content of this page, I have url's and the URL are not generate by JoomSEF...

For example, I made a little script :

<?php
 
define( '_JEXEC', 1 );
define('JPATH_BASE', '../../../' );
define( 'DS', DIRECTORY_SEPARATOR );
 
require_once ( JPATH_BASE .DS.'includes'.DS.'defines.php');
require_once ( JPATH_BASE .DS.'includes'.DS.'framework.php');
 
 
$app = JFactory::getApplication('site');
$app->initialise();
 
$link = 'index.php?option=com_mycomponent&id=1234';
 
$link = JRoute::_($link);


The url with com_mycomponent and id 1234 is not generated by JoomSEF.

Any idea ?
Generate URL - Exter ...
Category: JoomSEF 4
emo
Hello,

I would like to know if a documentation to write JoomSEF Extensions is available.

We develop a private component and we want to make working with JoomSEF...
Documentation JoomSE ...
Category: JoomSEF 4
More
Přihlášení uživatele Prázdný