[Solved]Set Start Publishing equal Created Date

General questions relating to Joomla! 2.5. Note: All 1.6 and 1.7 releases have reached end of life and should be updated to 2.5. There are other boards for more specific help on Joomla! features and extensions.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting.
Forum Post Assistant - If you are serious about wanting help, you should use this tool to help you post.
Locked
allegrande
Joomla! Intern
Joomla! Intern
Posts: 59
Joined: Fri Mar 31, 2006 11:50 am

[Solved]Set Start Publishing equal Created Date

Post by allegrande » Fri Oct 27, 2017 10:10 am

Hi,
for all articles, I need to set Start Publishing date (mysql table publis_up) equal Created Date (mysql table created).
How can I do this? What is the script to run in mysql to perform this?

Thanks a lot for answers!

User avatar
imanickam
Joomla! Master
Joomla! Master
Posts: 28202
Joined: Wed Aug 13, 2008 2:57 am
Location: Chennai, India

Re: [Solved]Set Start Publishing equal Created Date

Post by imanickam » Sat Oct 28, 2017 3:28 am

I believe that you would have used the following SQL statement to address your need.

Code: Select all

UPDATE `xyz_content` SET `publish_up`=`created`;
where xyz_ is the database/table prefix for your Joomla site.

If it is different, please share your solutions so that others can benefit from it.
Ilagnayeru (MIG) Manickam | இளஞாயிறு மாணிக்கம்
Joomla! - Global Moderators Team | Joomla! Core - Tamil (தமிழ்) Translation Team Coordinator
Former Joomla! Translations Coordination Team Lead
Eegan - Support the poor and underprivileged


Locked

Return to “General Questions/New to Joomla! 2.5”