Reputation: 33
I am using Joomla 2.5 and want to insert 100 articles without using Joomla's article manager.
How can I achieve this?
Upvotes: 3
Views: 1327
Reputation: 6770
This is incomplete. You also would need to add records to the assets table and to make sure that they are properly keyed to the content table and nesting within a category asset as well as the com_content asset. You can put all of the articles in the uncategorised category to handle that however.
Upvotes: 3
Reputation: 19743
Well, if I wanted to add 100 articles as quickly as possible, I would take a backup of the #__content
table in the database, open it in Notepad++, add all my articles in and re-upload the table.
If you do this, don't forget to assign each article a different ID.
Upvotes: 1