[SMF] Quote function not working
- kai920
-
Topic Author
- Offline
- New Member
-
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- kai920
-
Topic Author
- Offline
- New Member
-
- Thank you received: 0
That's not good. I will have to take a look on that.
1. Is this still being looked at?
2. I created a custom SMF module that looks at the global $mosConfig_sef to determine if SEF URLs should be output. When SEF Advance is turned ON, the module is not recognizing $mosConfig_sef is set to on.
Please Log in or Create an account to join the conversation.
- Saka
-
- Offline
- Administrator
-
1. Is this still being looked at?
Not yet. It takes some time as support for 3rd party components is not priority. But it is on my list.
2. I created a custom SMF module that looks at the global $mosConfig_sef to determine if SEF URLs should be output. When SEF Advance is turned ON, the module is not recognizing $mosConfig_sef is set to on.
$mosConfig_sef is set if SEF is turned on in global configurations regardless of SEF Advance settings.
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.
- kai920
-
Topic Author
- Offline
- New Member
-
- Thank you received: 0
Not yet. It takes some time as support for 3rd party components is not priority. But it is on my list.
OK, I hope this can be resolved soon. It's also strange that I am unable to ignore the SMF bridge component with SEF Advance.
$mosConfig_sef is set if SEF is turned on in global configurations regardless of SEF Advance settings.
That's what I would think too. Do you know why this code would not work then?
global $mosConfig_sef
echo '<li><a href="', ($mosConfig_sef !='1' ? ($post['href']) : sefReltoAbs ($post['href'])), '">', $post['subject'], '</a> ';
Joomla SEF on => outputs SEF URLs
Joomla SEF and SEF Advance on => outputs non-SEF URLs.
Please Log in or Create an account to join the conversation.
- kai920
-
Topic Author
- Offline
- New Member
-
- Thank you received: 0
Not yet. It takes some time as support for 3rd party components is not priority. But it is on my list.
Hi Saka, any update pleeeease? Quote function is still not working... :-[
Please Log in or Create an account to join the conversation.
- kai920
-
Topic Author
- Offline
- New Member
-
- Thank you received: 0
Not yet. It takes some time as support for 3rd party components is not priority. But it is on my list.
Hi Saka, any update pleeeease? Quote function is still not working... :-[
Please Log in or Create an account to join the conversation.