pare81
Forum Replies Created
-
Forum: Plugins
In reply to: [Posterno - Listings Directory & Classifieds] Questions to custom fieldsThank you very much for your answer, Alessandro.
Nice Plugin.
Forum: Plugins
In reply to: [Posterno - Listings Directory & Classifieds] Custom Fields not workIs working now. Thanks for fast response.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] 500 error when trying to edit ADD pageHi Mike,
I’ve reproduced your 500 error problem and the solution is easy ??
The AddonSuite works fine, also WPAdverts. You have a little missconfiguration on your page:
You have named your page with the [adverts-list] shortcode “Classifieds”. So the slug for this page is “classifieds” too. Then you have renamed the Adverts Slug from AddonSuite optionspanel also with “classifieds”.
Note: a slug must be unique and can only be used for one part of the page. You can rename your listing page Classifieds with slug “classifieds” then you can name the slug for the Adverts for example “classified” or something else, but it must be unique.
Hope this helps you and you give the AddonSuite a new chance ??
Pleas note too: after changing slugs, everytime save your permalinks again to prevent 404 errors.
Best regards
PareForum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] 500 error when trying to edit ADD pageHi, the AddonSuite is my plugin. Sorry, that you have an problem with it. could you please open a support ticket by my plugin? I have then a look to this problem.
Thanks and regards
PareForum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Change url and add currencyHey Crististan,
for the slugs, you can also use my WPAdverts addon, the AddonSuite for WPAdverts. There are options for the slugs and some other options for WPAdverts, based on the codesnippets from Greg. All with WordPress Admin options. You do not need edit some code.
Best regards
PareForum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Adding Tags to adsHi,
To your second question, have a look to my free addon – AddonSuite for WPAdverts.
Best regardsForum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Change Advert Location SlugHi Loano1,
have a look to my new AddonSuite for WPAdverts, there you can change this from admin dashboard (if MAL is installed and activated).
With the AddonSuite for WPAdverts you have also some other options you can setup from the admin panel. Most of them are often asked within this forum.
@gwin Greg: Hope it is ok, that I have posted this link here. I hope this plugin helps you to avoid recurring questions on specific topics.
Best regards
PareForum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Limit user uploadsHi,
I’ve build such a feature which you can download soon. Actually the plugin is in review on www.remarpro.com. you can have some further informations on https://wpextend.net <- I’m working on it actually
Best regards
PaReHi,
thanks, looks good now.
Best regards
PatrickForum: Plugins
In reply to: [Simba Plugin Updates Manager] Modify / Extend .json fileHi David,
I think:
within your options.php on line 742 you can change from…<label for="udm_newform_description"><?php _e('Description:', 'updraftmanager');?></label> <input id="udm_newform_description" type="text" name="description" value="<?php echo (isset($use_values['description'])) ? htmlspecialchars($use_values['description']) : ''; ?>" size="60"> <span class="udm_description"><em><?php echo htmlspecialchars(__('This is shown in the WordPress dashboard when showing update information.', 'updraftmanager'));?></em></span>
to someting like this (not tested).
<label for="udm_newform_description"><?php _e('Description:', 'updraftmanager');?></label> <textarea id="udm_newform_description" name="description" rows="10" cols="90"><?php echo (isset($use_values['description'])) ? htmlspecialchars($use_values['description']) : ''; ?></textarea> <span class="udm_description"><em><?php echo htmlspecialchars(__('This is shown in the WordPress dashboard when showing update information.', 'updraftmanager'));?></em></span>
to get a textarea for the description. It is more userfriendly for mor than one line of description.
Additional you can add another textarea like the one for description to edit the installation instruction for example and 4 normal textfields for image path to plugin banner images. Following the parts of the .json which should be filled from wordpress options page:
"sections": { "description": "THIS IS FILLED BY YOUR PLUGIN ALREADY", "installation": "THIS SHOULD BE FILLE BY A TEXTAREA FROM OPTIONS PAGE", }, "icons" : { "1x" : "https://website.xx/assets/icon-128x128.png", "2x" : "https://website.xx/assets/icon-256x256.png" }, "banners": { "low": "https://website.xx/assets/banner-772x250.png", "high": "https://website.xx/assets/banner-1544x500.png" },
Best regards
PatrickHi,
thanks for reply. I’ve retest an it has changed but worked not correctly.
The user input is: 3,99
The outpus is: 399
It should be output: 3,99 as the user has typed in.It is a big different between 3,99 and 399 ??
Could you have a look again?
Many thanks and regards
Patrick- This reply was modified 6 years, 2 months ago by pare81.
Forum: Plugins
In reply to: [Simba Plugin Updates Manager] Download failed. Forbiddensorry, I’ve got fixed this… I missunderstood something
for all others with this problem, have a look to the role manage within the UM admin options. there you can set the registration option for each role. register directly, register with admin aprove, register with email activation.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Contact form Name & From missingHi,
do you have realy tested the reply after getting a question from customer? My Contact forms working fine.
I ask, because on my side I receive mails von interest persons. the subject and the message are shown as given from form. The “From” field shows me “wordpress” or if I use a SMTP addon it shows me what i have configured. BUT If I click within my email program to “reply” it shows me the correct email adress to send an answer to the interestet person. Do you have check this?
Best regards
PatrickForum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] map and location extension not workinghow do you have uploaded the plugin?
Via Installer from Backend or direct via FTP? If you have uploaded via FTP directly, please check if your MAL folder is correct and not nested.