Is it working with bridged SMF to?
- Saka
-
- Offline
- Administrator
-
19 years 1 month 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
19 years 1 month 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
19 years 1 month 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
-
19 years 1 month 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
-
19 years 1 month ago - 19 years 1 month 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: 19 years 1 month ago by Saka.
Please Log in or Create an account to join the conversation.
- it-info
-
Topic Author
- Offline
- New Member
-
Less
More
- Thank you received: 0
19 years 1 month ago - 19 years 1 month ago #114
by it-info
Yes it works very good! SAKA your support is really amazing!!!
btw: i've written a "how to" on Install a bridged SMF-Joomla-SefAdvance. Just look HERE!!!
Regards, Christian
btw: i've written a "how to" on Install a bridged SMF-Joomla-SefAdvance. Just look HERE!!!
Regards, Christian
Last Edit: 19 years 1 month ago by it-info.
Please Log in or Create an account to join the conversation.