- i18n - translation gettext for plugins
- If something goes wrong - 4 steps
- Showing a list of tags
- Managing Users History
- Get more or less information from your content
- Error logs: 'missingController' message
- Template development - beFront helper
- How to subscribe users to frontend apps
- Frontend Application Flow and callback methods
- Customizing Frontend Applications [part 3]: time for pagination
- Customizing Frontend Applications [part 2]: how to load only selected content in a section
- Customizing Frontend Applications [part 1]: divide objects by type in a section
- Embedding multimedia objects
- BEdita shell: introducing command line tools
- How to manage free semantic relations
- Hallo BEdita
i18n - translation gettext for plugins
In order to generate/merge .po/.pot files for a specific plugin, you can use BEdita gettext shell script.
The syntax for this command is like:
./cake.sh gettext update -plugin < plugin-name >...
published on 08-31-2012
by Dante Di Domenico
If something goes wrong - 4 steps
4 simple steps to follow if your BEdita applications are not working
Showing a list of tags
Get a tag cloud or tag list in your frontend application
Managing Users History
Manage easly users history in frontend applications (and in backend too)
Get more or less information from your content
How to handle BEdita objects model bindings in frontend applications
published on 10-20-2011
by Alberto Pagliarini
Error logs: 'missingController' message
This article is about error log messages and the strange/mysterious 'missingController' message
Template development - beFront helper
This article explains how to use BeFrontHelper in frontend template development
How to subscribe users to frontend apps
This article explains what you have to do to register users through a frontend application
Frontend Application Flow and callback methods
To help the frontend developers BEdita comes with a series of callback methods that allowing to filter and handling data. Understanding how the flow of frontend applications works and which callbacks the developer has in hand is one of the fundamental things to start developing a custom frontend
Customizing Frontend Applications [part 3]: time for pagination
Paginating items in a frontend application
published on 02-22-2010
by Alberto Pagliarini
Customizing Frontend Applications [part 2]: how to load only selected content in a section
Improve speed performance by narrowing your requests to the API
Customizing Frontend Applications [part 1]: divide objects by type in a section
Organize your BEdita objects in $section array to have a semantic separation of contents.
Embedding multimedia objects
An overview on the multimedia embedding feature, using the BeEmbedMedia Helper.
BEdita shell: introducing command line tools
A collection of useful command line tools to execute simple tasks from shell
How to manage free semantic relations
Define and customize relations between BEdita objects
published on 03-06-2009
by Alberto Pagliarini
tag: frontend, features, semantic relations, object types
tag: frontend, features, semantic relations, object types

