B
How do I reactivate 'supposed' expired ads that are hidden on the site? There is no where on the 'manage ads' page to reactivate expired ads
Hello Benny !
The simplest way is to run the following MySQL query in your UNA database (backup the `bx_ads_entries` table first):
UPDATE `bx_ads_entries` SET `status`='active' where `status`='hidden';
On your admin profile, Go to dashboard page, on the "manage" block, click on "ads" (it shows you number of hidden items), switch on/off desired item/contents
Thanks. I'm currently exploring this option. Though haven't found the ads entries folder yet for backup
This option is not currently possible from ads manager as the hidden ads are not available there
Hello Benny !
The simplest way is to run the following MySQL query in your UNA database (backup the `bx_ads_entries` table first):
UPDATE `bx_ads_entries` SET `status`='active' where `status`='hidden';
On your admin profile, Go to dashboard page, on the "manage" block, click on "ads" (it shows you number of hidden items), switch on/off desired item/contents
B
Thanks. I'm currently exploring this option. Though haven't found the ads entries folder yet for backup
B
This option is not currently possible from ads manager as the hidden ads are not available there