PDA

View Full Version : i need help


10-13-2000, 06:33 PM
how i can ad act2.php3 in the index.php3
like this page
http://animeboards.com/index2.php3

help meeeeeeeeee pleaseeee

10-13-2000, 07:28 PM
use this:

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

Replace something.php with the name of the file you want to add to index.php

10-13-2000, 07:42 PM
it's did't work i need to add
in the
Templates>>>Edit templates>>>forumhome

please help me

10-13-2000, 08:36 PM
hmm then its something like: $something

I am unsure if this is right so I think its best to ignore it!

10-13-2000, 09:28 PM
Originally posted by ksha
how i can ad act2.php3 in the index.php3
like this page
http://animeboards.com/index2.php3

help meeeeeeeeee pleaseeee vboard.co.uk is correct that's how i added my active topic php file to that page.

to make it work you need to put a require command to the vB's config and admin php file in index.php3 before the html tags

check this thread

http://vbulletin.com/forum/showthread.php?threadid=2658

10-13-2000, 09:49 PM
it's vry hard to me
did any one have esy i.d to help me

10-13-2000, 09:50 PM
Originally posted by eva2000
Originally posted by ksha
how i can ad act2.php3 in the index.php3
like this page
http://animeboards.com/index2.php3

help meeeeeeeeee pleaseeee vboard.co.uk is correct that's how i added my active topic php file to that page.

to make it work you need to put a require command to the vB's config and admin php file in index.php3 before the html tags

check this thread

http://vbulletin.com/forum/showthread.php?threadid=2658



Thank God for that!
I was right for once. :)

10-13-2000, 09:54 PM
hmm eva2000 I like your layout.

Could you post your code for the whole of index2.php3 file?

I will get the code for the require files like: activetopics, totalmembers.etc

Cheers :)

10-14-2000, 12:13 PM
i please i need help
can some one help me step by step

10-14-2000, 04:04 PM
Originally posted by ksha
i please i need help
can some one help me step by step

Read this thread:
http://vbulletin.com/forum/showthread.php?threadid=2658

GEt as far as you can then come back with specific questions and people will be more likely to help you.

10-14-2000, 05:02 PM
right I fixed up a test here:
http://www.vboard.co.uk/index.php


I like to add more!
Any suggestions?


It uses the code I said in my first post:
<?php
include("something.php");
?>

So thats the provde that works fine on a standard PHP Page.

It should work on your Forumhome Template.