Description
This plugin provides detailed information about fashion models, companies, and brands from MyFDB (My Fashion Database).
The data presented by the plugin is displayed on individual posts or on pages. It also be implemented as a widget (which will appear on your site based on your theme). The MyFDB profile widget can be dragged and dropped into any widget container.
The plugin includes two pre-defined styles (presentation templates, but you can also create your own custom styles.
Advanced
This Plugin has two additional functions:
- Short code function: [myfdbprofile category=”ProfileCategory” tagname=”ProfileTagName” [template=”template”]] – can be used to output the profile in post/page text.
- PHP function for output a profile(s) assigned to any post: myfdb_profile_lists(myfdb_profile_lists(array(array(‘cat’=>’p’, ‘tag’=>’some_tag_name’), array(‘cat’=>’c’, ‘tag’=>’some_tag_name’))), template). The profiles array consists of mini arrays that have ‘cat’ (category) and ‘tag’ (profile tag name) parameters.
Screenshots

Settings – The following settings can be modified:
Cache refresh time (in hours) Data requested from the MyFDB database is stored on your host server until it expires. This greatly reduces page load times. You can adjust the cache refresh time in the MyFDB plugin settings.
MyFDB profile output methodswp_myfdb_post_profiles ($post, $class)
Enable MyFDB plugin for pages This setting is only relevant if you are automatically adding the MyFDB widget (see above). It allows you disable the widget on pages.
Enable MyFDB plugin for posts This setting is only relevant if you are automatically adding the MyFDB widget (see above). It allows you disbale the widget on posts.
Default template for page This setting controls the default template for the page. If you have not specified a custom template you are limited to the myfdb_long or myfdb_short formats.
Default template for post This setting controls the default template for the single post. If you have not specified a custom template you are limited to the myfdb_long or myfdb_short formats. You can also create your own custom styles. Custom CSS must be placed in a folder named myfdb-profile within your theme (/wp-content/themes//myfdb-profile). To build your own style sheet you can start by copying the contents of /wp-content/plugins/myfdb-profile/css/myfdb_style.css.

Full format Presentation (template: myfdb_full) includes profile name, number of credits, and link to MyFDB profile

Short format presentation (template: myfdb_short) includes only profile name, number of credits, link to MyFDB profile, and three recent credits with images and titles (see example below)

Editing Pages and Posts

Widget – The MyFDB profile can also be implemented as a widget (which will appear on your site based on your theme). The MyFDB profile widget can be dragged and dropped into any widget container.
Installation
- Upload the myfdb-profile folder to the
/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Adjust the plugin settings
- Please refer to the plugin home page at http://blog.myfdb.com/myfdb-plugin/ for detailed instructions
FAQ
Please refer to the plugin home page at http://blog.myfdb.com/myfdb-plugin/
Reviews
There are no reviews for this plugin.
Contributors & Developers
“MyFDB Profiles” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “MyFDB Profiles” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
2.9
This is the initial build that was released to the WordPress community