By Steve Comeau on Monday, 30 May 2016
Posted in General
Replies 5
Likes 0
Views 343
Votes 0
How do I "clear/null" a unpublished date that is filled in?
Hi Steve Comeau,

I'm bit lost where are you referring this to? is it unpublish date from the composer? (please refer this screenshot: http://screencast.com/t/tUkFfUSNBSs ), if yes, you can simply click the x button on the right side of the date
·
Monday, 30 May 2016 19:08
·
0 Likes
·
0 Votes
·
0 Comments
·
See attached .. no "x" ... it is in the composer
·
Monday, 30 May 2016 19:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey steve,

It seems like that was a bug in latest version also, I will log this issue into our issue tracker, we will fix this in next release version.
·
Tuesday, 31 May 2016 01:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Is it possible for you to send on a "small fix" for me...

The reason is that updating the website with new code is not straight forward as I have multiple testing phases I would need to go through.

But just a simple fix ... i.e. which file(s) to update would really be beneficial
·
Wednesday, 01 June 2016 02:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

This is still in testing phase. But you can try it on your site. Please replace the attached files in:
components/com_easyblog/themes/wireframe/composer/form/creation_date.php
components/com_easyblog/themes/wireframe/composer/form/publish_date.php
components/com_easyblog/themes/wireframe/composer/form/unpublish_date.php
media/com_easyblog/scripts/composer/datetime.js


And also add this string into your language file: ../language/en-GB/en-GB.com_easyblog.ini
COM_EASYBLOG_COMPOSER_UNPUBLISH_DATE_REMOVE_DATE="Remove Unpublish Date"

You will need to recompile the JS for EB by running this URL: http://www.yoursite.com/index.php?option=com_easyblog&compile=1&minify=1 . Change 'yoursite' with your domain name.
·
Wednesday, 01 June 2016 13:14
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post