luci68
Forum Replies Created
-
AuthorPosts
-
But I forget to mention: If the user adds the job and pays, the job listing is displayed to public !
Thank you Guust !
All these plugins send latest posts entries per mail.
How could I save the search preferences for a user (criteria) ? Then maybe I can use these plugins to send the search results per mail.
Another question: If I use a membership plugin to restrict the add listing page, how could I synchronize the membership packages expire date with listings expire dates for an author (user) ?
Hi Guust,
Hi Paolo,First: It is not complex to implement the following 3 steps:
1. Read the package option (max number of posts) and the CPT assigned to it.
2. Count the CPT records created by the logged user using this package.
3. Display the add form or not based on the comparison between the numbers from steps 1 and 2.Other directory plugins and themes do this. It cannot be so complex.
Second: If other user tries to add the same company in another category using the same package, then I think you should not allow the add form submission (and warn the user). It is similar with the case when a new user tries to register and use the same email and name of an existing user. He cannot register himself. This is basic
Sound too complex ? 🙂
Maybe the following WordPress function could help : wp_count_posts( $type, $perm );
But where to place it in order to disable the add listing form and display a custom message ?
Could you include this function in the package code and add it as a package option ?
How can I control the Location page content ?
Now..I’m using [gd_location_tab_switcher] in the right sidebar of my CPT listing page and when I change the location it jumps to the Location page (which is empty).
I want to jump to the listing page of my CPT instead (same page, where I am) or at least to the search page of my CPT !
It helped !
Thank you.
Thank you.
Now … Is it possible to hide the CPT field from the search widget, when I place it on the listing page ? (because it should search only that CPT).
“the listings page shortcode can only be used on a listings pages”
But the listing page is a virtual page created by the plugin. So where can I place the listings page shortcode, if it cannot be placed in a normal WordPress page ? And how can I force it to show only the listings of one CPT ?
Ok, I can see now the listings after reactivating WPML (others have the same problem !)
Now…which shortcodes are available for specific CTPs ? (separate landing pages for each CPT).
This reply has been marked as private.Lucian here.
After saving the form, I can see the options in the list !
In my installation:
GD > design > listings > New listing default status list is empty ! Why ?Now…the same question for Location page.
Is there only one Location page for ALL CPTs ?
I intend to have one Location Page for each CPT. And with a specific name (not so general as Location).
Another question: I use:
[gd_listings post_type=”gd_provider” category=”10″ post_number=”10″ list_sort=”featured”]
in a new page and it says to me “No listings found which match your selection” . I entered 2 providers in this category.Also when I try to view a listing directly (with URL http://my-site-name/provider/country/region/city/category-name/listing-name/) I receive 404. Why ?
-
AuthorPosts