This is the community forum. For a developer response use the Client Area.
Follow us on Facebook, Twitter and YouTube!

newbie can't get step 3 to work
#1

Hi folks

I'm looking for a spot of help and I'm sure I'm missing something obvious.

I have the script installed on domain/COMMENTS/LBCupload and I'm not able to get the correct path... I've tried '../../upload' and '../../LBCupload' but notyhing seems to be working, I cannot get the script to display. Any pointers would be awesome.

Cheers

Barry

<?php
$cmtx_identifier = '1';
$cmtx_reference = 'Page One';
$cmtx_path = 'upload/';
require $cmtx_path . 'includes/commentics.php'; //don't edit this line
?>
Reply
#2

Hi Barry,

Where on your website is the file that you're adding the integration code to?

If the file is in the root of your website then it would be 'COMMENTS/LBCupload/'. If the file is in a folder then it would be '../COMMENTS/LBCupload/'.

It might also help if your folder names are lowercase.

Also, normally people install Commentics so that it's only one folder deep so it would be domain/comments/.

Have you completed the interview?
Reply
#3

Thanks for the reply.

I've edited the code to

<?php
$cmtx_identifier = '1';
$cmtx_reference = 'Comments';
$cmtx_path = 'COMMENTS/LBCupload/';
require $cmtx_path . 'includes/commentics.php'; //don't edit this line
?>

and I've added it to the following page, but still no joy http://largsbowling.club/comments.php
Reply
#4

It's in the source code of that page so you've integrated it successfully. It seems just to be that something is visually overlaying it in the design of your page.

Have you completed the interview?
Reply
#5

OMG thank you sooo so sooo so much Steven

Looks like it was some Jquery full screen background thing I had on there... it was driving me nuts LOL

#YouDaMan
Reply


Possibly Related Threads…
Thread / Author Replies Views Last Post
Last Post by Steven
23-Aug-2023, 08:08 PM
Last Post by Sal
06-Feb-2019, 12:52 PM
Last Post by jemie
23-Oct-2015, 05:44 PM
Last Post by mariank
15-Dec-2013, 08:46 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)