Node Type Views

Component type

module

Categories

Maintenance status

Development status

Downloads

3226

Component created

Component changed

Node Type Views is a simple module to generate teaser listings and RSS feeds of nodes based on node type. This module is not an add-on for the views module. If your are satisfied with a frontpage like listing of nodes based on content types, Node Type Views may be right for you. If you want to do anything more advanced use the views module instead.

Scrippet Screenplay Format Filter

Component type

module

Categories

Maintenance status

Development status

Downloads

2604

Component created

Component changed

Scrippet provides an input filter for formatting text according to Film & Television Screenplay format. Just enter screenplay content between <scrippet></scrippet> tags, and the included CSS will do the rest.

Originated here: http://johnaugust.com/archives/2008/scrippets-php-and-a-call-to-coders

autocategorise

Component type

module

Categories

Maintenance status

Development status

Downloads

17652

Component created

Component changed

Users cannot be trusted to categorise things themselves, and it's too much work for administrators.

If you switch on autocategorise for a vocabulary it will hide the taxonomy widget and categorise nodes/entities on submission by matching the text against the vocabulary's own terms and synonyms. Synonyms will typically be word stems or regular expressions.
This approach to autocat is nice and simple, but synonyms must be chosen carefully, and admin needs to regularly review the content and improve the synonyms. This approach may work better in some languages than others.

View own

Component type

module

Maintenance status

Development status

Downloads

4852

Component created

Component changed

Module adds 'view own content' and 'view any content' permissions for all of content types.
So, administrator can build a more flexible system of rights.

For example, admin can add 'view own question content' for role 'clients' and 'view any question content' permissions for support engineer so, clients can see only own questions and technical support engineer can see all questions from all clients.

NEW! If you using CCK, you can check new feature 'view content via field_reference'.



Also, see another content access modules:

Content Refresh

Component type

module

Categories

Maintenance status

Development status

Downloads

6189

Component created

Component changed

Example Scenario:

Anonymous users are allowed to post comments on your site and page caching is enabled. An anonymous user posts a comment but does not see it because the same cached version of the page is displayed before and after commenting.

Content refresh to the rescue. If a new comment is posted and published the cache entry of the content will be deleted and the user immediately sees the posted comment.

OpenWYSIWYG Editor

Component type

module

Maintenance status

Development status

Downloads

29124

Component created

Component changed

Since I have maintenance some modules then I need anyone to handle the next version of this module, please Contact me, I will grant you a CVS access , so we can manage this module, thanks


OpenWYSIWYG
Free cross-browser WYSIWYG editor by www.openwebware.com. The ultimate WYSIWYG editor for your web-based applications and forms.

The original code of openWYSIWYG conflicts with jQuery and not like Drupal Filtered HTML, so I have changed the source-code to make OpenWYSIWYG works with Drupal, therefore this module including a modified source-code.

HOW TO USE THIS MODULE
1. extract this module to sites/all/modules/openwysiwyg/
2. enable this module at: administer-modules
3. configurations available at: Administer-Site Building-OpenWYSIWYG

WHY OPENWYSIWYG

  1. Free and cross-browser support
  2. Loads extremely fast and light-weight
  3. Support tables and Image Browser!
  4. Professional and sleek user interface
  5. Built in File Browser: File Browse, File Upload, File Delete, Folder Create, Image Resize, Predefine User Folder, etc.
  6. Enable disable editor for Comment
  7. Customize Toolbar buttons
  8. Performance: use single icon for toolbar to remove unnecessary icons
  9. No modules dependencies!

TIPS

  1. How to enable TEASER (or how to insert < !--break-- >)?

    Install Excerpt module

Enjoy this Drupal oriented Editor!

Views exclude previous

Component type

module

Categories

Maintenance status

Development status

Downloads

24418

Component created

Component changed

Description

The Views exclude previous module provides a views filter that excludes nodes that have already been loaded/displayed on the current page.

This is very useful when you have pages with several embedded views, and you want to make sure that a given node only appears once in the page.

Autocomplete username

Component type

module

Maintenance status

Development status

Downloads

3031

Component created

Component changed

Adds auto-completion to login forms' username field.

WARNING: You will have to grant anonymous users the 'access user profiles' permission for this to work. Anonymous users will have access to every users' username, so use with care.

Drush UI

Component type

module

Maintenance status

Development status

Downloads

4169

Component created

Component changed

An experiment to stick an ncurses/Dialog interface ontop of Drush. This project is not to be taken seriously and use of it is actually discouraged. If you feel a curious urge to submit patches and play around with it though, be my guest! Also, if you want to take the "drush_ui" namespace, please feel free.

User Disable

Component type

module

Maintenance status

Development status

Downloads

861

Component created

Component changed

This module is used for blocking users to login on site after N times of wrongly password entering for M minutes.

Configuration:

  1. Number of allowed login attempts.
  2. The number of minutes user can't use his login.
  3. E-mail text to send to account owner after blocking.

Disabled users can be enabled at admin/user/user using "Enable logging in for the selected users"

If you need more functionality (or Drupal 6 module version) consider using Login Security module.