News:

Want to get involved in developing SMF? Why not lend a hand on our GitHub!

Main Menu

trying to add board info on main page

Started by RGSMDNR, December 05, 2004, 11:56:06 AM

Previous topic - Next topic

RGSMDNR

i want to add some forum info on the main page of my site..

whats the easiest way of doing this?

Trekkie101

Using SSI,

http://yourdomain.com/yourdirectory/ssi_examples.php is where you will find it, its pretty easy to use, sefl explanitary, plus nice site.

Eg this sites is http://www.simplemachines.org/community/ssi_examples.php


RGSMDNR

tried that and still having problems...

all i see is a line and no data..

am i missing something?


RGSMDNR

This is what i have so far... for an example


<?php require("/home/dark/public_html/fordpower/yabbse/SSI.php"); ?>

<html>

<head>
<title>New Site</title>
</head>

<body>

<h3><?php ssi_whosOnline(); ?></h3>

</h3>
</body>

</html>


Trekkie101

Its on the same host and account isnt it? Beuase that should work BTW you have an extra </h3>

RGSMDNR

ok i figured it out.. i saved the file as a php...

now what do you supposed i do about the font size?

Trekkie101

I take it you mean its too big, for that try searching, its here somewhere, i read it this morining (Skim read) to see if i could see some tips but its there somewhere. Plus isnt H3 quite big, why not just make it the right size you want.

RGSMDNR


Advertisement: