|
ok...for some kind of reason it works in meanwhile (without changing anything!).
thanks for the help.
regards
|
JoomSEF | no SEO uri ...
|
Posted 16 years, 3 months ago
by Raven_3_
|
|
ok i tried following:
<?php $database->setQuery("SELECT id, name, link FROM #__menu WHERE menutype='mainmenu' and parent='0' AND access<='$gid' AND sublevel='0' AND published='1' ORDER BY ordering"); $rows = $database->loadObjectList(); foreach($rows as $row) { echo "<a class='colormenu' href='" . sefRelToAbs($row->link . "&Itemid=" .$row->id) . "'>$row->name</a>"; } ?>
but this results in a links such as:
www.mysite.com/contenttitle.html?option=...mp;id=1&Itemid=1)
regards
|
JoomSEF | no SEO uri ...
|
Posted 16 years, 3 months ago
by Raven_3_
|
|
thanks for all your replies.
regards
|
How to create own Jo ...
|
Posted 16 years, 3 months ago
by Raven_3_
|
|
i haven't caching turned on anyway.
But after i checked the created uris in the components backend i saw that there are only uris from the user menu.
Damn i think i know what the problem is: in my template i'm creating the mainmenu items with custom sql queries.
I'm sooo stupid.... But can you tell me what i've to do to get them work with SEF? Suround them in a SefRelToAbs(...)-Function?
thanks for this hint ;)
regards
|
JoomSEF | no SEO uri ...
|
Posted 16 years, 3 months ago
by Raven_3_
|
|
ok ... thanks for replies.
But there isn't a short tutorial or documentation, right?
regards
|
How to create own Jo ...
|
Posted 16 years, 3 months ago
by Raven_3_
|
|
Hi,
are there any resources on the web how i can create a SEF extension for my own Joomla component to work with JoomSEF?
thanks.
regards
|
How to create own Jo ...
|
Posted 16 years, 4 months ago
by Raven_3_
|
|
Hi,
i've Joomla 1.0.15 installed and JoomSEF running. I also activated SEO in the joomla global config. JoomSEF is acivated and working. i know that because self created redirects are working!!! But my links are still displayed normally (...index.php?option=....) and not in "SEF format" like it normally should.
Can anybody tell me the reason for that and how i can get the uris in "SEF format"?
(i'm using the standard htaccess-File from the JoomSEF-docu with RewriteBase uncommented)
thanks
regards
|
JoomSEF | no SEO uri ...
|
Posted 16 years, 4 months ago
by Raven_3_
|
More |