Search found 5 matches

by meiriem
Wed Aug 05, 2009 8:31 am
Forum: Layout and Design (CSS & HTML)
Topic: News Summary
Replies: 4
Views: 1594

Re: News Summary

Just read the help of the News module:

Code: Select all

Prarameters
(optional) detailpage="pagealias"
So in your template or page you put something like

Code: Select all

{news detailpage="my-news-page"}
by meiriem
Fri Jan 23, 2009 12:19 pm
Forum: Modules/Add-Ons
Topic: Question about process_pagedata
Replies: 2
Views: 2923

Re: Question about process_pagedata

In your template you can put tags like {title} or {content}. For as far as I understand it right, {process_pagedata} works the same way. So, when you put {title} in your template it prints at that position the title of the requested page. And when your put {process_pagedata} in your template in prin...
by meiriem
Thu Oct 23, 2008 12:03 am
Forum: Modules/Add-Ons
Topic: FEU Remember Me option
Replies: 12
Views: 4511

Re: FEU Remember Me option

Here the same problem (FEU 1.5.3). I added a name in FEU-admin for the cookie remember-me. The solution (in my case): 1. in FEU/action.logout.php I comment out line 45: //$this->_AttemptInvalidateLoginCookie(); For some reason this function deletes the cookie remember-me at a logout.  ??? 2. Next a ...
by meiriem
Wed Apr 23, 2008 10:41 am
Forum: Tips and Tricks
Topic: A Content block for the description meta tag
Replies: 19
Views: 19740

Re: A Content block for the description meta tag

Another solution for the right meta description is to put at your Global Settings metadata the following: <meta name="description" content="{title} - {sitename} - {description}" /> (And of course put {metadata} in your template/page.) Google wants that every page has a different ...

Go to advanced search