Software Listing of Author : "Alex Bronstein"
- Link Jump
- License: Freeware
- Price: 0.00


This module lets you display a multi-valued link field as a select list (drop-down menu) with a GO button. This is commonly desired for library websites, for letting a user navigate to an external database. Once this module is enabled, go to the "Display fields" tab of the content type with the link field you want to display this way, and select "Dropdown with GO button" as the desired display. If this isn't an available option, try emptying the Drupal cache (admin/settings/performance -- the "clear cached data" button at the bottom). I'll have this fixed for RC2, so you won't need to do that. This module uses the Jump module to render the select list and go button. This module simply provides a connection between the jump module and a link field.
- Publisher: Alex Bronstein
- Date Released: 04-02-2013
- Download Size: 10 KB
- Download
- Platform: PHP, Scripts
- Node Content Themehook
- License: Freeware
- Price: 0.00


This is a simple module that adds a "node-content" theme hook to Drupal for theming the $node->content array. For example, with this module enabled, you can create a "node-content--page.tpl.php" file in your theme's folder, giving you templating control of the "Page" content type. This can be used for any content type, but the use-case I expect it to be most useful for is in having greater theming control of content types that use CCK fields. There's another module, contemplate, that solves a similar use-case. That module, however, is more geared to providing template control via the CMS interface, whereas this module is more geared to providing it via the normal theming system. Pick the one appropriate to the way you like to work, or mix and match. Instead of this module, you can take the approach of using "node-<type>.tpl.php"...
- Publisher: Alex Bronstein
- Date Released: 24-02-2013
- Download Size: 20 KB
- Download
- Platform: PHP, Scripts
- OOP
- License: Freeware
- Price: 0.00


Object Oriented Programming for Drupal. Enables developers to create classes for extending modules and node types. Requires PHP 5, and ideally, PHP 5.2.6. Intended for developers who either 1) Enjoy writing code using OOP syntax (having access to features like inheritance and enforced privacy) and/or 2) Want to have a way to extend a core or contributed module with custom functionality without patching or forking the original module
- Publisher: Alex Bronstein
- Date Released: 11-05-2013
- Download Size: 10 KB
- Download
- Platform: PHP, Scripts
