Thanks for the update. I was able to see what you were talking about. I think a simpler method would be for me to edit the underlying stored procedure that is being used by dg.aspx. I could simply pass in a fake module id and process the query differently in those special cases. Otherwise I would have to create a lot of fake module settings records.
I looked at various stored procedures but I'm not sure which one is doing the looking up that ultimately takes in a module id and returns the server directory or list of photo files that are being returned by dg.aspx
Can you tell me what stored procedures are being called by dg.aspx. I assume it passes in the module id to a stored procedure that returns the server path for file list.
Thanks. |