11
atmoloq
webhosting module
  • 2004/8/22 23:38

  • atmoloq

  • Just popping in

  • Posts: 44

  • Since: 2004/1/3 1


Following XOOPS for dummies I was able to create a very basic XOOPS module using the code posted here, all works fine.
Waiting for the full module anxiously.

Atmoloq



12
atmoloq
Module for displaying an Atmosphere Scene in Xoops
  • 2004/5/21 23:07

  • atmoloq

  • Just popping in

  • Posts: 44

  • Since: 2004/1/3 1


This module displays an Atmosphere Scene in your XOOPS Site
This is a beta and should be treated as such, any comments from the XOOPS /Atmosphere users would be appreciated.
get it here ,http://www.tricrosian.com/trixoops/modules/mydownloads/
would appreciate help on developing it firther to allow for more than one scene to be accessible from the main menu in a drop down index.

enjoy

Atmoloq




13
atmoloq
Re: getting parse errors
  • 2004/5/4 23:37

  • atmoloq

  • Just popping in

  • Posts: 44

  • Since: 2004/1/3 1


I guess I better explain what I am trying to do.
The code in the first post is taken from the wiki in xoops, I am trying to display pages on the middle section of my XOOPS site.
the pages have embedded Atmosphere worlds, I was sucessful before in dispaying an atmosphere world inside XOOPS using a custom block.
However I would like to be able to dispay the web pages or the worlds from links the main menu.

would appreciate any further ideas and or help

Atmoloq



14
atmoloq
Re: getting parse errors
  • 2004/5/3 16:15

  • atmoloq

  • Just popping in

  • Posts: 44

  • Since: 2004/1/3 1


created folder "contents" and also created a block to act as index to the pages I want displayed in the midle section of my XOOPS site, however, I'm at a loss on how to script the href to access the pages .
I have this <a href = {X_SITEURL}main.php?page=loft.html>LOFT</a>

can someone give me he correct syntax?

Atmoloq



15
atmoloq
Re: getting parse errors
  • 2004/5/2 19:12

  • atmoloq

  • Just popping in

  • Posts: 44

  • Since: 2004/1/3 1


Thank you Phppp
can now seek a hair transplant specialist and have him replace the ones I pulled out.

Atmoloq



16
atmoloq
getting parse errors
  • 2004/5/2 18:42

  • atmoloq

  • Just popping in

  • Posts: 44

  • Since: 2004/1/3 1


while trying to create an index on the front page of my XOOPS site I get parse errors, I am trying to do this using :
<?php
include('mainfile.php');
include('header.php');
$xoopsOption['show_rblock'] = 1;

$page = $_GET['page'];
$ext = ".php";
$email = "your email addy for 404";
$includepath = "contents/";
$filepath = $includepath.$page.$ext;

if(file_exists($filepath))
{
include($filepath);
} else {
print ("<br><b>404</b><br>Sorry but this page does not exist. Click <a href=\"url to your main site">here</a> to go back to the main page. If you have any question email the webmaster <a href=\"mailto:$email\">here</a>.");
}

include('footer.php');
?>
I followed evrything to the letter but still geting errors?
any help solving this would be greately appreciated

Atmoloq



17
atmoloq
Re: ready for all criticism ;)
  • 2004/3/22 15:36

  • atmoloq

  • Just popping in

  • Posts: 44

  • Since: 2004/1/3 1


works and looks great.

Atmoloq



18
atmoloq
Re: ready for all criticism ;)
  • 2004/3/22 15:34

  • atmoloq

  • Just popping in

  • Posts: 44

  • Since: 2004/1/3 1


works and looks great.

Atmoloq



19
atmoloq
Re: Cannot get an rdf link to work in headlines
  • 2004/3/22 4:35

  • atmoloq

  • Just popping in

  • Posts: 44

  • Since: 2004/1/3 1


Thanks Stewdio got it working.

Loq



20
atmoloq
Help installed web pro and it messed up my log in on my site
  • 2004/3/18 22:52

  • atmoloq

  • Just popping in

  • Posts: 44

  • Since: 2004/1/3 1


I installed Web Pro and it replaced my start page , now on start up takes me to the root of the site. uninstalled web pro but the problems persists.
How can I get it all back?.
hate to leave the site wide open lke that




TopTop
« 1 (2) 3 4 »



Login

Who's Online

164 user(s) are online (121 user(s) are browsing Support Forums)


Members: 0


Guests: 164


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