توضیحات
Create beautiful timelines based on posts, pages or free csv datasheets. Uses the wonderfull js library vis.js.
Integrates with Gravity Flow
Shortcodes
Create a timeline for blog’s posts or other post type (even CPT):
[maxicharts_timeline_post type="[post|page|cpt1|cpt2|...] groups="[draft|pending|publish...]"]"
Create a timeline from a csv:
[maxicharts_timeline_csv data_path="[url_of_your_file.csv]" separator="[,|;]"]
where:
type
: is the post type you want to create timeline fordata_path
: is the URL of your.csv
fileseparator
: specifies the csv separator, usually,
or;
groups
: only show post with these statuses
Inside your CSV file (url set in data_path
), you need to use field defined by the visjs timeline documentation.
Required fields are content
and start
, all others are optional.
Create a timeline for Gravity Flow:
[maxicharts_timeline_gravity_flow form_id=[form_id] entry_id=[entry_id] groups=[step|assignee|workflow]]
where:
form_id
: is the gravity forms form ID you want to create timeline forentry_id
: is the GF entry ID you want to create timeline forgroups
: coma separated list of status types you want to make appear on the timeline
نصب
Easy
- Search via plugins > add new.
- Find the plugin listed and click activate.
- Use the Shortcodes
نقد و بررسیها
نقد و بررسیای برای این افزونه یافت نشد.
توسعه دهندگان و همکاران
“MaxiCharts Timeline” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کردهاند.
مشارکت کنندگانترجمه “MaxiCharts Timeline” به زبان شما.
علاقه مند به توسعه هستید؟
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
گزارش تغییرات
1.2.0 – gravity flow integration
1.1.1 – maxentries added
1.1.0 – locales added
1.0.6 – bug on start date for timeline events
1.0.5 – deploying first features
1.0 – First stable release.