31
Shijk
Re: Let it snow!
  • 2003/12/2 23:00

  • Shijk

  • Just popping in

  • Posts: 51

  • Since: 2003/8/7 2


Yes it works..Thank you very much!

It only slows down my site?

But take a look here



32
Shijk
Re: Let it snow!
  • 2003/12/2 22:51

  • Shijk

  • Just popping in

  • Posts: 51

  • Since: 2003/8/7 2


This is my theme.html

I can't find the <body>
Only at the top bottom..
And this one...the beginning of this...



<body onmouseover="MM_displayStatusMsg('<{$xoops_slogan}>');return document.MM_returnValue">
<table align="center" cellpadding="0" cellspacing="0" class="head_buttons">
<tr>
<td align="right" class="buttons_menu"><span class="right"> </span><span class="left" align="bottom"><img src="<{$xoops_imageurl}>images/divider.gif" alt="" height="14" border="0" /></span>
<span class="right"><a href="<{$xoops_url}>">Home</a> </span><span class="left" align="bottom"><img src="<{$xoops_imageurl}>images/divider.gif" alt="" height="14" border="0" /></span><span class="right"><a href="<{$xoops_url}>/modules/newbb/">
Forums </a></span><span class="left" align="bottom"><img src="<{$xoops_imageurl}>images/divider.gif" alt="" height="14" border="0" /></span><span class="right"><a href="<{$xoops_url}>/modules/news/">
Nieuws </a></span><span class="left" align="bottom"><img src="<{$xoops_imageurl}>images/divider.gif" alt="" height="14" border="0" />
</span><span class="right"><a href="<{$xoops_url}>/modules/mydownloads/">Downloads
</a></span><span class="left" align="bottom"><img src="<{$xoops_imageurl}>images/divider.gif" alt="" height="14" border="0" /></span>
<span class="right"><a href="<{$xoops_url}>/modules/mylinks/">Links </a></span><span class="left" align="bottom"><img src="<{$xoops_imageurl}>images/divider.gif" alt="" height="14" border="0" /></span>
<span class="right"><a href="<{$xoops_url}>/modules/contact/">Contact </a></span><span class="left" align="bottom"><img src="<{$xoops_imageurl}>images/divider.gif" alt="" height="14" border="0" /></span><span class="left" align="bottom">
</span></td>
</tr>
</table>
<table align="center" cellpadding="0" cellspacing="0" class="head_table">
<tr>
<td width="32" class="head_logo"><a href="<{$xoops_url}>/"><img src="<{$xoops_imageurl}>images/logo.jpg" border="0" alt=""></a></td>
<td valign="middle" class="head_banner"><br />
<form style="margin-top: 0px;" action="<{$xoops_url}>/search.php" method="post">
<input type="hidden" name="action" value="results" />
<input type="text" name="query" size="14" />
<input name="submit" type="submit" value="Zoek" />
<span class="left" align="bottom"><img src="<{$xoops_imageurl}>images/spacer.gif" alt="" border="0" /></span> <br />
</form></td>
</tr>
</table>
<table align="center" class="body_table">
<tr>
<td><table border="0" cellpadding="0" cellspacing="0">
<tr> <{if $xoops_lblocks}>
<td rowspan="2" valign="top" id="leftcolumn">
<!-- Start left blocks loop -->
<{foreach item=block from=$xoops_lblocks}> <{include file="shijk/theme_blockleft.html"}>
<{/foreach}>
<!-- End left blocks loop -->
</td>
<{/if}>
<td height="17" colspan="2" valign="top" class="body_bar"><p><a href="<{$xoops_url}>/"> </a> <span class="right">
</span><span class="left" align="bottom">
<script type="text/javascript">
<!-- // Array ofmonth Names
var monthNames = new Array( "January","February","March","April","May","June","July","August","September","October","November","December");
var now = new Date();
thisYear = now.getYear();
if(thisYear < 1900) {thisYear += 1900}; // corrections if Y2K display problem
document.write(monthNames[now.getMonth()] + " " + now.getDate() + ", " + thisYear);
// --></script>
-<{if $xoops_isuser}> Welkom, <a href="<{$xoops_url}>/user.php"><{$xoops_uname}></a>
<img src="<{$xoops_imageurl}>images/divider.gif" alt="" height="14" border="0" /><{else}>
<a href="<{$xoops_url}>/register.php">Register!</a> or <{/if}></span>
<span class="right"> <{if $xoops_isuser}> <a href="<{$xoops_url}>/user.php?op=logout">loguit</a><{else}>
<a href="<{$xoops_url}>/user.php">log in</a> <{/if}></span><span class="right">
</span></p>
</td>
<{if $xoops_showrblock == 1}> <{/if}> </tr>
<tr>
<td align="center"> <{$xoops_banner}><!-- Display center blocks if any -->
<{if $xoops_showcblock == 1}>
<table cellspacing="0">
<tr valign="top">
<td colspan="2" id="centerCcolumn">
<!-- Start center-center blocks loop -->
<{foreach item=block from=$xoops_ccblocks}> <{include file="shijk/theme_blockcenter_c.html"}>
<{/foreach}>
<!-- End center-center blocks loop -->
</td>
</tr>
<tr>
<td valign="top" id="centerLcolumn">
<!-- Start center-left blocks loop -->
<{foreach item=block from=$xoops_clblocks}> <{include file="shijk/theme_blockcenter_l.html"}>
<{/foreach}>
<!-- End center-left blocks loop -->
</td>
<td valign="top" id="centerRcolumn">
<!-- Start center-right blocks loop -->
<{foreach item=block from=$xoops_crblocks}> <{include file="shijk/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>

<!-- Start right blocks loop -->
<{if $xoops_showrblock == 1}><td valign="top" id="rightcolumn">
<{foreach item=block from=$xoops_rblocks}> <{include file="shijk/theme_blockright.html"}>
<{/foreach}>
<!-- End right blocks loop -->
</td>
<{/if}>
</tr>
</table></td></tr></table>

<br />
<br />
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td id="footerbar"><br />
<br />
Theme design by <a href="http://www.montisarts.com" target="_blank"><font color="#FFFFFF">Montisarts & Shijk
Webdesign</font></a> © 2003</td>
</tr>
</table>
</body>
</html>



33
Shijk
Re: Let it snow!
  • 2003/12/2 22:44

  • Shijk

  • Just popping in

  • Posts: 51

  • Since: 2003/8/7 2


Ok, cool

I'll will give it a try right now!



34
Shijk
Re: Let it snow!
  • 2003/12/2 22:36

  • Shijk

  • Just popping in

  • Posts: 51

  • Since: 2003/8/7 2


Ow I would really appreciat that..

Because I don't know how to fix it in my XOOPS files.

Thank you very much already!

(sorry for my bad english)


Greetzz

Mark



35
Shijk
Re: Let it snow!
  • 2003/12/2 22:31

  • Shijk

  • Just popping in

  • Posts: 51

  • Since: 2003/8/7 2


I use..Xoops 2.0.5.1

So will it also work under this? instead of petitoops?



36
Shijk
Let it snow!
  • 2003/12/2 22:14

  • Shijk

  • Just popping in

  • Posts: 51

  • Since: 2003/8/7 2


Hi There,

Does anyone know how I can let it snow at my site?
I don't know anything about that javascripts etc.

Please help

Greetzz

Mark



37
Shijk
Re: Xtreme Guestbook
  • 2003/11/24 16:29

  • Shijk

  • Just popping in

  • Posts: 51

  • Since: 2003/8/7 2


Yes but that one doesnt work.. I get a blank page after pushing SEND



38
Shijk
Xtreme Guestbook
  • 2003/11/24 15:16

  • Shijk

  • Just popping in

  • Posts: 51

  • Since: 2003/8/7 2


Hi there,

Where can I download Extreme Guestbook 1.2 or higher???

I've got XOOPS 2.05

Greetzz



39
Shijk
Re: upgrade 2.0.3 -> 2.0.5
  • 2003/11/11 23:53

  • Shijk

  • Just popping in

  • Posts: 51

  • Since: 2003/8/7 2


How do you mean CONFIGURE??
I did also upload that file...no problems..YET



40
Shijk
Re: upgrade 2.0.3 -> 2.0.5
  • 2003/11/11 23:40

  • Shijk

  • Just popping in

  • Posts: 51

  • Since: 2003/8/7 2


Yes I just copied the files and overwrote the files and it worked.. toke..60 seconds




TopTop
« 1 2 3 (4) 5 6 »



Login

Who's Online

237 user(s) are online (160 user(s) are browsing Support Forums)


Members: 0


Guests: 237


more...

Donat-O-Meter

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

Latest GitHub Commits