SEF patch

ghali
ghali
Offline
0
any updates on this patch that supposedly will fix the SEF issue on joomla. :(
Responses (21)
  • Accepted Answer

    ghali
    ghali
    Offline
    Wednesday, January 27 2010, 07:25 PM - #Permalink
    0
    ANY UPDATE?
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, January 28 2010, 10:49 AM - #Permalink
    0
    sorry, not yet, we are working on it, hope to publish it along with forthcoming version 2.0, very soon
    The reply is currently minimized Show
  • Accepted Answer

    ghali
    ghali
    Offline
    Thursday, January 28 2010, 01:20 PM - #Permalink
    0
    Thanks, I will be waiting because i really like SEF enabled on my website.
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, January 28 2010, 01:37 PM - #Permalink
    0
    I understand perfectly. I'll try to have this ready ASAP
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, January 28 2010, 07:13 PM - #Permalink
    0
    Ghali,
    I thiknk I have a good new for you: I have a first version of the patch ready :) I tested it and seems to work fine.

    hope it solves your problems. download here:

    http://www.joomlamusicsolutions.com/downloads/doc_details/48-router-file-for-joomla-native-sef.html?lang=en

    you must copy the router.php file into /components/com_muscol/
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, January 28 2010, 07:51 PM - #Permalink
    0
    hey, there was a small thing missing. download it again if you had already downloaded
    The reply is currently minimized Show
  • Accepted Answer

    ghali
    ghali
    Offline
    Thursday, January 28 2010, 07:51 PM - #Permalink
    0
    nope, still not working! the player is missing and the letter grid is vertical
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, January 28 2010, 07:52 PM - #Permalink
    0
    what?? :S :S this plugin does not affet on this!! :S did you copied it on the right folder?
    it works fantastic on my testing server!
    The reply is currently minimized Show
  • Accepted Answer

    ghali
    ghali
    Offline
    Thursday, January 28 2010, 07:52 PM - #Permalink
    0
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, January 28 2010, 07:54 PM - #Permalink
    0
    and if you erase the router.php file, the player reappears and the letter bar is oK?? can you try?

    this makes no sense at aaaall!!!!! :S
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, January 28 2010, 07:57 PM - #Permalink
    0
    I mean.. this was like this before the patch.. I'm sure! this file cannot interfere with CSS files.. at all ... it is not possible
    The reply is currently minimized Show
  • Accepted Answer

    ghali
    ghali
    Offline
    Thursday, January 28 2010, 07:58 PM - #Permalink
    0
    deleted the router.php and still the same thing, no changes at all

    without the router.php, it look like this:
    http://www.marocbiladi.com/musique.html?view=album&id=41
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, January 28 2010, 08:00 PM - #Permalink
    0
    so, the problem with the letter bar was already there!.....

    to solve this letter bar thing you have to modify your CSS files of your template.

    besides of that, the sef plugin WORKS, and lets you play your files, wich is exactly the problem you had.

    you have changed the template or something, right? I mean, this worked before!
    The reply is currently minimized Show
  • Accepted Answer

    ghali
    ghali
    Offline
    Thursday, January 28 2010, 08:01 PM - #Permalink
    0
    Yes, I have changed the template.m funny things is that when sef is enabled the player doesnt appear at all and latter grid is messed up
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, January 28 2010, 08:05 PM - #Permalink
    0
    if you disable the sef, player appears?
    The reply is currently minimized Show
  • Accepted Answer

    ghali
    ghali
    Offline
    Thursday, January 28 2010, 08:08 PM - #Permalink
    0
    yes it appears and eveything is working

    check out my site now that the sef is disabled
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, January 28 2010, 08:15 PM - #Permalink
    0
    ok I think I know what is going on.

    the files for MC (css, js, etc) are not loaded when sef on because an initial "/" is missing when the webpage tries to load them (see source code)

    I can tell you a manual way to solve this, but will take you a while

    this is a very strange behavior. this does not happens on my site or any other I've seen... I dont know why it happens in yours...

    to solve the player not showing:

    go to file /plugins/muscolplayers/jwplayer.php

    and at the end of the file you'll find this:

    $document->addScript('plugins/muscolplayers/jwplayer/swfobject.js');
    $document->addScript('plugins/muscolplayers/jwplayer/playlist_functions.js');


    you have to add the initial "/", so it has to look like


    $document->addScript('/plugins/muscolplayers/jwplayer/swfobject.js');
    $document->addScript('/plugins/muscolplayers/jwplayer/playlist_functions.js');
    The reply is currently minimized Show
  • Accepted Answer

    ghali
    ghali
    Offline
    Thursday, January 28 2010, 08:23 PM - #Permalink
    0
    now the player is up. the layout is kinda funky, take alook here:

    http://www.marocbiladi.com/component/muscol/c/5-cheb-khaled--/4-kenza.html
    The reply is currently minimized Show
  • Accepted Answer

    ghali
    ghali
    Offline
    Thursday, January 28 2010, 08:55 PM - #Permalink
    0
    how do i fix it?
    The reply is currently minimized Show
  • Accepted Answer

    Friday, January 29 2010, 04:38 PM - #Permalink
    0
    well, this requires more work. I'll tell you one as an example, you do the rest

    on the /components/com_muscol/views/ folder there are many folders, one for each view.

    inside each folder, there's a view.html.php

    you have to open these files and and search for these:

    $document->addStyleSheet('components/com_muscol/assets/letter.css');
    $document->addStyleSheet('components/com_muscol/assets/album.css');
    $document->addStyleSheet('components/com_muscol/assets/artist_detailed.css');
    $document->addStyleSheet('components/com_muscol/assets/comments.css');


    (and others) NOT all the files will have this css linked to them, of course, only some. this is just an example

    and then just do the same you did on the other file: add an initial "/" to each one. so it looks like


    $document->addStyleSheet('/components/com_muscol/assets/letter.css');
    $document->addStyleSheet('/components/com_muscol/assets/album.css');
    $document->addStyleSheet('/components/com_muscol/assets/artist_detailed.css');
    $document->addStyleSheet('/components/com_muscol/assets/comments.css');


    please dont mess with code you dont understand!! :)
    The reply is currently minimized Show
  • Accepted Answer

    ghali
    ghali
    Offline
    Friday, January 29 2010, 05:02 PM - #Permalink
    0
    ok I made the changes to the addStyleSheet for 8 folders(album,artist,artists,playlist,playlists,search,song,songs), the layout looks fine now,but the PLAYER DOESNT PLAY

    http://www.marocbiladi.com/musique/m/74-mazagan/80-mina.html
    The reply is currently minimized Show
Your Reply