Nameday

The plugin (widget) displays the current (and optionally tomorrow's) name-day(s).

Author:István Faur (profile at wordpress.org)
WordPress version required:3.4.1
WordPress version tested:3.9.39
Plugin version:1.3
Added to WordPress repository:27-09-2012
Last updated:20-06-2014
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://nameday.castorlandbt.eu/
Total downloads:2 444
Active installs:20+
plugin download
Click to start download

Basically WP_LANG happening in the language specified by the display name-days, but for multilingual sites
supported in Query Mode (? lang = en) and Pre-Path Mode, too.

The greeting message is changeable. In this case, and if there isn’t .po file for the language of the GoogleTranslate by means of the translation. You can set the color of text in Nameday -> Nameday menu
More name-day event bubble will appear on name days. … place your cursor on it!

Installed name-days are: Hungarian, Austrian, German, French, Swedish, Italian, English, Spanish, Polish, Czech and Slovak.

1.3

  • Tested with wordpress 3.9.1
  • Bugfix missing language names

1.2

  • Register shortcode [nameday] to display current name days
  • By default shortcode [nameday] displays current day of the week, day and name days in Hungarian. You can use
  • use shortcode in posts, pages and text widget.
  • Other shortcode attributes are nameday_lang, color, nameday_msg, max_name (default is 2) and date_format (default is l, d F Y).
  • You can use these attributes like this.
  • Add max_name parameter to bubble parameters

    [nameday nameday_lang=’en_US’ color=’silver’ nameday_msg=’Whats your name %%name%%!’ date_format=’d/m/Y’ max_name = ‘3’]

  • From max_name value the namedays write to title

  • If you want to display name days in your theme template file, add this code.

1.1.1

  • Change namedayadmin.css
  • Modify sql select
  • Create index to wp_nameday

1.1

  • Fix nameday in functions name
  • Bubble parameters
  • Modify structure of wp_nameday
  • Modify namedayadmin.css=======