Just to clarify this a bit:
In the HTML sitemap, because pdf's are listed in my configuration for 'Do Not Parse Extensions', the full path is showing up in the html sitemap:
/downloads 10 files
[ External links are visible to forum administrators only ]
[ External links are visible to forum administrators only ]
[ External links are visible to forum administrators only ]
[ External links are visible to forum administrators only ]
How do I do this:
/downloads 10 files
download1.pdf
download2.pdf
download3.pdf
download4.pdf
I have tried editing the tpl file to add the functionality bu because of the way is is calling the functions it will not work. The template is calling the variable like this:
<TVAR title>
What I essentially need is:
basename(<TVAR title>);
or
<TVAR basename(title)>
But both of those methods would be very sloppy and probably not work. I need to edit the TVAR function and add a new variable like 'basetitle'. So I could add:
<TVAR basetitle>
This would be an easy change normally but you don't want any reverse (base64_decode) engineering. Unfortunately, The full path is very messy looking and the script will not work unless this small change can be made. Please let me know what to do.