Forum Replies Created

Viewing 15 posts - 826 through 840 (of 853 total)
  • Author
    Posts
  • in reply to: multiple pages with different download folders… #939
    Michael Gilkes
    Keymaster


    @joanne721
    . I did a little research and it seems as though by default since Joomla 1.5, plugins don't work inside of modules. There was a discussion about this issue here: http://forum.joomla.org/viewtopic.php?p=1443225

    However, there are several free modules you can get from JED that allows you to run a plugin inside a module. I don't know what works. But, a quick search on google lead me to this one: http://extensions.joomla.org/extensions/core-enhancements/embed-a-include/6713 and there are others mentioned in the discussion forum link above. Let me know if it works.

    in reply to: Hyperlink to files inside folder #993
    Michael Gilkes
    Keymaster


    @csmwebdesign
    ,

    I got a fix for you. Since we can't avoid the use of DS from Joomla's functions, we are just going to fix out links directly. Here is what you do.

    1. Go to the easyfolderlistingpro.php file

    2. find line 631:

    3. find line 771:

    4. add this line BEFORE line 631:

    5. change $subfolder in (the now) line 632 to $path.

    6. add this line BEFORE line 771:

    7. change $subfolder in (the now) line 772 to $path.

    That's it!

    Do this and let me know. This should fix your problem entirely.

    in reply to: Hyperlink to files inside folder #992
    Michael Gilkes
    Keymaster

    @csmwebdesign. Ok, there are a couple of things giong on here:

    1. You still have the conversion of / (actual forward slash) to '%5C', which is the URL HEX code for backslash. See: http://www.december.com/html/spec/esccodes.html
    2. With the informaton you present in your posts, I am not seeing what you mean about the subfolders being prepended with a backslash.

    If your site is online, I would like to be able to access the page with the listing. I need to see it for myself, to examine it fully enough to solve the issue. The conversion of the slashes to the URL HEX code is a major key to the puzzle. Did you toggle the editor like I asked you to? The editor in Joomla's article backend has been notorious in the past for converting characters to HEX and messing up plugin parameters. I need you to check this.

    in reply to: Hyperlink to files inside folder #989
    Michael Gilkes
    Keymaster

    @csmwebdesign. Thanks for using my plugin. Your last post provided a lot of vital information. I think that your problem is not only the issue with being on Windows and the DS being a backslash instead of the forward slash. Your issue seems to be either that you are using backslashes in the Plugin Manager 'Location of the Listing Folder', or that what you are typing backslashes in your article, and your Article's WYSIWYG editor is converting them to '%5C' through URL encoding. To check it, toggle (or turn off) your editor, and see what it says.

    What you should have in your article is: {easyfolderlistingpro folder='documents/Medical_Students/Feedback'}

    From what I see in your post, you have: {easyfolderlistingpro folder='documentsMedical_StudentsFeedback'} which gets converted to http://localhost/documents%5CMedical_Students%5CFeedback/Feedback.pdf with URL encoding applied by the WYSIWYG editor. %5C is the URL HEX code for backslash ''.

    Also, note that the two 'DS' that you changed to '/' in the php file corresponds to the / just before Feedback.pdf, which works as you can see from your post.

    So, please double check whether you have any backslashes when you specify the listing folder.

    in reply to: EFUP – Bug Reporting #927
    Michael Gilkes
    Keymaster

    @carmiaca. You will get this error notice if your server's PHP version is less than 5.3. What is your PHP version? The minimum requirement for all my extensions is PHP 5.3+. To check for the version, in Joomla 1.5, go to Help -> System Info -> PHP Information; and in Joomla 1.6, go to your control panel, then go to Site -> System Information.

    in reply to: Parameters in Joomla 1.6? #1005
    Michael Gilkes
    Keymaster

    Hi Realtoast,

    Please let me know what version of the module you are using. Also, please let me know what file you downloaded and installed. If you installed v0.3 (J15) and installed it on Joomla 1.6, then you will see that. If you downloaded the bundle, you must unzip it and then install v0.3 (J16). Maybe you can email me a screenshot of the listing in the Extension Manager -> Manage that shows the version of the module.

    I will need to get some more info from you in order to help you.

    in reply to: Hyperlink to files inside folder #985
    Michael Gilkes
    Keymaster
    WordPress › Error

    There has been a critical error on this website.

    Learn more about troubleshooting WordPress.