Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
1. where else would you expect to see it?
2. They will get reminder emails when its time to renew.
3,4,5:The user is paying for an amount of time the listing is live on the site, lets says its 1 year, this has nothing to do with when the even is, nothing to do with when the event starts or ends.
The event will still be on the site in the PAST section (if thats the case) and it will expire or can be renewed after the time they paid for has elapsed.Stiofan
Hi Neil,
This might work in that case?
add_filter('geodir_before_marker_post_process','_my_use_higher_cat_id'); function _my_use_higher_cat_id($posts){ if(!empty($posts)){ foreach($posts as $key=>$post){ $pt = esc_attr($_REQUEST['gd_posttype']); if(isset($post->{$pt.'category'})){ $cats = array_filter(explode(',',$post->{$pt.'category'})); $post->default_category = max($cats); $posts[$key] = $post; } } } return $posts; }Stiofan
I have created a task for this to be looked at, we need to change a few functions for validation, https://github.com/GeoDirectory/geodirectory/issues/376
Thanks,
Stiofan
Hi Kym,
Yes that seems to be the case, that theme was developed when we did things a bit differently with regards tot he homepage, it still seems to do it the old way.
You are right about the widget areas but the GD Home X ones are also used for the locations page, so thats where you will change widgets for the location page. /location/
Thanks,
Stiofan
1. they can see the expiry dates on the author page when viewing their listings.
2. Those dates are not related to the expiry date.Stiofan
Got it, thank you, i will try and look at this tomorrow or the next day.
If you can also provide FTP i can apply any changed to your site.Thanks,
Stiofan
This reply has been marked as private.yes, the number of days is the alive days, the expiry date is worked out from that number when a user buys or u can edit it and adjust it in the backend if you wanted 🙂
Stiofan
Hi Don,
1. yes it will go to draft by default, you can change this in the price package settings.
2. yes
3. until the user renews it or you delete it.
4. Both of those will be set by the price package, the alive days is how long the package is before it expires or downgrades, the expire date is when that should happen, so it will take the alive days and add that to the current date to get the expiry date.Thanks,
Stiofan
OK, that theme works a little different, it takes over the homepage if reading settings are set to defaults.
The homepage is basically now just widget areas, you can add text and widgets that way under Appearance>Widgets.
The theme is basically the styling of the site, plugins are what do the functionality (mostly) 🙂
Stiofan
You need to look at that plugins language files https://wpgeodirectory.com/docs/translating-addons/
Stiofan
@JJJ
NOTICE: If you are having this site show in your admin area, please edit functions.php and comment out or remove the following 3 lines: add_action("admin_head", "checkForUpdates"); add_action("admin_head", "showNotifications"); require_once(TEMPLATEPATH . '/update.php');Hi Rita,
There is no simple way to do this at the moment, we build the url from geodir_get_location_link(‘base’) and the url slug parts from the DB.
Stiofan
Hi Don, yes that is what i would do 🙂
Stiofan
I have refunded that now, it can take up to 10 days to show but is usually much quicker.
Thanks,
Stiofan
-
AuthorPosts