Menu Content

Support

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

Dealing with crappy components
(1 viewing) (1) Guest
Support forum for customers who have purchased JoomSEF 4 (Joomla 1.6/1.7/2.5+ compatible). Archive only, no new post can be added.

NOTE: This category has been locked. If you have purchased paid version, please, use our Support Ticket system instead. If you are using free edition, please see the Community Support section.
  • Page:
  • 1

TOPIC: Dealing with crappy components

Dealing with crappy components 12 years, 1 month ago #28791

I've got two different components on my website (DT Register and the incredibly crappy RPL from RealtyNA) neither of which support standard Joomla SEF URLs. I'm trying to determine the feasibility of developing a JoomSEF Extension for either of these components. Is there a component developers guide or any other information that would help me determine if this would be worth my while?
The topic has been locked.

Re: Dealing with crappy components 12 years, 1 month ago #28802

  • dajo
  • OFFLINE
  • Posts: 5069
Hi,
We don't have any Developer's guide for JoomSEF extension development, but you can investigate any extension's source code (eg. Content extension) to see how it works. The most important function is
create(&$uri)

which takes JURI object and prepares the array of SEF parts (usually called $title) and returns the result of:
return JoomSEF::_sefGetLocation($uri, $title);


The good start when developing an extension is to set JoomSEF basic rewriting as Active handler for the component. If it can work with that, you can then find the URLs you need to handle in your extension in JoomSEF's URLs Manager.
ARTIO Support Team
The topic has been locked.
  • Page:
  • 1
User Login Empty