Page 1 of 1

delete/reply/ip links not functioning when viewing comments

Posted: Tue Dec 01, 2009 2:11 pm
by willer
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)

Posted: Tue Dec 01, 2009 4:15 pm
by Klemen
Not sure where you got the GBook, but the original has

Code: Select all

<a href="gbook.php?a=delete&num=<?php echo $i; ?>">
(without the ../../../).