I installed this last night...and tested it...it worked...but now...I'm getting some of my users saying it's not working....????
In the instructions it says to:
Quote:
In the template: pm_showpm
=============================
FIND & DELETE:
=============================
<form action="private.php" method="post">
|
But of course that does not exist in VB3.6.4....so...instead I deleted:
Quote:
<form action="private.php?do=managepm&dowhat=delete& amp;pmid=$pm[pmid]" method="post">
|
I'm wondering if that was correct????
And...
Could the reason some are not getting it to work...could it be that it's because where the insturctions say to:
Quote:
=============================
FIND:
=============================
$postbit
<br />
=============================
BELOW THIS, ADD:
=============================
<!-- START PM QUICK REPLY -->
$quickpmreply
<form action="private.php" method="post">
<!-- END PM QUICK REPLY -->
|
Should that instead be:
Quote:
<!-- START PM QUICK REPLY -->
$quickpmreply
<form action="private.php?do=managepm&dowhat=delete& amp;pmid=$pm[pmid]" method="post">
<!-- END PM QUICK REPLY -->
|
I sure do wish this would work....I NEED IT BAD!!!
Kirk