gutembergz
Forum Replies Created
-
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Locations not showing in text areaI understand – users will put anything at the field.
But we need to show at least the city when they are searching for the “neighborhood”
Searching for “Queens, New York, NY” – could be showed as “New York, NY” instead.
Or “Copacabana, Rio de Janeiro, RJ”, just like “Rio de Janeiro, RJ”.
If we search like these examples, we have just ” , RJ” or ” , NY” — so, users go crazy.
I appreciate your attention! Thank you very much.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Locations not showing in text areaIt’s a paid plugin, but a demo is available: https://demo.sabaiapps.com/sabaidirectory/add-directory-listing/
User: demo
Password: demoThe flow: Typing the address, suggestions (like in MAL) appear. Select the address, the field is filled and a pin is marked at the map. The field remains editable and the pin stills at the same place.
You can check a print:
Google Maps PrintForum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Locations not showing in text areaHi, Greg
I’m facing the same issue. Using another plugin with Google Maps API, the main field (that shows the final address) is editable. I suggest something like that…
The Google Maps finds the address, then we can edit manually. Users want to show their neighborhood, like “Queens”, quoted above.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Removing links at the end of the adMaybe it’s caused by your theme, due the wp adverts plugin uses the WordPress blog structure. Try to check your blog settings at your theme options. I hope it helps you.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Disable name and e-mail fieldI think that’s because your theme files. Some themes need that you create a new functions file. Researching the questions about the functions.php at your theme, I found this:
if you did not use child theme and want to add custom functions, create a
new php file in wp-content/ and name it meso-custom-functions.php
all custom function should be input in this fileAnother option is create a simple personal plugin where you can add your custom codes (just a file inside your plugins folder).
- This reply was modified 8 years, 9 months ago by gutembergz.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Disable name and e-mail fieldHi! Try to move the php closure to last line:
this symbol:
?>It’s just above “add_filter( “advert_form_load”,…..)
The code is working fine.
- This reply was modified 8 years, 9 months ago by gutembergz.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Transactional E-mailsThank you, Greg. I’ll set up the last one that I’m needing for now — the Ad Unpublished Transactional E-mail.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Contact Form Add OnYes, right! Now the lines are in the order that I need, thank you so much.
Now… I’d like to insert a new field that I’ve created at the custom fields addon inside the contact message — a field called “telephone”:
$mail["message"] .= get_post_meta( $post_id, "telephone", true ) . "\r\n";I think that field is being fetched from the ad post; I need from the form.
Yes, the extra field “telephone” appears already, but at the first line…
PS: Can you inform the code line to fetch the fields “reply_to” and “name” from the form?
I appreciate your help and kindness.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Disable name and e-mail field@academiadoaquario, this code must be inserted at functions.php inside your theme folder:
/wp-content/themes/YOUR-THEME/functions.php
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Disable name and e-mail fieldVery nice.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Disable name and e-mail fieldTruly, you’re right. I’m setting up the transactional e-mails to new ads and I’m facing this issue just right now.
Setting up these e-mails, I’m fetching only the user e-mail, not allowing put another address at this field. It becomes easier to send e-mails to already registered users.
I think we can do it setting up the templates. I’m checking it and post soon.
(também sou do Brasil e estou tendo dúvidas ao configurar o plugin às minhas necessidades! muitas boas respostas no fórum. sua questão me ajudará.)
- This reply was modified 8 years, 9 months ago by gutembergz.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Disable name and e-mail fieldHi! I think you could disable registration fields at the ads page, like explained at the following link:
https://ww.wp.xz.cn/support/topic/changing-the-register-link/
So, you can restrict the access to new ad page, as discussed here:
https://ww.wp.xz.cn/support/topic/only-registered-users-1/
I hope it help you!
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Transactional E-mailsListing transactional email possibilities:
Ad Pending (waiting approval, to admin – above);
Ad Published (after approval, to user – above);
Ad Expiring (defined some days before expiration, to user);
Ad Unpublished (after expiring or due to user/admin exclusion, to user)In case of charged ads:
Ad Awaiting Payment
Ad RenewingI think those specified notifications can’t be done with third part plugins. Maybe a charged addon or native function could be added to this great plugin. Notifications are expected by users that are publishing the ads.
Thanks for attention!
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Transactional E-mailsGreat, Greg
The function is working well until get the advert email. No address is fetched, so the email shows a message “no recipient forward path”.
I’ve tested the line below with the “Pending E-mail” and it’s running ok:
get_post_meta( $post_id, “adverts_email”, true)And if I want to send the email to the ad author, does it possible?
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] simple e-mail sending codeDeleted message
- This reply was modified 8 years, 10 months ago by gutembergz.
- This reply was modified 8 years, 10 months ago by gutembergz.
- This reply was modified 8 years, 10 months ago by gutembergz.
- This reply was modified 8 years, 10 months ago by gutembergz.