Bludit publish articles with a future date immediately?
Hello,
I've installed the Massively theme on my Bludit blog. I want to post event announcements on the blog. I want to publish articles with a future date, but have them appear immediately instead of waiting until that date.
How can I work around this? Do I need to edit any JavaScript files?
Many thanks and best regards
Andy
You have a mistake. The date is just the release date of the article and not the date of the event that your article presents. You should insert another field with the event date – but don’t know if your software can do this, have never heard of “Bludit”…
Thank you for your answer! Clear that this date is the date of publication! 🙂 However, since this date is displayed in the post at the top, I would like it if this date is just the date of the event… Bludit is a CMS (Content Management System, Flat File, Not Database Based).
The source code is here: https://themes.bludit.com/theme/massively – I tried to look at him myself, but I just started learning html, and I don’t know anything about php…
You can also view my test page here: https://venten.000webhostapp.com/ There you can see the date above on each item
GELÖST:
Remove or comment on the following lines in /bl-kernel/pages.class.php file:
// Schedule page
if (($row[‘date’]>Date::current(DB_DATE_FORMAT)) && ($row[‘type’]=’published’) { $row[‘type’] = ‘scheduled’; }
Then it works!