PDA

View Full Version : Can someone help...


Mike Gaidin
19 Aug 2001, 02:26
Or at least point me in the right direction. I'm looking for a hack that will post the newest member to my forum on a non-vB page.

Chen
19 Aug 2001, 07:48
Create a new PHP file, named newest.php for example, and put this in it:


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------


and change the path to global.php.
Now you can use SSI to include this page in your homepage. :)
Good luck!

Mike Gaidin
19 Aug 2001, 15:21
Great!!! Thanks!! :D

*runs off to try it*

Mike Gaidin
19 Aug 2001, 17:06
I tried it, but nothing shows up. It's just blank.

auto
19 Aug 2001, 18:21
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------




Try that :)

Mike Gaidin
19 Aug 2001, 19:09
That worked perfectly! Thanks auto! Thanks FireFly!

Chen
19 Aug 2001, 19:14
LOL, I forgot to actually SHOW it! :D
You're welcome. :)