This topic is locked

Where/ how to edit?

7/30/2008 4:19:29 AM
ASPRunnerPro General questions
H
hollsten author

I'm confused. I need to add asp-script to some fields on the list page but when I look at the source it's strange code containing dollar signs etc, not normal asp code. I find normal HTML code in the templates but these are .htm files, can't put my asp code here either(?). As for ASP code snippets in the editor, how would I bind the code to the specific field?

J
Jane 7/30/2008

Hi,
to add your custom ASP code edit generated asp files.
Each page in the ASPRunnerPro is divided into visual and code parts. Here is an article about templates in the ASPRunnerPro:

http://www.xlinesoft.com/asprunnerpro/docs...y_templates.htm

H
hollsten author 7/30/2008

Thanks for your answer Jane.
As my ISP has AspSmartImage but not AspJpeg installed on their servers I have to find a way to get the AspSmartImage script incorporated on the list page.
Do you mean I should edit the "smarty.asp" -file or the ".._masterlist.asp" -file or some other? If I put the AspSmartImage in an ASP code snippet in the visual editor, how would I write it so it would make a thumbnail of the particular image? Can't use {$row.1the_picture_value} directly in an ASP script.

J
Jane 7/30/2008

I think you need to edit generated ..._list.asp and include/commonfunctions.asp files.