1
Tryweryn00
If the page does not automatically reload, please click here
  • 2006/12/3 15:02

  • Tryweryn00

  • Just popping in

  • Posts: 32

  • Since: 2006/10/14


If the page does not automatically reload, please click here

Where do i change the colour for the above text that appears on a screen while pages are reloading please?

2
Herko
Re: If the page does not automatically reload, please click here
  • 2006/12/3 15:08

  • Herko

  • XOOPS is my life!

  • Posts: 4238

  • Since: 2002/2/4 1


system adin -> templates -> system module -> xoops_redirect.html.

That is the template that needs to be edited.
- clone the default template set, edit the aforementioned template in the new cloned template set, and set the cloned template set as the active template set in system admin -> preferences -> general settings.

Herko

3
Tryweryn00
Re: If the page does not automatically reload, please click here
  • 2006/12/3 16:02

  • Tryweryn00

  • Just popping in

  • Posts: 32

  • Since: 2006/10/14


on a system_redirect i found this but where do i start to alter, tried a few things and no changes showed...be greatful for the right thing to alter
regards


<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<{$xoops_charset}>" />
<meta http-equiv="Refresh" content="<{$time}>; url=<{$url}>" />
<title><{$xoops_sitename}></title>
<link rel="stylesheet" type="text/css" media="all" href="<{$xoops_themecss}>" />
</head>
<body>
<div style="text-align:center; background-color: #EBEBEB; border-top: 1px solid #FFFFFF; border-left: 1px solid #FFFFFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight : bold;">
<h4><{$message}></h4>
<p><{$lang_ifnotreload}></p>
</div>
<{if $xoops_logdump != ''}><div><{$xoops_logdump}></div><{/if}>
</body>
</html>

4
vaughan
Re: If the page does not automatically reload, please click here
  • 2006/12/3 17:40

  • vaughan

  • Friend of XOOPS

  • Posts: 680

  • Since: 2005/11/26


colours are defined in your themes style.css file.

div.errorMsg background-color#FFCCCC; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight: bold; padding: 10px;}
div.confirmMsg background-color#DDFFDF; color: #136C99; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight: bold; padding: 10px;}
div.resultMsg background-color #CCCCCC; color: #333333; text-align: center; border-top: 1px solid silver; border-left: 1px solid silver; font-weight: bold; border-right: 1px solid #666666; border-bottom: 1px solid #666666; padding: 10px;}


the above is for the default template set, if you've cloned them and modified them like you have in your post above, then the above css classes will not work because you have removed the classes from the template.

as for how to edit templates and notice the changes, then read the FAQ section.

https://xoops.org/modules/smartfaq/category.php?categoryid=17

5
irmtfan
Re: If the page does not automatically reload, please click here
  • 2006/12/3 22:17

  • irmtfan

  • Module Developer

  • Posts: 3419

  • Since: 2003/12/7


also dont forget that in 2.0.14+ you can add a custom template in each theme directory.its will be more better than touch core template file.

it means you can add the xoops_redirect.html to
themes/YOUR_THEM/modules/system/system_redirect.html

Login

Who's Online

233 user(s) are online (121 user(s) are browsing Support Forums)


Members: 0


Guests: 233


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits