11
Basiatus
Upgrading from 2.0.10 to 2.2.3 possible?
  • 2006/1/7 4:45

  • Basiatus

  • Just popping in

  • Posts: 35

  • Since: 2005/5/11


Hi all

Is upgrading from V 2.0.10 to 2.2.3 possible?

And if so what are the challenges and risks?

Thanks

Rob



12
Basiatus
SOLVED Re: after 6 mos absence locked out
  • 2006/1/6 4:58

  • Basiatus

  • Just popping in

  • Posts: 35

  • Since: 2005/5/11


It was the hosting service!

They've done several upgrades in the last 6 months!




13
Basiatus
No more admin access after 6 mos
  • 2006/1/6 0:00

  • Basiatus

  • Just popping in

  • Posts: 35

  • Since: 2005/5/11


Hi all

I returned to my two XOOPS 2.x based projects after about an absence of about 6 months but I can no longer login!

No admin accounts seem to work! I have documented all my pass words account info etc. but oddly nothing is accepted any longer.

Anyone have a clue or know why and what to do?

Thanks

Rob



14
Basiatus
Problem integrating Sothink DHTML menu into Xoops
  • 2005/6/23 21:13

  • Basiatus

  • Just popping in

  • Posts: 35

  • Since: 2005/5/11


I have a problem integrating Sothink DHTML menu into Xoops.

What happens is the menu (Code Sample A)is stretched accross the width of the screen and of course resizes if you narrow the browser down. Any menu that you click on the drop-down sub menu [background] is also stretched accross the entire screen but the submenu text is persistent left on th screen.

In a standalone (Code Sample B) all is ok and works but when I place it into the XOOPS theme.html things change.

I can't get it to do the following one it's in the theme.html:
-menu left not stretched, normal [designed size]
-drop-down sub menu [background] width as designed
-drop-down sub menu text aligned as designed under menu title and NOT left on screen

Duh! What am I missing or missunderstanding here?

Can you help me?

B


Code Sample A (Xoops theme.html)

<!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}>" />
<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 -->
<!-- <p align="center" style="margin-top: 0; margin-bottom: 0"> -->
<{$xoops_module_header}>
<script type="text/javascript">
<!--/
<{$xoops_js}>
/-->
</script>
<script type="text/javascript" language="JavaScript1.2" src="stm31.js"></script>
</head>
<body>
</p>
<table cellspacing="0">
<tr id="header">
<!-- blocked line start -->
<!-- <td id="headerlogo"><a Href="<{$xoops_url}>/"><img src="<{$xoops_imageurl}>logo.png" alt="logo here" /></a></td> -->
<!-- blocked line end -->
<td id="headerbanner">
<p align="left" style="margin-top: 0; margin-bottom: 0">
<a href="<{$xoops_url}>/"><img src="<{$xoops_imageurl}>titlebanner2.jpg" alt="California Latino Arts Network Web Portal" /></a></td>
</tr>
<tr align="right" valign="middle">
<td colspan="2" id="headerbar"><form style="margin-bottom: 0px;" action="<{$xoops_url}>/search.php" method="post">
<p style="margin-top: 0; margin-bottom: 0"><input type="hidden" name="action" value="results" />
&nbsp;</p>
</form></td>
</tr>
</table>
<script type="text/javascript" language="JavaScript1.2" src="MasterMenu.js"></script>
<br />
<table cellspacing="0">
<tr>

<td id="leftcolumn">
<!-- Start left blocks loop -->
etc., etc.,


Code Sample B (Standalone)

<html>
<head>
<title>New Page 1</title>
<script type="text/javascript" language="JavaScript1.2" src="stm31.js"></script>
</head>
<body>
<script type="text/javascript" language="JavaScript1.2" src="MasterMenu.js"></script>
</body>
</html>



15
Basiatus
Problem integrating Sothink DHTML menu into Xoops
  • 2005/6/23 21:13

  • Basiatus

  • Just popping in

  • Posts: 35

  • Since: 2005/5/11


I have a problem integrating Sothink DHTML menu into Xoops.

What it does is the menu (Code Sample A)is stretched accross the width of the screen and of course resizes if you narrow the browser down. Any menu that you click on the drop-down sub menu [background]is also stretched accross the entire screen.

in a standalone (Code Sample B) all is ok but when I place it into the XOOPS theme.html things change.

I can't get it to do the following:
-left aligned and not stretched
-drop-down sub menu [background] width as designed

What am I missing or missunderstanding here?

Can you help me?

B


Code Sample A (Xoops theme.html)

