1
MadSnake
[template] Systeme > redirection
  • 2003/12/17 1:45

  • MadSnake

  • Just popping in

  • Posts: 35

  • Since: 2002/10/3


Hello, I have found a bug on the level of the syteme of redirection, indeed it is not possible to use the meta tag < { xoops_themecss } > whereas that functions with the complete way of the file css this is very tedious because it is impossible to change theme I do not find the file to be corrected, is what somebody would have a solution?

2
Stewdio
Re: [template] Systeme > redirection
  • 2003/12/17 5:28

  • Stewdio

  • Community Support Member

  • Posts: 1560

  • Since: 2003/5/7 1


I'm not quite sure I follow what you are tring to explain. Could you give us a bit more details on what your trying to do?

3
MadSnake
Re: [template] Systeme > redirection
  • 2003/12/17 13:22

  • MadSnake

  • Just popping in

  • Posts: 35

  • Since: 2002/10/3


I have edit my post , sorry for my english

4
Stewdio
Re: [template] Systeme > redirection
  • 2003/12/17 14:30

  • Stewdio

  • Community Support Member

  • Posts: 1560

  • Since: 2003/5/7 1


No worries about the english, I just wasn't clear an what you needed to be done

If I follow you correctly and you wish to change how the redirect looks, you can look in Admin >>Templates>>System>>system_redirect.html

This is where you can edit the look and feel of the redirect page. Remember to 'clone' your default template before editing and enable automatic changes in the admin>>preferences.

Sorry if misunderstood your question, one of us here will get it right!

5
MadSnake
Re: [template] Systeme > redirection
  • 2003/12/17 22:23

  • MadSnake

  • Just popping in

  • Posts: 35

  • Since: 2002/10/3


It's ok :
le="color: #000000"><?php <!DOCTYPE html PUBLIC '//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<{$xoops_langcode}>" lang="<{$xoops_langcode}>"> <head> <meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>" /> <meta http-equiv="content-language" content="<{$xoops_langcode}>" /> <meta http-equiv="Refresh" content="<{$time}>; url=<{$url}>" /> <title><{$xoops_sitename}></title> <link rel="stylesheet" type="text/css" media="all" href="<{$xoops_url}>/xoops.css" /> <link rel="stylesheet" type="text/css" media="all" href="<{$xoops_url}>/themes/mytheme/style.css" /> </head> <body topmargin="100"><br><br><br><br><br><br><br> <center> <table border="0" cellpadding="1" cellspacing="1" width="60%" align="center" class="item"><tr><td class="itemHead"><b><font face="Verdana" size="1">Redirection</b></td></tr><tr><td class="itemInfo"><br></td></tr><tr><td class="itemBody"><p><font face="Verdana" size="1"><b><{$message}><br><{$lang_ifnotreload}></b></font></p></td></tr><tr><td class="itemFoot1"><br></td></tr></table> </body> </html>


It's bad

le="color: #000000"><?php <!DOCTYPE html PUBLIC '//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<{$xoops_langcode}>" lang="<{$xoops_langcode}>"> <head> <meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>" /> <meta http-equiv="content-language" content="<{$xoops_langcode}>" /> <meta http-equiv="Refresh" content="<{$time}>; url=<{$url}>" /> <title><{$xoops_sitename}></title> <link rel="stylesheet" type="text/css" media="all" href="<{$xoops_url}>/xoops.css" /> <link rel="stylesheet" type="text/css" media="all" href="<{$xoops_themecss}>" /> </head> <body topmargin="100"><br><br><br><br><br><br><br> <center> <table border="0" cellpadding="1" cellspacing="1" width="60%" align="center" class="item"><tr><td class="itemHead"><b><font face="Verdana" size="1">Redirection</b></td></tr><tr><td class="itemInfo"><br></td></tr><tr><td class="itemBody"><p><font face="Verdana" size="1"><b><{$message}><br><{$lang_ifnotreload}></b></font></p></td></tr><tr><td class="itemFoot1"><br></td></tr></table> </body> </html>