1
gregjm
How to show a custom php page in xoops?
  • 2005/4/15 6:38

  • gregjm

  • Just popping in

  • Posts: 2

  • Since: 2004/2/22


I have been trying to make this work for a week now and read everything I could to make it work. I created a new custom block ie;

<div class="blockContent">
<table cellspacing="0" width="100%">
<tr>
<td id="mainmenu">
<a class="menuMain"
href="/Vwar/index.php">Vwar
</a>
</td>
</tr>
</table></div>

It works fine except it targets outside of XOOPS in its own page. How do I or can I show it within xoops?

2
chapi
Re: How to show a custom php page in xoops?
  • 2005/4/15 7:43

  • chapi

  • Theme Designer

  • Posts: 611

  • Since: 2002/1/22


Your PHP-Page has to include a XOOPS header and footer. The the FAQ for more information on this.

https://xoops.org/modules/smartfaq/faq.php?faqid=253

3
Pnooka
Re: How to show a custom php page in xoops?
  • 2005/4/15 7:51

  • Pnooka

  • Just popping in

  • Posts: 68

  • Since: 2004/7/16


How about trying this one?

<table cellspacing="0" width="100%">
<
tr><td id="mainmenu">
<
class="menuMain"
href="http://yoursite.com/path_to/Vwar/index.php">Vwar
</a>
</
td>
</
tr>
</
table>


Save block as custom html code.

4
gregjm
Re: How to show a custom php page in xoops?
  • 2005/4/15 14:49

  • gregjm

  • Just popping in

  • Posts: 2

  • Since: 2004/2/22


Actually the complete url path is the first way I did it but it did exactly the same as the relative url..

Login

Who's Online

236 user(s) are online (165 user(s) are browsing Support Forums)


Members: 0


Guests: 236


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