Sebastien Sanz de Santamaria
Forum Replies Created
-
weird, now its working again.
Hi professor!
I’ve pretty much figured things out, all things are pretty much dandy for my needs.
BUT I don’t know what happened recently with the date expiration. It now sets the day to ONE day before the set date.. forcing me to set it one day forward to get the right day.
I edited heavily, but just to make sure it was not me.. I re-installed your fork from Github… like i did initially.. and it still sets it back one day.
do you see this happening anywhere else?
any help would be great.
thanks
Forum: Fixing WordPress
In reply to: Hiding Admin Public Meta DataThanks riversatile,
very useful article, but from what I understand, its more to determine how a site should behave towards whoever is logged in at the time.
I’m simply needing to admin meta data of a post.. whether logged in or not
i’m currently using the code from here: https://www.ads-software.com/support/topic/hide-author-info-when-admin-post?replies=9
to hide admin name within the post data inside the loop.
but I need to hide things outside of loop
Forum: Plugins
In reply to: [Email Users] Include User Meta in individual emailah, I see. Thanks for that clarification.
Wanted to send usernames and passwords to everyone, but this wont really work then with Email Users plugin.
Will still use it for general messages.
Thanks professor! I see that the development version does mostly fix these issues.
Is there anyway to place the Category selection and the Post Expiration fields to ABOVE the description? Like the custom fields? I tried editing the wpuf-add-post.php of your fork version, but got errors.
thanks for your really really great work.
thanks so much, gpsnake!
like wise I’m pretty good at copy pasting ??
will read through your suggested articles.hi gpspake,
if you can, please let us know how you did this. I’m trying to figure out how to get a date picker custom field, or tweak the expiration date option to be a date. Is the coding you made complicated? Does the plugin you used have a date picker that can be ported?
thanks in advance.
I’ve figured out how to implement a jquery date picker via this thread: https://www.ads-software.com/support/topic/how-to-add-jquery-datepicker?replies=9
and attempted replacing code in wpuf-add-post.php on line 272 with date picker code.
I can see the date picker on frontend post, but it doesn’t get registered when post is submitted. I’m not a developer, so have no idea how to do this.
Also noted: the expiration date option is not available in Edit mode, once a post is generated. How can a frontend user change expiration afterwards?
Thanks in advance for any input.