forked from letaprodoit/lapdi-facepile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
executable file
·96 lines (66 loc) · 3.39 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
=== TSP Facepile ===
Contributors: thesoftwarepeople,sharrondenice
Donate link: http://www.thesoftwarepeople.com/software/plugins/wordpress/facepile-for-wordpress.html
Tags: display, faces, tiles, members, list, grid, the software people
Requires at least: 3.5.1
Tested up to: 3.6
Stable tag: 1.1.3
License: Apache v2.0
License URI: http://www.apache.org/licenses/LICENSE-2.0
Facepile allows you to add WordPress users photo icons to your blog's website in grid format.
== Description ==
The Software People's (TSP) Facepile plugin allows you to add WordPress users photo icons to your blog's website in grid format.
= Shortcodes =
Add a `Facepile` to posts and pages by using a shortcode inside your text or evaluated from within your theme. You may override page/post `Facepile` options with shortcode attributes defined on the plugin's settings page.
* `[tsp-facepile]` - Will display a facepile with the default options defined in the plugin's settings page.
* `[tsp-facepile title="Facepile" show_names="Y" show_count="Y" num_rows="4" num_cols="4" thumb_width="80" thumb_height="80" before_title="" after_title=""]` - Will override all attributes defined on the plugin's settings page.
== Installation ==
BEFORE YOU BEGIN: Requires the installation and activation of [TSP Easy Dev Latest Version](http://wordpress.org/plugins/tsp-easy-dev)
1. Upload `tsp-facepile` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. After installation, refer to the `TSP Facepile` settings page for more detailed instructions on setting up your shortcodes.
4. Facepile widgets can be added to the sidemenu bar by visiting `Appearance > Widgets` and dragging the `TSP Facepile` widget to your sidebar menu.
5. Add some widgets to the sidemenu bar, Add shortcodes to pages and posts (see Instructions)
6. View your site
7. Adjust your CSS for your theme , if necessary, by visiting `Appearance > Edit CSS`
== Frequently asked questions ==
= How do I add spaces between the face icons? =
In CSS the attribute to add settings for is `tspfcp_wp_user_table_cell`. Sample settings may appear as follows:
`.tspfcp_wp_user_table_cell{
padding: 10px;
}`
= I've installed the plugin but no faces are displaying? =
1. Make sure the folder `/wp-content/uploads/` has recursive, 777 permissions
2. Make sure you have at least one non-admin user in your database
== Screenshots ==
1. Admin area widget settings.
2. Facepile displayed on the front-end.
3. Admin area shortcode settings area.
== Changelog ==
= 1.1.3 =
* Enhancement. Updated support link
= 1.1.2 =
* Updated admin_notices hooks to not use inline functions.
= 1.1.1 =
* No longer required to set the id and name in display_form (See TSP Easy Dev Change Log Version 1.2)
= 1.1.0 =
* Now uses Easy Dev for easy plugin development, <a href="https://twitter.com/#bringbackOOD">#bringbackOOD</a>
* Handled all PHP notices
* Added new attribute show_count (hide/show the member count)
* Renamed attributes to prevent red spell checks when editing (old attributes still supported)
* Decreased plugin size by using Easy Dev
= 1.0.1 =
* Checks for existence of parent settings menu before overwriting it
= 1.0 =
* Launch
== Upgrade notice ==
= 1.1.3 =
Enhancement. Updated support link
= 1.1.2 =
Maintenance fix.
= 1.1.1 =
Maintenance fix. Requires update to TSP Easy Dev 1.2
= 1.1.0 =
Plugin now requires TSP Easy Dev. New features.
= 1.0.1 =
Menu fix.