11
joshbhr
Re: Stupid question about viewing modules
  • 2003/12/2 21:14

  • joshbhr

  • Just popping in

  • Posts: 11

  • Since: 2003/12/1


I reinstalled it here:http://joshbhr.zapto.org/final_site/
I added a few modules to see if it would show up. I tried messing with the groups, and blocks. Nothing seems to work out right. Do you think it may be because of my server? i run windows xp and apache webserver with php4 and the newest version of mysql. If anyone has any more ideas please tell me. I thank you all for all ideas and suggestions...and also for your time.

12
CBlue
Re: Stupid question about viewing modules

You are using the latest version of php? Is this running on your own server or a hosted one? The reason I ask is because it could be a server problem since I have never seen what you're site is showing before. It's a wonder you even have the menus, even if there is nothing in the dropdown boxes. BTW, the login and main menu should not be drop down menus. They should look like what this site here looks like. What kind of modules did you install? Did you have this same problem before you even installed any modules?

13
joshbhr
Re: Stupid question about viewing modules
  • 2003/12/2 21:41

  • joshbhr

  • Just popping in

  • Posts: 11

  • Since: 2003/12/1


This is a home server. I own and operate it. It is the latest version of php. This did give me this problem when I first click the "view your homepage" after the installation. I only tried the comment and link modules to test it. I also believe its a server thing.

14
Bassman
Re: Stupid question about viewing modules
  • 2003/12/2 22:44

  • Bassman

  • Friend of XOOPS

  • Posts: 1272

  • Since: 2003/5/23


If you look at the source code

<!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="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="content-language" content="en" />
<meta name="robots" content="index,follow" />
<meta name="keywords" content="news, technology, headlines, xoops, xoop, nuke, myphpnuke, myphp-nuke, phpnuke, SE, geek, geeks, hacker, hackers, linux, software, download, downloads, free, community, mp3, forum, forums, bulletin, board, boards, bbs, php, survey, poll, polls, kernel, comment, comments, portal, odp, open, source, opensource, FreeSoftware, gnu, gpl, license, Unix, *nix, mysql, sql, database, databases, web site, weblog, guru, module, modules, theme, themes, cms, content management" />
<meta name="description" content="XOOPS is a dynamic Object Oriented based open source portal script written in PHP." />
<meta name="rating" content="general" />
<meta name="author" content="XOOPS" />
<meta name="copyright" content="Copyright © 2001-2003" />
<meta name="generator" content="XOOPS" />
<title>XOOPS Site - Just Use it!</title>
<link href="http://joshbhr.zapto.org/final_site/favicon.ico" rel="SHORTCUT ICON" />
<link rel="stylesheet" type="text/css" media="all" href="http://joshbhr.zapto.org/final_site/xoops.css" />
<link rel="stylesheet" type="text/css" media="all" href="http://joshbhr.zapto.org/final_site/themes/default/style.css" />
<!-- RMV: added module header -->

<script type="text/javascript">
<!--
//--></script><script type="text/javascript" src="http://joshbhr.zapto.org/final_site/include/xoops.js"></script><script type="text/javascript"><!--
//-->
</script>
</head>
<body>
<table cellspacing="0">
<tr id="header">
<td id="headerlogo"><a href="http://joshbhr.zapto.org/final_site/"><img src="http://joshbhr.zapto.org/final_site/themes/default/logo.gif" width="150" height="80" alt="" /></a></td>
<td id="headerbanner"><div><a href="http://joshbhr.zapto.org/final_site/banners.php?op=click&bid=2" target="_blank"><img src="http://joshbhr.zapto.org/final_site/images/banners/xoops_banner_2.gif" alt="" /></a></div></td>
</tr>
<tr>
<td id="headerbar" colspan="2">&nbsp;</td>
</tr>
</table>

