PDA


View Full Version : New 2 Vba And Vb


farshad123
06-24-2005, 09:30 AM
hi all iam new to vb and vba i instaled vba in my forum but the index of my forum dident change i mean shoutbox, news birthdays lastposts and...
do i have to change something to see the vba working? any help file which is 4 free 4 after installation help :confused:

mholtum
06-24-2005, 10:08 AM
Do you have a link to your site?

farshad123
06-24-2005, 10:35 AM
which link do u mean? from vba to index of forum?
please help i installed vba but the problem is that i can't see the changes vba is making, do i have to change something to see the facilities vba is giving like shoubox, members online last post... in index of my forum?
i need some pdf or help file to know what are these option which i made by vba how to work with them!
after installation vba has done every thing or u should change someting to see the working of vba?

mholtum
06-24-2005, 10:41 AM
I would like to see your site. Then I might be able to determine what is going on

farshad123
06-24-2005, 11:05 AM
I would like to see your site. Then I might be able to determine what is going on
www.persiainpune.com this is my site :) lets see what u can do!

Brian
06-24-2005, 11:34 AM
The CMPS does not change your forum. You will find the CMPS located wherever you uploaded your cmps_index.php file to.

farshad123
06-24-2005, 11:40 AM
hi brian
can u tell me exactly what to do to change my forum ?
tell me step by step i want all the facilities in vba to be shown in www.persiainpune.com/forum like u have in ur site

Brian
06-24-2005, 11:53 AM
We have not modified the forum here...

sean
06-24-2005, 03:51 PM
LOL! funny post here, Farshad you don't have to modify anything in the forums, vba is an addon, meaning that it runs off of vb but does not change anything in you fourms,

as far as I can see your vba is installed here http://www.persiainpune.com/forum/cmps_index.php and to make changes to that page, you have to login to your forums admin panel and you should see the "vba CMPS" options to make the necessary changes.

mholtum
06-24-2005, 03:58 PM
1: You have a redirect from your root dir to your /forums/ dir.
2: http://www.persiainpune.com/forum/cmps_index.php there is your CMPS

I would:
1: Remove the redirect.
2: move cmps_index.php from /forums/ to your root and rename it to index.php
3: Change line 22 (the Chdir line) to chdir('./forums');

Then when people hit your site they will see the CMPS portal.