List of States in Nigeria for forms
FCT, Abuja | FCT, Abuja Anambra | Anambra Enugu | Enugu Akwa Ibom | Akwa Ibom Adamawa | Adamawa Abia | Abia Bauchi | Bauchi Bayelsa | Bayelsa Benue | Benue Borno | Borno Cross River | Cross River Delta...
View Articleuser customized profile
Hook: User: user-profile.tpl.php For printing fields of profile2 Condition: <?php if((arg(0)=='user') && is_numeric(arg(1))) { $profile = profile2_load_by_user(arg(1));Modules or views used...
View ArticleMultiple galleries
Drupal Gallery documentations: For Multiple galleries in one site like photos, videos, Presentations and e-books: In my case I need 4 different galleries with 3 levels: 1) Level 1-> front page block...
View ArticleWorking with Views in Drupal 8
The content in this section is currently under development and may be incomplete and/or subject to change.As of Drupal 8, Views has been incorporated into Drupal Core. One consequence of this change...
View ArticleManage views
Navigate to admin/structure/viewsIn the Operations column beside a view, select one of the following options: Enable The view can be displayed to authorized users.Disable A disabled view cannot be...
View ArticleManage display settings for the Views configuration screen
Navigate to admin/structure/views/settings.Enable or disable any of the following settings: Always show the master display When this option is enabled, the View configuration screen will always display...
View ArticleStep 1: Module and requirements installation
Asset module installationThe Asset module can be downloaded and installed via the standard Drupal installation process.The Asset module activated itself provides an API for Media Asset entities...
View ArticleStep 2: Text formats and filters configuration
The Filter core module allows you to configure formats for text input for your site (read more about Text formats and Filters)."Convert asset tags to markup" filter should be activated to allow Asset's...
View ArticleFeature detection
Browsers of all types connect to the web, and the diversity is only increasing. It used to be acceptable to specify which browser parameters (e.g. browser maker or screen size) the user should adopt to...
View ArticleStep 3: WYSIWYG configuration
Currently module fully supports integration only with CKEditor (v3 and v4). Next roadmap steps will be performed around integration with in-place editing option (Edit module) in terms of Spark...
View ArticleInstalling Modernizr module and JavaScript library
Modernizr is not GPLv2, and therefore cannot ship within Drupal modules. Since the Modernizr module depends on the upstream JavaScript library, you cannot simply enable the module and expect it to...
View ArticleCreating a custom build of Modernizr based on your Drupal setup
When your site is ready to go live, you'll want to take inventory of which feature tests you used, and reduce your Modernizr JS library to include only those tests that you need. This way it is as...
View ArticleHow it works
Contributor guide is separated on several pages.If you want to see how those interfaces work - try out our demonstration site.
View ArticleCKEditor: Contribute new Media Asset
By default set of Asset plugin buttons in CKEditor includes one button per activated Media Asset type.After clicking on any of Asset buttons for the activated Assets, native CKEditor dialog is opened...
View ArticleCKEditor: Find and Insert Media Asset
By default set of Asset plugin buttons in CKEditor includes Find and Insert Asset button.Button "Find and insert" opens native CKEditor dialog window with embedded View, which displays Assets listing...
View ArticleCKEditor: Override Asset display settings
You still are able to override Asset display settings after embedding Asset into CKEditor. All optional fields from the Asset entity type and Display settings can be modified without any impact on the...
View ArticleStep 4 (optional): Asset widget configuration
Asset widget module is included into Asset module package and is aimed to simplify Asset contribution and management.All you need is to enable "Asset widget" module. Widget will appear on content...
View ArticleAsset widget
Advanced Asset contribution / management widget provides next functionalities:In-place (in widget) Asset management (create / edit / delete with native Drupal interfaces) of any Asset type. Asset...
View ArticleUsing hooks to alter the groups audience field and user permissions
By default OG only allows group members with correct permissions to post and/or edit content associated with a group. It is, however, possible to change that behavior relatively easily using a couple...
View ArticleFacebook Autopost
Adding a new Facebook publication typeBuilding upon the APIUsing non standard Facebook featuresNon standard facebook features are considered those features that do not apply to the vast majority of the...
View Article