PDA

View Full Version : help CMPS


dxflw
05-15-2008, 12:45 PM
can somebody help me what is mean yoursite...is it mean the domainname..?

In your cmps_index.php file:

Open your cmps_index.php file in this folder and find:
$forumpath = '';;

Add the full path to your forum between the '' marks, so that it looks like this:
$forumpath = '/home/yoursite/public_html/forums';

-------------------------------
and what is...
Note: Be sure to upload the /forum/images and /forum/cpstyles folders and their contents in Binary mode and the other files in ASCII mode.

Now you will need to chmod the /forum/modules folder to 777:

Thank you Guys

Brian
05-15-2008, 02:02 PM
1). Follow the steps here (http://www.vbadvanced.com/forum/faq.php?faq=vba_trouble#faq_vba_trouble_forumpath).

2). Your FTP program should have settings for Binary and ASCII mode when uploading. Many programs will automatically detect the filetype though and upload it in the proper mode.

Our Sponsors
 

dxflw
05-15-2008, 02:39 PM
thank you