<!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}>" />
<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 -->
<!-- <p align="center" style="margin-top: 0; margin-bottom: 0"> -->
<{$xoops_module_header}>
<script type="text/javascript">
<!--/
<{$xoops_js}>
/-->
</script>
<script type="text/javascript" language="JavaScript1.2" src="stm31.js"></script>
</head>
<body>
</p>
<table cellspacing="0">
<tr id="header">
<!-- blocked line start -->
<!-- <td id="headerlogo"><a Href="<{$xoops_url}>/"><img src="<{$xoops_imageurl}>logo.png" alt="logo here" /></a></td> -->
<!-- blocked line end -->
<td id="headerbanner">
<p align="left" style="margin-top: 0; margin-bottom: 0">
<a href="<{$xoops_url}>/"><img src="<{$xoops_imageurl}>titlebanner2.jpg" alt="California Latino Arts Network Web Portal" /></a></td>
</tr>
<tr align="right" valign="middle">
<td colspan="2" id="headerbar"><form style="margin-bottom: 0px;" action="<{$xoops_url}>/search.php" method="post">
<p style="margin-top: 0; margin-bottom: 0"><input type="hidden" name="action" value="results" />
&nbsp;</p>
</form></td>
</tr>
</table>
<script type="text/javascript" language="JavaScript1.2" src="MasterMenu.js"></script>
<br />
<table cellspacing="0">
<tr>

<td id="leftcolumn">
<!-- Start left blocks loop -->
etc., etc.,


Code Sample B (Standalone)

<html>
<head>
<title>New Page 1</title>
<script type="text/javascript" language="JavaScript1.2" src="stm31.js"></script>
</head>
<body>
<script type="text/javascript" language="JavaScript1.2" src="MasterMenu.js"></script>
</body>
</html>



16
Basiatus
SPAW install "Module File for Not Found!"
  • 2005/6/22 17:36

  • Basiatus

  • Just popping in

  • Posts: 35

  • Since: 2005/5/11


Hi

I tried to install spaw editor (spaw-php-107-gpl.zip) but
the operation remains unsuccessful.

All I get is "Module File for Not Found!"
I followed the documentation, no go.

Then I tried XKEditor 1.07
I followed the documentation, no go and I got scared by all the modifications I should do especially those who state "..and add thisto your php file (which one, maybe?).
(It's more like buying a new car:
Ok, here are all the parts for your new car, just put it together.... Hey, what are you complaining? It's a new car!)

Is there a way for Idiots like me to make life a little simpler and more effective, especially time-wise, installing any of these editors?

Am I missing something here besides not being a XOOPS grand master in PHP?


Basi



17
Basiatus
XP-Weather V 1.72 Clueless about missing locations
  • 2005/6/21 1:08

  • Basiatus

  • Just popping in

  • Posts: 35

  • Since: 2005/5/11


Hi

I'm clueles about why XP Weather just can't get some locations. E.g. Oakland, CA (USCA0791) is OK but San Francisco, CA (USCA0987) can not be configured.

Sofar I have been unable to find what is different in "Oakland" vs "San Francisco". no indication the sql db either.

Oddly, the author mentions in the "change settings" :
>>Note: Not all locations are active, if you choose one that does not work try another near that location.<<

Was he/she at a loss as well? It's a real snafu!
Does anyone know or have an idea where that bug lies burried?

Help is appreciated!

B



18
Basiatus
XP-Weather V 1.72 Clueless about missing locations
  • 2005/6/20 9:46

  • Basiatus

  • Just popping in

  • Posts: 35

  • Since: 2005/5/11


Hi

I'm clueles about why XP Weather just can't get some locations. E.g. Oakland, CA (USCA0791) is OK but San Francisco, CA (USCA0987) can not be configured.

Sofar I have been unable to find what is different in "Oakland" vs "San Francisco". no indication the sql db either.

Oddly, the author mentions in the "change settings" :
>>Note: Not all locations are active, if you choose one that does not work try another near that location.<<

Was he at a loss as well? It's a real snafu!
Does anyone know or have an idea where that bug lies burried?

Help is appreciated!

B



19
Basiatus
Custom pages & content (middle block)
  • 2005/6/17 23:04

  • Basiatus

  • Just popping in

  • Posts: 35

  • Since: 2005/5/11


I hope this is not a dumb question but I seem not to "get" or “find” something.

What I'm looking for:

A solution where [custom] pages [html] will show wrapped in the center but the blocks left and right stay. You come to the site, either "annonymous" or as "registered user" or whatever group and you have a nested menu and the content shown in the center with block left and right. You click on the menu e.g. company info and the center page changes. The blocks left and right remain.
In admin you will see the pages so you can setup/select what to show to whom (group)

I tried tinycontent, icontent, mypage, etc but non seem to do what I look for.

Anyone know something or have an idea to help?



20
Basiatus
Re: Quality Standards for Modules??
  • 2005/6/14 0:43

  • Basiatus

  • Just popping in

  • Posts: 35

  • Since: 2005/5/11


Quote:

...*crawls back into his corner*...


...did you pull in the antennas too?





TopTop
« 1 (2) 3 4 »



Login

Who's Online

153 user(s) are online (97 user(s) are browsing Support Forums)


Members: 0


Guests: 153


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