Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

Profile for Raven_3_

  • OFFLINE
  • Time Zone: GMT +0:00
  • Local Time: 23:24
  • Posts: 7
  • Profile Views: 1668
  • Location: Unknown
  • Gender: Unknown
  • Birthdate: Unknown

Signature

Posts

Posts

emo
ok...for some kind of reason it works in meanwhile (without changing anything!).

thanks for the help.
regards
JoomSEF | no SEO uri ...
Category: JoomSEF 3
emo
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 . "&amp;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 ...
Category: JoomSEF 3
emo
thanks for all your replies.

regards
How to create own Jo ...
Category: JoomSEF 3
emo
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 ...
Category: JoomSEF 3
emo
ok ... thanks for replies.
But there isn't a short tutorial or documentation, right?

regards
How to create own Jo ...
Category: JoomSEF 3
emo
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 ...
Category: JoomSEF 3
emo
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 ...
Category: JoomSEF 3
More
User Login Empty