21
SevenD
Re: Theme problems in 2.07
  • 2004/8/8 20:49

  • SevenD

  • Not too shy to talk

  • Posts: 143

  • Since: 2003/7/23


Maybe chmod 755 everything inside theme folder.



22
SevenD
Re: Could someone please answer this for me??
  • 2004/8/5 16:33

  • SevenD

  • Not too shy to talk

  • Posts: 143

  • Since: 2003/7/23


Angela,
now you have two </HEAD> and two <BODY> tags..
Also..<DIV align=center></DIV> and <CENTER></CENTER> is unnecesary..

I sent you solution today..open theme.html, find this code:

Quote:

<tr id="header">
<td id="headerlogo"><a href="<{$xoops_url}>/"><img src="<{$xoops_imageurl}>images/logo.jpg" alt="Design by 7dana.com" border="0" /></a></td>
<td align="center" id="headerbanner"><{$xoops_banner}>&nbsp;</td>
</tr>


and remove this piece of code:

Quote:

<td align="center" id="headerbanner"><{$xoops_banner}>&nbsp;</td>

(also change alt text "Design by 7dana.com")



23
SevenD
Re: How do I center a page within a theme?
  • 2004/7/20 23:09

  • SevenD

  • Not too shy to talk

  • Posts: 143

  • Since: 2003/7/23


Open theme.html, find
<body>
<
table width="790" border="0" cellpadding="0" cellspacing="0" id="okvir">

and add/change the aligment to center
<body>
<
table align="center" width="790" border="0" cellpadding="0" cellspacing="0" id="okvir">




24
SevenD
Re: Blank page
  • 2004/7/16 13:12

  • SevenD

  • Not too shy to talk

  • Posts: 143

  • Since: 2003/7/23


Brett142000, maybe permission problem, chmod theme folder(and all files inside) to 775.



25
SevenD
Re: Theme PROBLEM
  • 2004/7/7 18:52

  • SevenD

  • Not too shy to talk

  • Posts: 143

  • Since: 2003/7/23


Quote:
sow when i change host its al over ?


maybe..but change host because this is real chaos, with all this adds.
You can buy server space with MySQL database for $25/year:
http://www.yrhost.com/hosting.php



26
SevenD
Re: Theme PROBLEM
  • 2004/7/7 17:05

  • SevenD

  • Not too shy to talk

  • Posts: 143

  • Since: 2003/7/23


Opss..i didn't see </form> tag, where is the beginning of form? ..remove this tag from "headerbar" column.

And change hosting as soon as possible.



27
SevenD
Re: Theme PROBLEM
  • 2004/7/7 16:27

  • SevenD

  • Not too shy to talk

  • Posts: 143

  • Since: 2003/7/23


xtreme, open theme.html and remove "</div>" tag from "headerbar" column:

Quote:

<td id="headerbar"> &nbsp;&nbsp;<{if $xoops_isuser}> Hey <a href="<{$xoops_url}>/user.php"><{$xoops_uname}></a>&nbsp;&nbsp;&nbsp;<a href="<{$xoops_url}>/user.php">Your Account </a>&nbsp; <{else}> <a href="<{$xoops_url}>/register.php">Register now </a> ! <{/if}> <{if $xoops_isuser}> <a href="<{$xoops_url}>/user.php?op=logout"></a> <{else}> &nbsp;&nbsp;&nbsp;<a href="<{$xoops_url}>/user.php">Login</a> <{/if}> --[
<script language="Javascript" type="text/javascript">
if(document.all){
document.write('<scr'+'ipt language="Javascript" type="text/javascript" align="right" src="http://www.con-nect.nl/ticker.php?ID=32331"></scr'+'ipt>');
}
</script>
]---
</div>
</form></td>



28
SevenD
Re: Theme PROBLEM
  • 2004/7/7 9:45

  • SevenD

  • Not too shy to talk

  • Posts: 143

  • Since: 2003/7/23


Hi xtreme,
you have one invalid-overlapping "</td>" tag.
Open theme.html in notepad(themes/XtremeFun/theme.html)and replace all content with this code:
Quote:

