1
narcilise
How Do You Add Pages?
  • 2004/12/11 2:07

  • narcilise

  • Just popping in

  • Posts: 6

  • Since: 2004/12/7


Hi,

I would like to add pages to my XOOPS site. Also I would like to link those pages under the main menu block.

Help! (thank you for your mercy) :)
Thanks!

2
Beejay
Re: How Do You Add Pages?
  • 2004/12/11 2:17

  • Beejay

  • Quite a regular

  • Posts: 232

  • Since: 2004/6/5 2


You could use tinycontent etc or you could use:

<?php
include ("mainfile.php");
include(
"header.php");
?>

<html>

</html>

<?php
include ("footer.php");
?>


Save it as a php file and upload. In the main menu template add a link with <a href="http://mysite.com/page.php">Page</a> after: <!-- end module menu loop -->

I think there is a better way to add the code on XOOPS dev site but that works for me anyway

3
puldom
Re: How Do You Add Pages?
  • 2005/2/5 0:40

  • puldom

  • Just popping in

  • Posts: 13

  • Since: 2005/1/29


Quote:

narcilise wrote:
Hi,

I would like to add pages to my XOOPS site. Also I would like to link those pages under the main menu block.

Help! (thank you for your mercy) :)
Thanks!

Login

Who's Online

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


Members: 0


Guests: 164


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