• Hi Brenda. I LOVE this plugin. It saves me so much time. I have used CSS on it to make it look outstanding on my websites.

    I recently had a request from a board member, who informed me that for a few months in the past they are unable to find the agendas for those months. Rather than leave it blank, they would like to have “Not available” show up in place of the agenda link. Is this possible?

    Thanks again.

    https://www.ads-software.com/plugins/minutes-agendas-newsletters/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Even though this post is about 5months old; if you’re still looking for answer you could edit the minagnews-parse-uploads.php file and look for the part where it produces the html table that starts around line 269 and go down to line 313-315 where there is an else clause:

    } else {
       echo ' ';
    }

    CHANGE TO:

    } else {
       echo 'NOT AVAILABLE';
    }

    Save file and you should see, NOT AVAILABLE, show up in place of the blank space. Of course editing the plugins code is not always the best idea as anytime the plugin gets updated you’ll lose your changes and have to re-edit the code after the update.

    Thread Starter adevandry

    (@adevandry)

    Thank you so much! That info is very helpful.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘“Not available”’ is closed to new replies.