Viimased uudised
|
Abi & juhendid
Abi & juhendid
- Üksikasjad
- Kirjutas kodanikupalk.ee
- Kategooria: Abi & juhendid
- Klikke: 2844
Introduction - module type "custom html", position 3. This is a module that allows user to create a custom html content and display it where needed.
About UBI - this is a "module containing modules" - module type SP tabs and all modules that it contains are of type "News flash" showing articles titles and introduction parts. Each module displays articles from different categories.
To create a new tab -
- create an appropriate category for articles
- create needed articles under this category
- create a new module of type News flash, order it so that it would be displayed in needed position
- edit the module titled About UBI and add the new module
Next milestone - this comes from Calendar (component GCalendar) that shows events from Google Calendar. Module type - GCalendar next event.
Latest news - module that shows news from newsfeed. In this case the blog's feed.
- Üksikasjad
- Kirjutas kodanikupalk.ee
- Kategooria: Abi & juhendid
- Klikke: 3466
Component - GCalendar
Displays events from Google Calendar. Different views are available, month view is default. The free version doesn't allow directly add and edit the events, it should be done directly in Google or via the desktop clients like i.e Mozilla Thunderbird
The module named Next milestone in right column is one of the GCalendar modules. It shows the time remained until the nearest event and also a data of current event (that is started but not yet ended).
- Üksikasjad
- Kirjutas kodanikupalk.ee
- Kategooria: Abi & juhendid
- Klikke: 2945
Component - Fabrik
Created a list, form and appropriate elements, new database table behind it was created as well (and db table fields behind each element). In each addition user can determine whether to submit a person or an organisation, if person then whether he/she is alive or not etc - depending on choices the form fields are displayed or hidden.
Althought there are used different fields for person and organisation names, the full name is autocreated and submitted into one field. The data is ordered first by last name, then by full name. So the organisations are displayed in first order and sorted by the full name.
The same data could also be synchronised with user data, which would be further related to the other data in different ways.
- Üksikasjad
- Kirjutas kodanikupalk.ee
- Kategooria: Abi & juhendid
- Klikke: 3470
Component - Fabrik
Data - Wordpress + current site
This is aimed to be a workflow for collaboration in creating new common press releases.
The drafts of press releases are displayed by the same way like news (Fabrik list reads posts from the wp_posts table) except here are shown only drafts that are not published in main blog site. In both cases the Fabrik lists prefilter feature is used. And in this case the Fabrik details view is used - here the beauty is not so important.
Inside this details view we see a Fabrik list. This is displayed with a Fabrik content plugin feature that allows to display Fabrik data embedded in articles or inside Fabrik views themselves. So here in this details view is a list view with data related to this record (blog post).
Using this workflow
- The author posts the initiial text of the press release as a draft. No matter directly in the blog site or via Windows Live Writer (the most convenient way!)
- Other collaborators are seeing this draft and when they are something to say about (to propose changes, additions etc) then they post i.e. excerpt of initial text, replacing text that they propose instead and if needed their comment. The appropriate guides are displayed in this form
- The author reads the suggestions and makes corrections if needed. The best way of course again via W Live Writer.
- Once the corrections are done, the author marks the appropriate suggestions as considered.
- Üksikasjad
- Kirjutas kodanikupalk.ee
- Kategooria: Abi & juhendid
- Klikke: 2941
Component - Fabrik
Data - Wordpress blog
Fabrik list reads data from a database table that contains the blog posts of Wordpress blog. In this case, the blog's database is residing in the same server under the same account. If it would be in different server then the other one had to be set to allow access from this host.
In many technical reasons, however would be better if this current Joomla site tables and Wordpress tables would be in the same database.
The list is set to show post titles, authors and dates. The links are targeted to the original blog site - otherwise the Fabrik details view would need some design work.
The Latest news module shows the post from the same blog but by reading data from its rss (not from db table).