adriangraham
Forum Replies Created
-
AuthorPosts
-
November 20, 2014 at 2:50 pm in reply to: With some nice "fixed in next release" promised when will that be #22032
Hi Guys,
Have not seen any release yet… is there any update on when the next release might be?
Thanks a mil,
Adrian
Great, thanks a mil,
Adrian
Hi Stiofan,
After registering you ARE logged in… it just doesn’t say you are… which is the point of the thread :o)
I got round it by breaking into the Avada header and doing the following to how the user is logged in
if (is_user_logged_in()){ $author_link = get_author_posts_url( $current_user->data->ID ); $author_link = geodir_getlink($author_link,array('geodir_dashbord'=>'true','stype'=>'gd_place'),false); echo '<B>Signed In As: <a href="' . $author_link. '">' . $current_user->user_firstname . "</a></b>";
Also… I am testing a listing that’s expiring soon…. and I got an email last night about it expiring and also tonight… does this “Expiring Soon” email get sent every night for the remaining period?
November 12, 2014 at 8:09 pm in reply to: Large screen of CSS appearing/flashing up from time to time #21338OK, thanks for trying… unfortunately I can replicate on laptop, and 2 desktops :o(
Anyway,
Thanks.
Cool…. Stiofan, do you?
Cheers!
A
Cool… so it’s a Chron Job… where can I see this setup… I am in my web hosting Control Panel and under Chron Jobs and no jobs exist,
Thanks a mil,
A
Thanks a mil. How often does that function run? Like, every mid night does it send the emails?
Thanks,
Adrian
November 12, 2014 at 7:26 pm in reply to: Large screen of CSS appearing/flashing up from time to time #21325I understand that’s how it should work Paolo… but if you log out…. and refresh…. (or go incognito to mimic a “new” user)…. click “Create Advert” the create advert screen that you attached pops up for about 2 seconds… and then you are directed to the login screen…looks awful and looks like an error
Thanks
A
November 12, 2014 at 6:22 pm in reply to: With some nice "fixed in next release" promised when will that be #21311Super! Thanks.
November 12, 2014 at 6:19 pm in reply to: Large screen of CSS appearing/flashing up from time to time #21310Yes, you are signed in…. it’s when you are signed out (sorry, probably should have said that more specifically)
Adrian
November 12, 2014 at 11:18 am in reply to: Reports for the backend… to query on upcoming expiring adverts etc #21254Great. I will share here if I get reporting working using my own SQL and some 3rd party tools. Cheers
November 12, 2014 at 11:17 am in reply to: Putting entry-title (page title in Avada) in Listing Detail #21253Thank John… yet again, it worked!
Adrian
November 12, 2014 at 11:10 am in reply to: Reports for the backend… to query on upcoming expiring adverts etc #21250Think I found it… wp_posts and geodir_gd_place_detail are joined by ID… and the author is in wp_posts right?
November 12, 2014 at 10:57 am in reply to: Reports for the backend… to query on upcoming expiring adverts etc #21246Great. I’ll add there.
I will write my own SQL queries and try to get them loading in dashboard…. looking at the data model… I can not see the join between wp_users (the listing owner) and geodir_gd_place_detail (the listings).
Can you let me know how they are joined?
Thanks a mil,
Adrian
-
AuthorPosts