Avatars v2.2.1 Released

Avatars

Upload a new avatar and set as the default avatar and allow users to upload their own avatar and override the default.

Admin setting allows only use of local avatars; prevents use of Gravatars; if user doesn’t upload their own avatar, a local default is used instead.

This plugin is multisite compatible; each site will need settings to be configured in the admin dashboard.

note Changelog

  • Fix missing constants.

arrow_down Download

Download from GitHub to manually install; if you already have the plugin installed, an update will be available in the admin dashboard.

bug Support

If you have any problems to log or features to request, contact me via the ClassicPress Plugin Support Forum or you can log an issue via the GitHub repository.

lightbulb Issues/Ideas

I’m keen to resolve any issues and happy to consider functionality requests, so please get in touch if you want to report a problem or ask for new functionality.

SMTP v2.1.0 Released

SMTP

Simple Mail Transport Protocol (SMTP) plugin will intercept the standard wp_mail and send emails via an SMTP server using PHPMAILER.

When activating for the first time, settings can be imported from Easy WP SMTP.

This plugin is multisite compatible; each site will need settings to be configured in the admin dashboard.

note Changelog

  • Fix incorrect update server path; plugin will need to be manually updated if 2.0.0 or 2.0.1 was installed.

arrow_down Download

Download from GitHub to manually install; if you already have the plugin installed, an update will be available in the admin dashboard.

bug Support

If you have any problems to log or features to request, contact me via the ClassicPress Plugin Support Forum or you can log an issue via the GitHub repository.

lightbulb Issues/Ideas

I’m keen to resolve any issues and happy to consider functionality requests, so please get in touch if you want to report a problem or ask for new functionality.

Remove Revisions v1.2.0 Released

Remove Revisions

While revisions can be disabled or limited in number with settings in the wp-config file, there is no way to allow for the deletion of revisions over a certain ago. That is what this plugin allows you to do.

In the options you can set the number of months after which revisions are to be deleted. They can then be deleted at the click of a button or via a cron job running on a daily schedule.

The options also allow you to select the post types (both standard and custom) which can have revisions removed.

Removal of revisions is done using the ClassicPress function to ensure they are done correctly.

This plugin is multisite compatible, with options set on a per site basis.

note Changelog

  • Update plugin list.
  • Remove revisions from list of post types which are eligible for having revisions removed.
  • Remove jQuery which should not have been included.
  • Fix incorrect update server path; plugin will need to be manually updated if 1.1.0 was installed.

arrow_down Download

Download from GitHub to manually install; if you already have the plugin installed, an update will be available in the admin dashboard.

bug Support

If you have any problems to log or features to request, contact me via the ClassicPress Plugin Support Forum or you can log an issue via the GitHub repository.

lightbulb Issues/Ideas

I’m keen to resolve any issues and happy to consider functionality requests, so please get in touch if you want to report a problem or ask for new functionality.

BBCode v2.1.0 Released

Allows users to use standard bbcodes in posts and pages in place of HTML tags.

The following bbcodes can be used:

Bold:
    [b]bold[/b]
Italic:
    [i]italics[/i]
Underline:
    [u]underline[/u]
Center Text:
    [center]centered text[/center]
Strike:
    [strike]strike[/strike]
Quote:
    [quote]quote[/quote]
Color:
    [color=blue]color[/color]
Font size:
    [size=12pt]12pt font size[/size]
    [size=1.2em]1.2em font size[/size]
    [size=12px]12px font size[/size]
Image:
    [img]https://docs.classicpress.net/wp-content/classicpress/logos/icon-gradient-600.png[/img]
    [img=ClassicPress logo]https://docs.classicpress.net/wp-content/classicpress/logos/icon-gradient-600.png[/img]
URL:
    [url]https://www.classicpress.net/[/url]
    [url=https://www.classicpress.net/]ClassicPress[/url]
    [link]https://www.classicpress.net/[/link]
    [link=https://www.classicpress.net/]ClassicPress[/link]
Ordered lists:
    [ol]ordered list[/ol]
Unordered lists:
    [ul]unordered list[/ul]
List items:
    [li]list item[/li]
Table:
    [table][/table]
Table Row:
    [tr][/tr]
Table Header:
    [th][/th]
Table data (cell):
    [td][/td]
Code:
    [code]function azc_bbcode_bold($atts, $content = null){ return "".do_shortcode($content).""; }[/code]

Allows users to use standard bbcodes in posts and pages; Shortcodes in Comments can be used to allow bbcodes in comments and Shortcodes in Widgets can allow them in widgets.

This plugin is multisite compatible.

note Changelog

  • Fix incorrect update server path; plugin will need to be manually updated if 2.0.0 or 2.0.1 was installed*.

arrow_down Download

Download from GitHub to manually install; if you already have the plugin installed, an update will be available in the admin dashboard.

bug Support

If you have any problems to log or features to request, contact me via the ClassicPress Plugin Support Forum or you can log an issue via the GitHub repository.

lightbulb Issues/Ideas

I’m keen to resolve any issues and happy to consider functionality requests, so please get in touch if you want to report a problem or ask for new functionality.

Avatars v2.2.0 Released

Avatars

Upload a new avatar and set as the default avatar and allow users to upload their own avatar and override the default.

Admin setting allows only use of local avatars; prevents use of Gravatars; if user doesn’t upload their own avatar, a local default is used instead.

This plugin is multisite compatible; each site will need settings to be configured in the admin dashboard.

note Changelog

  • Update plugin menu to handle display of retired active plugins.
  • Fix incorrect update server path; plugin will need to be manually updated if 2.1.0 or 2.1.1 was installed.

arrow_down Download

Download from GitHub to manually install; if you already have the plugin installed, an update will be available in the admin dashboard.

bug Support

If you have any problems to log or features to request, contact me via the ClassicPress Plugin Support Forum or you can log an issue via the GitHub repository.

lightbulb Issues/Ideas

I’m keen to resolve any issues and happy to consider functionality requests, so please get in touch if you want to report a problem or ask for new functionality.