1
2
If you have done that then it must have changed.Your browser must be showing you the unchanged theme.
I have two ideas
1)Go into your templates_c folder and clear the the files, this will remove references to the unchanged theme.
2) Refresh your browser or view your page in another browser, i.e if you are using Internet Explorer, view your page with Firefox.
Then
3) Shout "Yippe!" you've done it.
I have two ideas
1)Go into your templates_c folder and clear the the files, this will remove references to the unchanged theme.
2) Refresh your browser or view your page in another browser, i.e if you are using Internet Explorer, view your page with Firefox.
Then
3) Shout "Yippe!" you've done it.
3
This is how your code should look
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 name="robots" content="<{$xoops_meta_robots}>" />
<meta name="keywords" content="<{$xoops_meta_keywords}>" />
<meta name="description" content="<{$xoops_meta_description}>" />
<meta name="rating" content="<{$xoops_meta_rating}>" />
<meta name="author" content="<{$xoops_meta_author}>" />
<meta name="copyright" content="<{$xoops_meta_copyright}>" />
<meta name="generator" content="XOOPS" />
<title><{$xoops_sitename}> - <{$xoops_pagetitle}>title>
<link href="<{$xoops_url}>/favicon.ico" rel="SHORTCUT ICON" />
<link rel="stylesheet" type="text/css" media="all" href="<{$xoops_url}>/xoops.css" />
<link rel="stylesheet" type="text/css" media="all" href="<{$xoops_themecss}>" />
<{$xoops_module_header}>
<script type="text/javascript">
script>
head>
<body>
<table border="0" width="100%">
<tr>
<td width="100%"><img border="0" src="<{$xoops_imageurl}>landscape.JPG" width="100%" height="120">td>
tr>
<tr>
<td colspan="2" class="head_bar">td>
tr>
table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr> <{if $xoops_lblocks}>
<td rowspan="2" valign="top" id="leftcolumn">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td id="leftcolumn"> <{foreach item=block from=$xoops_lblocks}> <{include file="imago06/theme_blockleft.html"}>
<{/foreach}>td>
tr>
table>
td>
<{/if}>
<{if $xoops_lblocks}>
<td class="left_pict"> <img src="<{$xoops_imageurl}>images/left_pict.gif" />td><{/if}>
<td rowspan="2" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top" class="r_l"><a href="<{$xoops_url}>/"><{$xoops_sitename}>a>-<{$xoops_pagetitle}>td>
<td valign="top" class="r_c">td>
<td valign="top" class="right_menu">
<table border="0" cellpadding="0" cellspacing="0" width="229">
<tr>
<td><a href="<{$xoops_url}>/"><img name="home" src="<{$xoops_imageurl}>images/home.gif" width="70" height="29" border="0" alt="±¾Õ¾Ê×Ò³">a>td>
<td><a href="<{$xoops_url}>/modules/xoopsfaq/"><img name="help" src="<{$xoops_imageurl}>images/help.gif" width="69" height="29" border="0" alt="ÎÊÌâÖÐÐÄ">a>td>
<td><a href="<{$xoops_url}>/modules/contact/"><img name="contact" src="<{$xoops_imageurl}>images/contact.gif" width="90" height="29" border="0" alt="ÁªÂçÎÒÃÇ">a>td>
tr>
table>
td>
tr>
table>td>
tr>
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top" id="centerCcolumn">
<{if $xoops_showcblock == 1}>
<table cellspacing="0">
<tr>
<td valign="top" id="centerLcolumn">
<{foreach item=block from=$xoops_clblocks}> <{include
file="imago06/theme_blockcenter_l.html"}> <{/foreach}>
td>
<td valign="top" id="centerRcolumn">
<{foreach item=block from=$xoops_crblocks}> <{include
file="imago06/theme_blockcenter_r.html"}> <{/foreach}>
td>
tr>
<tr valign="top">
<td colspan="2" id="centerCcolumn">
<{foreach item=block from=$xoops_ccblocks}> <{include
file="imago06/theme_blockcenter_c.html"}> <{/foreach}>
td>
tr>
table>
<{/if}>
<div id="content">
<{$xoops_contents}>div> td>
<{if $xoops_showrblock == 1}><td valign="top" id="rightcolumn">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><{foreach item=block from=$xoops_rblocks}> <{include
file="imago06/theme_blockright.html"}> <{/foreach}> td>
tr>
table>
td><{/if}>
tr>
table>td>
tr>
table>
td>
tr>
<tr>
<{if $xoops_lblocks}><td class="left_logo"><img src="<{$xoops_imageurl}>images/left_logo.gif" />td><{/if}>
tr>
table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr id="footerline">
<td>td>
tr>
<tr id="footerbar">
<td><div align="center">Powered by XOOPS 2.0.3 © 2003 IMAGO:THEMES Theme
Design by IMAGO DESIGN CORP. div>td>
tr>
table>
body>
html>
4
You need to open theme.html with notepad
Find this part of the code, it is about 30 lines from the top.
Change the code to this, note my image is called swimmers.gif, you need to rename this to your own image name and put your image into the imago06 folder, you will also need to change the height to suit your image as you can see in the code mine is "120".
Here is how my imago06 theme looks with my header.
http://friends.clan-hosts.co.uk/cossacks/
Let us know if you get stuck.
Find this part of the code, it is about 30 lines from the top.
<body>
<table class="head_table" cellpadding="0" cellspacing="0">
<tr>
<td class="head_logo"><a href="<{$xoops_url}>/"><img name="logo" src="<{$xoops_imageurl}>images/logo.gif" width="222" height="79" border="0" alt="IMAGO:THEMES">a>td>
<td><div align="right"><img name="head_r1_c5" src="<{$xoops_imageurl}>images/head_left.gif" width="364" height="79" border="0" alt="">div>td>
tr> Change the code to this, note my image is called swimmers.gif, you need to rename this to your own image name and put your image into the imago06 folder, you will also need to change the height to suit your image as you can see in the code mine is "120".
<body>
<table border="0" width="100%">
<tr>
<td width="100%"><img border="0" src="<{$xoops_imageurl}>swimmers.gif" width="100%" height="120">td>
tr> Here is how my imago06 theme looks with my header.
http://friends.clan-hosts.co.uk/cossacks/
Let us know if you get stuck.
5
You will need to change your theme.html. What theme are you using?
6
How do I move the text i.e login, main menu?
It is not inline with the image background, it is not centered and needs to go down slightly.
It is not inline with the image background, it is not centered and needs to go down slightly.
7
Can anyone give me the code of the toggle display when clicked they remove blocks so that the center blocks have room to expand?
8
Why don't you ask the guys at http://www.minimarauders.net for a copy of that theme?
9
Quote:
I have looked at your link, if you look at line 460.
460 background: #eaedf4;
You need to change it to
460 background: #333333;
Then it will work ok.
This is how to change it.
1. Open your is_urbanize folder
2. Open the style.css file with Notepad
3. Scroll down and change #eaedf4 to #333333
.item {
background: #eaedf4;
4. Click File then Save and you are done.
5. This is what your style.css file will look like when it as been edited.
roujinz wrote:
OK I looked at style.css and it seems to me that that color code is already in the style sheet coding.
Here is a link to my style.css:
Style.css
I have looked at your link, if you look at line 460.
460 background: #eaedf4;
You need to change it to
460 background: #333333;
Then it will work ok.
This is how to change it.
1. Open your is_urbanize folder
2. Open the style.css file with Notepad
3. Scroll down and change #eaedf4 to #333333
.item {
background: #eaedf4;
4. Click File then Save and you are done.
5. This is what your style.css file will look like when it as been edited.
html {
scrollbar-3dlight-color:#d1d7dc;
scrollbar-arrow-color:#555555;
scrollbar-darkshadow-color:#555555;
scrollbar-face-color:#efefef;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color:#efefef;
scrollbar-track-color:#eaedf4;
}
body{
background:#515151;
color:#ffffff;
font:11px Verdana,Arial,Helvetica,sans-serif;margin:8px;
padding:0;
}
td.banner{
text-align: right;
padding:5px;
background-image: url('images/tile.gif');
height: 70px;
}
td.topnav{
color:#efefef;
font-weight: bold;
text-align: center;
vertical-align: middle;
background-image: url('images/cellpic3_a.gif');
height:28px;
width: 100%;
border: solid 1px #999999;
}
a:link, a:active, a:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration: none;
color: #efefef;
}
a:hover {
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration: none;
color: #ff8c00;
font-style: normal
}
.outline{
background: #515151;
border-left: solid 1px #333333;
border-top: solid 1px #333333;
border-right: solid 1px #000000;
border-bottom: solid 1px #000000;
}
table {
width: 100%;
margin: 5;
padding: 5;
font-size: small
}
table td {
padding: 0px;
border-width: 0;
vertical-align: top;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
td {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #efefef;
font-size: 11px;
border-top-width : 1px;
background: #515151;
border-right-width : 1px;
border-bottom-width : 1px;
border-left-width : 1px;
}
td.header {
text-align: left;
vertical-align: middle;
background-image: url('images/tile.gif');
height: 70px;
}
input {
color : #555555;
font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}
textarea {
color : #555555;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
border: solid 1px #000000;
}
select {
color : #000000;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
border-color : #000000;
}
img {
border: 0px none;
}
ul {
margin: 2px;
padding: 2px;
list-style: decimal inside;
text-align: left;
}
li {
margin-left: 2px;
list-style: disc inside;
}
.odd {
background-color: #333333;
text-align: left;
}
.outer {
background-color: #000000;
text-align:left;
}
.even {
background-color: #333333;
}
th {
background-image: url('images/cellpic3_a.gif');
text-align: left;
padding: 5px;
}
.head {
color: #ffffff;
font-size: 11px;
font-weight : bold;
height: 25px;
background-color: #666666;
vertical-align: middle;
}
.foot {
background-color: #666666;
padding: 3px;
}
.comTitle {
color: #ffffff;
font-size: 11px;
font-weight : bold;
background: #999999;
height: 23px;
text-align: left;
padding-top: 7px;
padding-left: 10px;
}
.comText {
padding: 20px;
text-align: left;
}
.comUserStat {
font-size: 10px;
color: #555555;
font-weight:bold;
border: 1px solid #cccccc;
background-color: #cccccc;
margin: 2px; padding: 2px;
}
.comUserStatCaption {
font-weight: normal;
}
.comUserStatus {
margin-left: 2px;
margin-top: 10px;
color: #006699;
font-weight:bold;
font-size: 10px;
}
.comUserRank {
margin: 2px;
}
.comUserRankText {
font-size: 10px;
font-weight:bold;
}
.comUserRankImg {
border: 0px none;
}
.comUserName {}
.comUserImg {
margin: 2px;
}
.comDate {
color: #00396a;
font-weight: normal;
font-style: italic;
font-size: smaller;
text-align: right;
}
.comDateCaption {
color: #00396a;
font-weight: bold;
font-style: normal;
text-align: right;
}
div.xoopsCode {
background: #515151 ;
border: 1px solid #000000;
color:#ffffff;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
padding: 0px 6px 6px 6px;
}
div.xoopsQuote {
background: #515151;
border: 1px solid #000000;
color:#ffffff;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
padding: 0px 6px 6px 6px;
}
.item {
background: #333333;
}
.itemHead {
color: #efefef;
font-size: 13px;
font-weight : bold;
background-image: url(images/cellpic3.gif);
border: 1px solid #000000;
height: 18px;
padding-top: 7px;
padding-left: 7px;
text-align: left;
}
.itemInfo {
text-align: right;
padding: 3px;
background-color: #333333;
}
.itemTitle a {
font-size: 100%;
font-size: 11px;
font-weight: bold;
font-variant: small-caps;
color: #ffffff;
background-color: transparent;
}
.itemPoster {
color: #efefef;
font-size: 90%;
font-style: normal;
}
.itemPostDate {
font-size: 90%;
font-style: normal;
}
.itemStats {
color: #efefef;
font-size: 90%;
font-style: normal;
}
.itemBody {
color: #efefef;
background-color: #666666;
padding-left: 5px;
text-align: left;
border: solid 1px #d9e2ec;
}
.itemText {
color: #000000;
margin-top: 5px;
margin-bottom: 5px;
line-height: 1.5em;
}
.itemFoot {
text-align: right;
padding: 3px;
background-color: #333333;
}
.itemAdminLink {
font-size: 90%;
}
.itemPermaLink {
font-size: 90%;
}
.blockTitle {
color: #efefef;
font-size: 13px;
font-weight: bold;
text-align: center;
background-image: url(./images/cellpic3.gif);
border: 1px solid #000000;
height: 22px;
vertical-align: middle;
}
.blockTitle2 {
color: #ffffff;
font-weight: bold;
font-size: 11px;
text-align: left;
background-image: url(./images/cellpic3.gif);
border: 1px solid #999999;
height: 18px;
vertical-align: top;
padding: 1px;
}
.blockContent {
background-color: #666666;
padding: 5px;
border: solid 1px #cccccc;
line-height:133%;
text-align: left;
}
.blockContent2 {
background-color: #666666;
padding: 5px;
line-height:133%;
text-align: left;
}
.pointer {
cursor: hand;
}
td#mainmenu a {
color:#ff9933;
background-color: #666666;
display: block;
margin: 0;
padding: 2px;
font-weight: bold;
}
td#mainmenu a:hover {
color:#666666;
background-color: #ffffff;
font-weight: bold;
}
td#mainmenu a.menuTop {
padding-left: 3px;
}
td#mainmenu a.menuMain {
padding-left: 3px;
}
td#mainmenu a.menuSub {
padding-left: 9px;
font-weight: bold;
}
td#usermenu a {
color:#ff9933;
background-color: #666666;
display: block;
margin: 0;
padding: 2px;
font-weight: bold;
}
td#usermenu a:hover {
color:#666666;
background-color: #ffffff;
font-weight: bold;
}
td#usermenu a.highlight {
background-color: #fcc;
}
10
Yeah I noticed the original was a little hazy and some countries were in German, I will do it when I get off my hols.

