delete/reply/ip links not functioning when viewing comments
Posted: Tue Dec 01, 2009 2:11 pm
Script URL: http://1st-rate-computers.co.uk/gbook17/gbook.php
Version of script: 1.7
Hosting company:
URL of phpinfo.php: http://1st-rate-computers.co.uk/gbook17 ... hpinfo.php
URL of session_test.php: http://1st-rate-computers.co.uk/gbook17 ... n_test.php
What terms did you try when SEARCHING for a solution:delete
Write your message below:
delete/reply/ip links not functioning when viewing comments.
Resolved:
Edited: gbook17\templates\default\comments.php
Lines..
From:
<A href="../../../gbook17/templates/default/gbook.php?a=delete&num=<?php echo $i; ?>">
to:
<A href="gbook.php?a=delete&num=<?php echo $i; ?>">
(for each of the links)
Version of script: 1.7
Hosting company:
URL of phpinfo.php: http://1st-rate-computers.co.uk/gbook17 ... hpinfo.php
URL of session_test.php: http://1st-rate-computers.co.uk/gbook17 ... n_test.php
What terms did you try when SEARCHING for a solution:delete
Write your message below:
delete/reply/ip links not functioning when viewing comments.
Resolved:
Edited: gbook17\templates\default\comments.php
Lines..
From:
<A href="../../../gbook17/templates/default/gbook.php?a=delete&num=<?php echo $i; ?>">
to:
<A href="gbook.php?a=delete&num=<?php echo $i; ?>">
(for each of the links)