jak0works
Forum Replies Created
-
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Fee per category – Category stickyIl just ad a brief update on this that may help:
After manipulating the url //example.com/place-motor-advert-now/?preselected_category=motor to form a link to the correct form using the pre selected category motor we are presented with the form and it does show the correct pricing for that category. when we hit Preview it shows an information message highlighting the Listing Price
“You cannot use this Pricing option with selected Category.”
Do the custom form need to be registered or something?
Thanks J
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Fee per category – Category stickyI can see that we can manipulate the url to point to what we require for this
https://example.com/place-motor-advert-now/?preselected_category=motor
where “place-motor-advert-now” is the custom motor form.
Is there a better way to do this or just send the user to this via link as Initially we had html links on an advert type page that would just send the user to the relevant custom form.
Thank you..
JForum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Fee per category – Category stickyOk so we are looking at this.. When a user chooses a category it then goes and gets the correct pricing, how do we get the custom form for that category to display also, where specifics need to be specified on the form. make, model, year, engine size etc..
We cannot have a one form fits all approach unfortunately as requirements dictate.
thank you..
..
Hi, ok that’s great, we look forward to the update / release.
Thank you for the support.
J
Sorry about the incorrect links above they should be as below.
When User Selects Send Private Message, the url is:
/members/peterpan/messages/compose/?r=sitenamesantized&_wpnonce=27d8cfc0f6Lands on messages then has to click compose to see contact form, the url is:
/members/peterpan/messages/compose/?r=sitenamesantized&_wpnonce=27d8cfc0f6#composeYea thanks for that we implemented a child theme for these actions.
The first action works great just displaying the Send Private Message.
The second action to Populate the Fields in the Private Messages Form:add_action( “adverts_form_bind”, “my_contact_form_bind”, 10, 2 )
has no affect yet.
When a logged in user clicks on or hovers over the “Send Private Message” button on an advert post we see the url:
/members/peterpan/messages/compose/?r=sitenamesanitized&_wpnonce=cce37ea670
When clicked it does not land on the Compose Page, It appears to land on Messages with the (i) Sorry, no messages were found. Obviously empty messages inbox.
If you then click on Compose it shows the contact form (fields not populated) we see the url:
/members/peterpan69/messages/compose/?r=sitenamesanitized&_wpnonce=78d0fe410b#compose
Thanks
J- This reply was modified 6 years, 9 months ago by jak0works.
Hi Greg,
Thanks for the quick response that’s the action what we were looking for.
2 questions related..
Will functions.php be overwritten when the theme is updated losing the modification, if so can we put this in a plugin instead?
When a user selects the Send Private Message button on an advert, can the Send Username be populated with the advert Sellers Username and Subject filled with the title of the advert? less hassle and things to do for the buyer messaging the seller!
Thank you
J- This reply was modified 6 years, 9 months ago by jak0works.