Share » Forums » Setup & design » ez publish used as "slideshow"

ez publish used as "slideshow"

ez publish used as "slideshow"

Tuesday 29 August 2006 4:47:22 am - 3 replies

Author Message

Christian Johansen

Tuesday 29 August 2006 11:57:11 pm

If it's a presentation that's running in a single location you have full control of your environment, so how you create your redirecting doesn't really matter, as long as it works in the environment you'll be using it in. You can do <meta>-redirects or do some javascript.

Sounds like a nice way to do slide shows to me. You can even use Opera in fullscreen view to project it without showing the browser.

Frode Slettum

Wednesday 30 August 2006 7:34:03 am

Thank you for your feedback.

Didn't really thought abouth that opera-trick .. Great idea.

One other thing, how can i accomplish this with <meta> when the template code comes within the <body> tag? Do I have to use java script?

Christian Johansen

Wednesday 30 August 2006 9:56:33 am

I'm not sure whether or not meta redirect works in body or not, just try it. If it doesn't work, create a pagelayout override for the slideshow section that just does the basic head things and leaves the rest of head as well as all of body to the node template:

<!DOCTYPE ...>
<html>
 <head>
  <title>...</title>
  [more]
{$module_result.content}
</html>

And then in node templates:

<meta ...>
</head>
<body>
 [BODY here]
</body>

It's a bit dirty since the pagelayout doesn't nest properly, but it works.

You must be logged in to post messages in this topic!

36 542 Users on board!

Forums menu