This topic is locked

Meta title, content, keywords

1/6/2014 3:19:33 PM
ASPRunnerPro General questions
Y
yairilan author

Hi,

I want to customize the SEO parameters ( title, content, keywords ) on the view pages based on the table's values by ID.

I know I can put a parameter like ($param) on the html editor, but I don't know how to get the values on the Events.

thanks!

Yair

admin 1/7/2014

If you add something like {$param} your template in Visual Editor and can then use BeforeDisplay event to set the value of this parameter.

xt.assign "param","some value"


More info:

http://xlinesoft.com/asprunnerpro/docs/smarty_templates.htm