Is it working with bridged SMF to?
- it-info
- Topic Author
- Offline
- New Member
Less
More
- Thank you received: 0
17 years 10 months ago #81
by it-info
Hello Emir, we Joomla+SMF users have a question:
Does your component works with a bridged(with orstio bridge from simplemachine.org) Joomla version? With that Open_sef it works, because you can disable it for single components. I actually heard about that it isn't possible to disable the SEF for single components with you Script...
What can you tell us about it.
Regards, Christian
Does your component works with a bridged(with orstio bridge from simplemachine.org) Joomla version? With that Open_sef it works, because you can disable it for single components. I actually heard about that it isn't possible to disable the SEF for single components with you Script...
What can you tell us about it.
Regards, Christian
Please Log in or Create an account to join the conversation.
- Saka
- Offline
- Administrator
17 years 10 months ago #82
by Saka
Emir Sakic
www.sakic.net
Yes, it is possible to disable SEF for a component in the latest version of SEF Advance.
Also I solved the problem with SMF bridge and solution has been sent to SMF bridge developers. Don't know if they implemented it yet. If not contact me and I can send you the patched SMF file.
Also I solved the problem with SMF bridge and solution has been sent to SMF bridge developers. Don't know if they implemented it yet. If not contact me and I can send you the patched SMF file.
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.
- it-info
- Topic Author
- Offline
- New Member
Less
More
- Thank you received: 0
17 years 10 months ago #83
by it-info
that sounds very good!!!
What do you think, would it be possible to have beautiful(SEF) URL's in a bridged SMF through you Component?
regards, Christian
What do you think, would it be possible to have beautiful(SEF) URL's in a bridged SMF through you Component?
regards, Christian
Please Log in or Create an account to join the conversation.
- it-info
- Topic Author
- Offline
- New Member
Less
More
- Thank you received: 0
17 years 10 months ago #101
by it-info
The "better" bridge is the one from Orstio ( www.simplemachines.org )
I've bought SefAdvance Yesterday, disabled it for SMF Bridge Component and i have problems with the URLS when accessing my Forum.
The links should look like: www.it-info.org/index.php?option=com_smf....msg10;boardseen#new
But they look like:
www.it-info.org/index.php?option,com_smf...,5.new/topicseen#new
How to solve this?
regards, Christian
Do you mean the guys from Joomlahacks?Also I solved the problem with SMF bridge and solution has been sent to SMF bridge developers.
The "better" bridge is the one from Orstio ( www.simplemachines.org )
I've bought SefAdvance Yesterday, disabled it for SMF Bridge Component and i have problems with the URLS when accessing my Forum.
The links should look like: www.it-info.org/index.php?option=com_smf....msg10;boardseen#new
But they look like:
www.it-info.org/index.php?option,com_smf...,5.new/topicseen#new
How to solve this?
regards, Christian
Please Log in or Create an account to join the conversation.
- Saka
- Offline
- Administrator
17 years 10 months ago #102
by Saka
Emir Sakic
www.sakic.net
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.
- Saka
- Offline
- Administrator
17 years 10 months ago - 17 years 10 months ago #112
by Saka
Emir Sakic
www.sakic.net
Disabling SEF doesn't seem to work so good for SMF bridge because the bridge has been written with core SEF in mind.
So if you want to disable SEF for it it's best to hardcode it in the component (components/com_smf/smf.php).
Around line 151 inside the function ob_mambofix() add:
$mosConfig_sef = 0;
This will disable SEF for SMF.
So if you want to disable SEF for it it's best to hardcode it in the component (components/com_smf/smf.php).
Around line 151 inside the function ob_mambofix() add:
$mosConfig_sef = 0;
This will disable SEF for SMF.
Emir Sakic
www.sakic.net
Last Edit: 17 years 10 months ago by Saka.
Please Log in or Create an account to join the conversation.