Re: Hyperlink to files inside folder

Home \ forums/reply \ Re: 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.