<!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}>" />
<!-- RMV: added module header -->
<{$xoops_module_header}>
<script type="text/javascript">
<!--
<{$xoops_js}>
//-->
</script>
</head>
<body>
<table class="zaja" border="0" align="center" cellpadding="2" cellspacing="0">
<tr>
<td> <table cellspacing="0">
<tr id="header">
<td colspan="3" id="headerbanner"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="266" id="headerbanner"> <center>
<img src="<{$xoops_url}>/themes/XtremeFun/logo.gif"/>
</center></td>
<td align="center" id="headerbanner"></td>
</tr>
</table></td>
</tr>
<tr>
<td id="headerbar"> &nbsp;&nbsp;<{if $xoops_isuser}> Hey <a href="<{$xoops_url}>/user.php"><{$xoops_uname}></a>&nbsp;&nbsp;&nbsp;<a href="<{$xoops_url}>/user.php">Your Account </a>&nbsp; <{else}> <a href="<{$xoops_url}>/register.php">Register now </a> ! <{/if}> <{if $xoops_isuser}> <a href="<{$xoops_url}>/user.php?op=logout"></a> <{else}> &nbsp;&nbsp;&nbsp;<a href="<{$xoops_url}>/user.php">Login</a> <{/if}> --[
<script language="Javascript" type="text/javascript">
if(document.all){
document.write('<scr'+'ipt language="Javascript" type="text/javascript" align="right" src="http://www.con-nect.nl/ticker.php?ID=32331"></scr'+'ipt>');
}
</script>
]---
</div>
</form></td>
</tr>
</table>
<table cellspacing="0">
<tr>
<td id="leftcolumn"> <!-- Start left blocks loop -->
<{foreach item=block from=$xoops_lblocks}> <{include file="Zaja_Green/theme_blockleft.html"}> <{/foreach}>
<!-- End left blocks loop -->
<img src="<{$xoops_imageurl}>160.gif" width="160" height="1" alt="" /> </td>
<td id="centercolumn"> <!-- Display center blocks if any -->
<{if $xoops_showcblock == 1}>
<table cellspacing="0">
<tr>
<td id="centerCcolumn" colspan="2"> <!-- Start center-center blocks loop -->
<{foreach item=block from=$xoops_ccblocks}> <{include file="Zaja_Green/theme_blockcenter_c.html"}> <{/foreach}>
<!-- End center-center blocks loop --> </td>
</tr>
<tr>
<td id="centerLcolumn"> <!-- Start center-left blocks loop -->
<{foreach item=block from=$xoops_clblocks}> <{include file="Zaja_Green/theme_blockcenter_l.html"}> <{/foreach}>
<!-- End center-left blocks loop --> </td>
<td id="centerRcolumn"> <!-- Start center-right blocks loop -->
<{foreach item=block from=$xoops_crblocks}> <{include file="Zaja_Green/theme_blockcenter_r.html"}> <{/foreach}>
<!-- End center-right blocks loop --> </td>
</tr>
</table>
<{/if}>
<!-- End display center blocks -->
<div id="content"> <{$xoops_contents}> </div></td>
<{if $xoops_showrblock == 1}>
<td id="rightcolumn"> <!-- Start right blocks loop -->
<{foreach item=block from=$xoops_rblocks}> <{include file="Zaja_Green/theme_blockright.html"}> <img src="<{$xoops_imageurl}>160.gif" width="160" height="1" alt="" /> <{/foreach}>
<!-- End right blocks loop --> </td>
<{/if}> </tr>
</table>
<table align="center" cellspacing="0">
<tr >
<td id="headerbar"><div align="center"><{$xoops_footer}>&nbsp; | &nbsp;Design by <a href="http://www.xtremefun.tk" target="_blank">XtremeFun.tk</a></div></td>
</tr>
</table></td>
</tr>
</table>
<center>
<{$xoops_banner}>
</center>
</body>
</html>




29
SevenD
Re: Major Theme designing bug in 7dana-clean theme.
  • 2004/6/25 14:47

  • SevenD

  • Not too shy to talk

  • Posts: 143

  • Since: 2003/7/23


Thanks Servers, take a look:
https://xoops.org/modules/newbb/viewtopic.php?topic_id=21443&forum=20&post_id=93491#forumpost93491



30
SevenD
Re: i want to remove side menus plz help, need entire space to consumed by forum
  • 2004/6/25 14:45

  • SevenD

  • Not too shy to talk

  • Posts: 143

  • Since: 2003/7/23


Try this:

1. Create text file in theme > images folder and rename it to 170.gif (yes...text file)
2. Open theme.html and replace:
Quote:
<{/foreach}>
<!-- End left blocks loop --></td>

with:
Quote:
<img src="<{$xoops_imageurl}>images/170.gif" width="170" height="1" alt="" /><{/foreach}>
<!-- End left blocks loop --></td>

3. Open style.css and remove this line/value "width: 170px;" from "div.leftcolumn" selector.




TopTop
« 1 2 (3) 4 5 6 »



Login

Who's Online

222 user(s) are online (134 user(s) are browsing Support Forums)


Members: 0


Guests: 222


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