Content Finder

Component type

module

Categories

Maintenance status

Development status

Downloads

880

Component created

Component changed

The Content Finder provides a simple method for users to find site content. The goal of this module is to provide a useful but simple tool to quickly find content as an editor. Rather than using a big form, we use a single search field with search axes.

Twitter Pull

Component type

module

Maintenance status

Development status

Downloads

246226

Component created

Component changed

Twitter Pull is a small module, the only purpose of which is to allow super-easy embedding of public twitter data like: a user timeline or twitter search results by hashtag or a search term. The emphasis is on making these very specific tasks as easy and straightforward as possible. The purpose of the module is not to be an end-all solution for Twitter.

Intended Audience

The intended audience of the module are developers and designers.

Ubercart Attribute Tokens

Component type

module

Maintenance status

Development status

Downloads

3347

Component created

Component changed

This module will add Ubercart product attributes as 'attribute' tokens for use elsewhere. As of initial upload the only code to use these tokens is the contributed Custom Price Calculation module. The combo of these two modules allows an admin to enter custom code to set item properties such as price based on attributes.

Site Ping

Component type

module

Maintenance status

Development status

Downloads

458

Component created

Component changed

This is a module which (by its nature) does a full Drupal bootstrap and then just prints OK. The URL you should be querying is "YOURSITE.COM/siteping"

You can use this as a low-bandwidth site heartbeat to make sure your site is running. If anything besides "OK" is printed, there is probably an error you need to look into (or if the connection times out).

Change password

Component type

module

Categories

Maintenance status

Development status

Downloads

5337

Component created

Component changed

It is very Simple module which moves "Change password" functionality to a new tab/page.

Why?

see our client's needs below

We have noticed many times that in drupal’s edit profile form since password fields appears with blank thus end user generally starts filling their password information as well however it’s optional (Here I referred users who are not frequent users of internet and web portals). Just to avoid this confusion change password screen was separated from edit profile.

-- Rizwan Khan @ Inukshuk

Simplify Node Add

Component type

module

Maintenance status

Development status

Downloads

4368

Component created

Component changed

This module can be used for simplifying the forms used to add and edit nodes. With this module you can define which fields to show to a user.

Newly added is the hook you can use to custom add fields that this module uses. You can use hook_simplify_node_add_gettypes().

Url Unpublish

Component type

module

Categories

Maintenance status

Development status

Downloads

3115

Component created

Component changed

This module allows users to unpublish content using a url placed anywhere in a Drupal site

Basically all you have to do the following:

To unpublish a node whose nid is 15 use the following code:

<a href="<?php print base_path().'url_unpublish/15';?>">Unpublish Node</a>

You will be redirected to an unpublish confirmation page, and once you click unpublish the node will be unpublished

You can use the code in your views, blocks or any part of the site