<table cellspacing="0">
<tr>
<td id="leftcolumn">
<!-- Start left blocks loop -->
<div class="blockTitle">Login</div>
<div class="blockContent"><!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="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="content-language" content="en" />
<title> </title>
<script type="text/javascript">
<!--//
function appendCode(addCode) {
var targetDom = window.opener.xoopsGetElementById('');
if (targetDom.createTextRange && targetDom.caretPos){
var caretPos = targetDom.caretPos;
caretPos.text = caretPos.text.charAt(caretPos.text.length - 1)
== ' ' ? addCode + ' ' : addCode;
} else if (targetDom.getSelection && targetDom.caretPos){
var caretPos = targetDom.caretPos;
caretPos.text = caretPos.text.charat(caretPos.text.length - 1)
== ' ' ? addCode + ' ' : addCode;
} else {
targetDom.value = targetDom.value + addCode;
}
window.close();
return;
}
//-->
</script>
<style type="text/css" media="all">
body {margin: 0;}
img {border: 0;}
table {width: 100%; margin: 0;}
a:link {color: #3a76d6; font-weight: bold; background-color: transparent;}
a:visited {color: #9eb2d6; font-weight: bold; background-color: transparent;}
a:hover {color: #e18a00; background-color: transparent;}
table td {background-color: white; font-size: 12px; padding: 0; border-width: 0; vertical-align: top; font-family: Verdana, Arial, Helvetica, sans-serif;}
table#imagenav td {vertical-align: bottom; padding: 5px;}
table#imagemain td {border-right: 1px solid silver; border-bottom: 1px solid silver; padding: 5px; vertical-align: middle;}
table#imagemain th {border: 0; background-color: #2F5376; color:white; font-size: 12px; padding: 5px; vertical-align: top; text-align:center; font-family: Verdana, Arial, Helvetica, sans-serif;}
table#header td {width: 100%; background-color: #2F5376; vertical-align: middle;}
table#header td#headerbar {border-bottom: 1px solid silver; background-color: #dddddd;}
div#pagenav {text-align:center;}
div#footer {text-align:right; padding: 5px;}
</style>
</head>

<body onload="window.resizeTo(, );">
<table id="header" cellspacing="0">
<tr>
<td><a href="http://joshbhr.zapto.org/final_site/"><img src="http://joshbhr.zapto.org/final_site/images/logo.gif" width="150" height="80" alt="" /></a></td><td> </td>
</tr>
<tr>
<td id="headerbar" colspan="2"> </td>
</tr>
</table>

<form action="imagemanager.php" method="get">
<table cellspacing="0" id="imagenav">
<tr>
<td>
<select name="cat_id" onchange="location='http://joshbhr.zapto.org/final_site/imagemanager.php?target=&cat_id='+this.options[this.selectedIndex].value"></select> <input type="hidden" name="target" value="" /><input type="submit" value="" />
</td>


</tr>
</table>
</form>


<div id="pagenav"></div>

<div id="footer">
<input value="" type="button" onclick="javascript:window.close();" />
</div>

</body>
</html></div> <div class="blockTitle">Main Menu</div>
<div class="blockContent"><!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="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="content-language" content="en" />
<title> </title>
<script type="text/javascript">
<!--//
function appendCode(addCode) {
var targetDom = window.opener.xoopsGetElementById('');
if (targetDom.createTextRange && targetDom.caretPos){
var caretPos = targetDom.caretPos;
caretPos.text = caretPos.text.charAt(caretPos.text.length - 1)
== ' ' ? addCode + ' ' : addCode;
} else if (targetDom.getSelection && targetDom.caretPos){
var caretPos = targetDom.caretPos;
caretPos.text = caretPos.text.charat(caretPos.text.length - 1)
== ' ' ? addCode + ' ' : addCode;
} else {
targetDom.value = targetDom.value + addCode;
}
window.close();
return;
}
//-->
</script>
<style type="text/css" media="all">
body {margin: 0;}
img {border: 0;}
table {width: 100%; margin: 0;}
a:link {color: #3a76d6; font-weight: bold; background-color: transparent;}
a:visited {color: #9eb2d6; font-weight: bold; background-color: transparent;}
a:hover {color: #e18a00; background-color: transparent;}
table td {background-color: white; font-size: 12px; padding: 0; border-width: 0; vertical-align: top; font-family: Verdana, Arial, Helvetica, sans-serif;}
table#imagenav td {vertical-align: bottom; padding: 5px;}
table#imagemain td {border-right: 1px solid silver; border-bottom: 1px solid silver; padding: 5px; vertical-align: middle;}
table#imagemain th {border: 0; background-color: #2F5376; color:white; font-size: 12px; padding: 5px; vertical-align: top; text-align:center; font-family: Verdana, Arial, Helvetica, sans-serif;}
table#header td {width: 100%; background-color: #2F5376; vertical-align: middle;}
table#header td#headerbar {border-bottom: 1px solid silver; background-color: #dddddd;}
div#pagenav {text-align:center;}
div#footer {text-align:right; padding: 5px;}
</style>
</head>

<body onload="window.resizeTo(, );">
<table id="header" cellspacing="0">
<tr>
<td><a href="http://joshbhr.zapto.org/final_site/"><img src="http://joshbhr.zapto.org/final_site/images/logo.gif" width="150" height="80" alt="" /></a></td><td> </td>
</tr>
<tr>
<td id="headerbar" colspan="2"> </td>
</tr>
</table>

<form action="imagemanager.php" method="get">
<table cellspacing="0" id="imagenav">
<tr>
<td>
<select name="cat_id" onchange="location='http://joshbhr.zapto.org/final_site/imagemanager.php?target=&cat_id='+this.options[this.selectedIndex].value"></select> <input type="hidden" name="target" value="" /><input type="submit" value="" />
</td>


</tr>
</table>
</form>


<div id="pagenav"></div>

<div id="footer">
<input value="" type="button" onclick="javascript:window.close();" />
</div>

</body>
</html></div> <!-- End left blocks loop -->

</td>

<td id="centercolumn">

<!-- Display center blocks if any -->
<!-- End display center blocks -->

<div id="content">

</div>
</td>


</tr>
</table>

<table cellspacing="0">
<tr id="footerbar">
<td><a href="https://xoops.org/" target="_blank"><img src="http://joshbhr.zapto.org/final_site/themes/default/poweredby.gif" alt="" /></a></td>
</tr>
</table>
</body>
</html>

it seems to have some extra stuff (javascript) in there?
I would try reinstalling it from scratch, make a new database etc.

15
CBlue
Re: Stupid question about viewing modules

That's his theme.html file. It should not have anything to do with his messed up front page unless he altered it himself in any way. It appears to be the default theme of xoops.

16
Bassman
Re: Stupid question about viewing modules
  • 2003/12/2 23:40

  • Bassman

  • Friend of XOOPS

  • Posts: 1272

  • Since: 2003/5/23


Hmmm, could be. Although, my site's default theme doesn't look like that.

17
joshbhr
Re: Stupid question about viewing modules
  • 2003/12/2 23:52

  • joshbhr

  • Just popping in

  • Posts: 11

  • Since: 2003/12/1


tried it...same finish. Thanks though.

18
jlm69
Re: Stupid question about viewing modules
  • 2003/12/2 23:53

  • jlm69

  • Module Developer

  • Posts: 719

  • Since: 2002/7/19


If the install is a default install no modifications to any files.

Did you just reinstall what you already had or did you redownload it and then reinstall it? If you didn't redownload it try that maybe yours is corrupt somehow (bad download or unzip).

If you did alter files it is a missing tag in your theme.html file. that drop down box comes from the news module. But the header is being carried on to the left blocks.( I've seen this before)

Hope this is some help.

19
CBlue
Re: Stupid question about viewing modules

Quote:

Bassman wrote:
Hmmm, could be. Although, my site's default theme doesn't look like that.


Then he may be using another theme and that theme is the problem. Josh...are you using the default theme that came with XOOPS or are you using another theme as your default?

20
joshbhr
Re: Stupid question about viewing modules
  • 2003/12/3 0:12

  • joshbhr

  • Just popping in

  • Posts: 11

  • Since: 2003/12/1


I'm the default. i will try re-downloading it...i have yet to try that...and i never touched the files.


UPDATE: I re-downloaded another one...same thing again...my server just doesn't like it i guess. But thanks.

Login

Who's Online

196 user(s) are online (129 user(s) are browsing Support Forums)


Members: 0


Guests: 196


more...

Donat-O-Meter

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

Latest GitHub Commits