senpai_sandbox_1
Component type
Maintenance status
Development status
Component created
Component changed
This is my very own sandbox #1. And I like it that way.
This is my very own sandbox #1. And I like it that way.
Views currently only allows for node displays or field displays, but not both. Sometimes there's a need to display full nodes, but also use specific field values from a query.
Imagine a situation where one piece of content references three other pieces of content. If the view needs to show those three pieces of content as full nodes, but also needs to use the values in the first field to make the title, its not possible. This module helps solve this problem by providing a full node display that also allows you to chose fields to show.
The Execute Query module allows you to run queries on your database using the Drupal interface.
You can save your queries for future use and execute them whenever required. It also displays the number of rows selected and the execution time for each query. It also records the number of times a query is executed.
It displays the list of queries, number of times it is executed along with option to edit delete and execute.
and extension to the email module to allow for links to emails address contact form as an image with the email address in it
This is a little module for Provision that allows install profiles to easily inject information into the settings.php of sites installed using them.
Install like any other drush extension, into a folder that will be picked up by drush, such as /var/aegir/.drush.
This module addresses the use case where you need to send raw XML or some other text format from Webform submissions in the message body that Drupal's default core would otherwise filter tags out of to generate plain text. It also allows override of the main mail message MIME type.
This simple module includes the dBug tool for developers. It implements a function dbug() that lets you easily print out an object or variable in convenient way. dBug.php source code comes from http://dbug.ospinto.com/.
Adjust the module weight to choose when it loads in relation to other modules. : Admin->Config->Develoment->dBug
Have you ever created short URLs with the ShURLy module and wanted to track more about the visitors using your links? Well, this module might be the solution for you. With ShURLy GA (Google Analytics), you can setup a custom GA string to be appended to the end of the un-shortened URL and determine with domains you want the url string to be applied to. This occurs right before before ShURLy redirects the user, so the url string is applied to the destination site.
To be continued...