News:

Support for jDownloads 3 has been ended
Since 17 August 2023 Joomla.org has discontinued support for Joomla 3.x. Therefore, we will no longer offer official support for our Joomla 3 jDownloads version 3.9.x from January 2024.
Please update your website to the latest Joomla version (Joomla 4 or Joomla 5) as soon as possible. Afterwards, please update jDownloads to the latest published version. The longer you delay, the more difficult the upgrade process for your website is likely to be.

Main Menu
Support-Forum

Handling Metadata

Started by ColinM, 17.03.2020 11:30:24

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ColinM

Hi
This was originally posted by 614cookerI have nearly 3,900 downloads in the Jdownload script on my website and at first I started filling meta information for each download. The only problem is I have not realised that I have been putting the wrong information in the meta description and keywords. 

Is there a 'quick way' to remove them and the rerplace?
Colin M
  •  

Arno

#1
Sure. Experienced users could use phpMyAdmin to change the values.

SQL query Example:
UPDATE `xyz_jdownloads_files` SET `metakey`= 'Example' WHERE `file_id` = 1

It is also possible to change a lot of them in a single query.
Example:
UPDATE `xyz_jdownloads_files` SET `metakey`= 'Example' WHERE `file_id` BETWEEN 1 AND 3
And much more...
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •