Quick way to add cover to albums?

Sukh
Sukh
Offline
0
Hi

So I have a few hundred albums added to the site but none have a image selected. So when viewing these albums you simply just get a broken image with red square. I have a image saying no album cover avaliable to add in its place can anyone tell me a quick and easy way to add this to all the albums? I dont mind editing the database to do this but not sure which field this is covered in.
Responses (2)
  • Accepted Answer

    Sunday, September 09 2012, 05:15 PM - #Permalink
    0
    you just need, indeed, to execute a quick MySQL sentence:

    "UPDATE jos_muscol_albums SET image = 'whatever.jpg' "

    that's all. please replace jos_ for your DB table prefix and whatever.jpg for the name of your image.

    Germi
    The reply is currently minimized Show
  • Accepted Answer

    Sukh
    Sukh
    Offline
    Sunday, September 09 2012, 07:15 PM - #Permalink
    0
    Sweet thanks this has done the trick :)
    The reply is currently minimized Show
Your Reply