It quite simple, no big hacks. In fact, Joomla already had it build in, it is just not shown in the admin menu (don't ask us why.
s...
SMACK it Blog
Remove ids from article urls in Joomla
Remove ids from article urls in Joomla
Blog geschreven door Pieter op 16 april
It quite simple, no big hacks. In fact, Joomla already had it build in, it is just not shown in the admin menu (don't ask us why.
simple change the file: administrator\components\com_content\config.xml.
and add somewhere between the other items:
<field name="sef_advanced_link"
type="radio"
default="0"
label="Sef Advanced Mode"
description="Remove ItemID from Content URL?">
<option value="0">JNO</option>
<option value="1">JYES</option>
</field>
Now go back to your article options, and you have a new option :) SEF Advanced Modus, just put it on and your done :)
It quite simple, no big hacks. In fact, Joomla already had it build in, it is just not shown in the admin menu (don't ask us why.
simple change the file: administrator\components\com_content\config.xml.
and add somewhere between the other items:
<field name="sef_advanced_link"
type="radio"
default="0"
label="Sef Advanced Mode"
description="Remove ItemID from Content URL?">
<option value="0">JNO</option>
<option value="1">JYES</option>
</field>
Now go back to your article options, and you have a new option :) SEF Advanced Modus, just put it on and your done :)
Pieter Bos
Eigenaar SMACK it Creations