Cbk Edit Item
on :April 25, 2024, 2:58 am #791
How can I manually place the edit ling in a different place?
Re: Cbk Edit Item
on :April 25, 2024, 7:48 am #792
You have to edit the file from the plugin
include/load.php
Comment the line from 116
//osc_add_hook('item_detail', 'cbk_edit_item_insert_form');
And now you can include the file in your desired place with this line
<?php require_once cbk_edit_item_page_path('itemrequestcode.php'); ?>
Re: Cbk Edit Item
on :April 25, 2024, 11:25 am #793
Great, thank you very much.
Re: Cbk Edit Item
on :April 25, 2024, 3:21 pm #794
There is a fairly significant issue that caused me to disable the plugin. Someone repeatedly presses "Send" on the link, resulting in dozens of messages being sent to the user.
Re: Cbk Edit Item
on :May 9, 2024, 8:56 pm #797
The new version allows only one email per hour.
Regards!
Re: Cbk Edit Item
on :May 9, 2024, 9:31 pm #798
This is a solution at the moment but I think the best solution would be a plugin that would force the user to enter a code in their ad and be able to retrieve the code via the listing email. And of course the plugin should be paid and not free.
Re: Cbk Edit Item
on :May 9, 2024, 9:57 pm #799
I don't see the point to duplicate a working system.
It's more easy to click a link instead of copying a code and taking 3 more steps to edit an item.