Please turn JavaScript on
Drupal icon

Drupal

Want to keep yourself up to date with the latest news from Drupal?

Subscribe using the "Follow" button below and we provide you with customized updates, via topic or tag, that get delivered to your email address, your smartphone or on your dedicated news page on follow.it.

You can unsubscribe at any time painlessly.

Title of Drupal: "Drupal Answers"

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  22.86 / day

Message History

I have been translating my Commerce Kickstart site with no ease although with success until now. Have translated content, taxonomy, product fields etc, following some tutorials and Drupal own documentation. Have installed a variety of modules for localization.

But now as regarding checkout system. I'm calling checkout system all screens starting by clicking on "checko...


Read full story

I have a view, which is listing nodes. I like to exposed filter it by tags (what is a taxonomy). But I like to show tags, what is relevant (has nodes) for the current view. How can I make it?


Read full story

I'm trying to print a drupal menu outside drupal. In order to achieve this I ran the bootstrap as follows:

drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);

And I render my menu as follows:

public static function getDrupalMenu($menuName) { $menu_output = &drupal_static(__FUNCTION__, array()); if (!isset($menu_output[$menuName])) { $tree = menu_tree_all_data($men...

Read full story

I have a search result page, with the first set of data being fetched during the page load, and we add a Load More button. Clicking on this button fires an AJAX call, using the ajax_links_api module. After the AJAX call is completed, we append more search results to the current set. I have a behavior where I read the URL parameter; if it exists, I open a Col...


Read full story

I have a content type called 'Schools' and a CSV spreadsheet that has columns for information such as School Name, Location, Telephone etc...

Using Feeds I can import the information on the 111 Schools to individual pages.

Furthermore I have a field on the 'Schools' Content type that is an entity reference field to an entity (an entity form - that lets the use...


Read full story