hi all,
what I've done so far is defined new file type Config.AllowedExtensions["Logos"] ... which works great
I've also set variable for this type in the drop down which works great too
var aTypes = [
['File','File'],
['Image','Image'],
['Logos','Logos'],
['Flash','Flash'],
['Media','Media']
] ;
So now when I go to add link I can choose Logos from the drop down and it will take me to a custom folder. so far so good.
The reason I am doing this is cuz every user has a custom folder for their files and then there's a shared folder with logos.
Well my dilemma now is how do I get this filetype/folder to show up when user is inserting image??? Right now I only get "Image" in the drop down when browsing for images!
Any Ideas? BTW I am using cold fusion connector!!
what I've done so far is defined new file type Config.AllowedExtensions["Logos"] ... which works great
I've also set variable for this type in the drop down which works great too
var aTypes = [
['File','File'],
['Image','Image'],
['Logos','Logos'],
['Flash','Flash'],
['Media','Media']
] ;
So now when I go to add link I can choose Logos from the drop down and it will take me to a custom folder. so far so good.
The reason I am doing this is cuz every user has a custom folder for their files and then there's a shared folder with logos.
Well my dilemma now is how do I get this filetype/folder to show up when user is inserting image??? Right now I only get "Image" in the drop down when browsing for images!
Any Ideas? BTW I am using cold fusion connector!!