Hi There,
I think the ecard plugin is a great plugin, but my site is not www.test.nl but it is www.test.nl/wp.
I'm stuck at the upload part of the plugin.
So i've changed the following code:
<input type="submit" name="submit" value="Upload"/>
or <a href="/wp-admin/edit.php?page=ecards.php">cancel</a>
</form>
to
or <a href="/wp/wp-admin/edit.php?page=ecards.php">cancel</a>
this result in:
Not Found
The requested URL /wp/wp-admin/wp-admin/edit.php?page=ecards.php was not found on this server.
and if I change the code above that:
'<h3>Add new ecard</h3>
<form enctype="multipart/form-data" method="post" action="wp-admin/edit.php?page=ecards.php">
<label for="ecard_file">
Ecard image file (jpg/gif/png; max <?php echo ini_get('upload_max_filesize') ?>)
</label>
<input type="file" name="ecard" id="ecard_file" />
<p class="submit">'
into /wp/.......
Then it result into:
Kan ecards.php niet laden.
or translated into english -> cannot load ecards.php
What am I doing wrong?