How do I change error message? Posted by typeamom Sat 22 Sep 2007 21:57 GMT-0000 posts: 67 ☆ ☆ ☆ I want to add a call to register on error pages for those not logged in. Which template is this done in?
Posted by Rick Sapir / Tiki for Smarties Mon 24 Sep 2007 09:47 GMT-0000 posts: 3622 ☆ ☆ ☆ > I want to add a call to register on error pages for those not logged in. Which template is this done in? error.tpl HTH, -Rick Now Available: TikiWiki for Dummies Smarties — A beginner's guide to using ))TikiWiki((.
Posted by typeamom Mon 24 Sep 2007 11:22 GMT-0000 posts: 67 ☆ ☆ ☆ > > I want to add a call to register on error pages for those not logged in. Which template is this done in? > > error.tpl > > HTH, > > -Rick > Now Available: TikiWiki for Dummies Smarties — A beginner's guide to using ))TikiWiki((. >
Posted by typeamom Mon 24 Sep 2007 11:23 GMT-0000 posts: 67 ☆ ☆ ☆ > > Strange thing is I did edit that template and it didn't show up. I must have put it in the wrong spot.
Posted by Rick Sapir / Tiki for Smarties Mon 24 Sep 2007 13:59 GMT-0000 posts: 3622 ☆ ☆ ☆ > > > Strange thing is I did edit that template and it didn't show up. I must have put it in the wrong spot. Did you clear your browser and Tiki template cache? I would place it directly after the {$msg} statement. And you probably will want to use an IF statement to make sure it appears only for non-logged in visitors. Maybe something like: {$msg} < p>Please < a href="tiki-register.php">register< /a> for full access to this site.< /p> HTH, -Rick Now Available: TikiWiki for Dummies Smarties — A beginner's guide to using ))TikiWiki((.