In this path admin.php
Template Manager Group: System Edit Template: User Messages
Have the basic template used to show some users messages, like empty fields on register forms, etc.
Im try adding a custom link to Home Page, but this dont works
<a href="http://{site_url}" class="txt2">{site_name}</a>
only this works fine
{title} {charset} {meta_refresh} {heading}
{content} <— The error message
{link} <— Link to back previous page using browser history function(Javascript)
im need:
{theme_user_folder_url} {site_name} {site_url}
The message template is more limited in the variables it will parse, in part because it may be shown when things ‘fail’. So the only variables that can be used are the ones listed in the form.
While there are some more complex alternatives to using the template, my first solution would be to hard code the url that you need, rather than rely on the variables.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.