WYSIWYG Clean Paste

Component type

module

Categories

Maintenance status

Development status

Downloads

147

Component created

Component changed

When using the WYSIWYG module with CKEDITOR editor when you paste paragraphed text into the editor it causes the paragraphs to be wrapped in <div> tags instead of <p> tags. This module adds a small plugin that changes the <div> tags into <p> tags, which solves this problem.

Initial development sponsored by Haymarket Media

Any contributions and improvements are welcome!

Minecraft Query

Component type

module

Maintenance status

Development status

Component created

Component changed

Exposes the xPaw PHP-Minecraft-Query library and the public methods within MinecraftQuery.php and MinecraftPing.php. Supports standard Minecraft ping protocol, both pre and post 1.7, as well as the Gamespy4 protocol.

Public Methods:

minecraft_query_ping_server($ip, $port, $timeout)

Pings a minecraft server using the Minecraft ping protocol and returns an array of data.

Minecraft Status

Component type

module

Maintenance status

Development status

Component created

Component changed

Displays the status of a minecraft server in a block. Display includes the ip of the server, the number of maximum and online players, an online indicator, and the version of the server. Capable of using the Minecraft ping protocol (Pre and post 1.7) as well as the Gamespy4 protocol.

Dependencies:

- minecraft_query

Minecraft Players

Component type

module

Maintenance status

Development status

Component created

Component changed

Displays a list of online players in a block. Capable of using the Minecraft ping protocol as well as the Gamespy4 protocol.

Dependencies:

- minecraft_query

*Note*
If you are using a plugin that alters the message displayed when a server is pinged, it is likely it will have adverse effects on this module. Plugins like ServerListPlus modify the player sample and other data, causing issues in data parsing. If you are having issues, try turning off your plugins before posting an issue.

Theme Enabler

Component type

module

Categories

Maintenance status

Development status

Downloads

266

Component created

Component changed

This module enables the currently used theme and all its base themes.

Use case: After deploying theme settings via the theme_default and theme_admin variables, the themes still must be enabled. This module automates that task.

Exportables Browser (XBrowser)

Component type

module

Categories

Maintenance status

Development status

Downloads

268

Component created

Component changed

This module provides reports pages that show the state of exportables (from features and other modules).
It has a diff page that shows from which hooks the exportables come and which module they altered.

Currently it covers exportables provided by ctools and entity modules.
For other exportables, patches are welcome.

Webform Remote Repost

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The module Webform Remote Repost is a tiny addition to the handy utility module Webform Remote Post.

For the case when destination server has been down during a submission time, site administrator can manually resubmit webform results to external parties.

Everyone is welcome to contribute by adding webform selection in UI, etc.

Birthday Reminder

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module allow site administrator to add people's birthday. On site it will show birthday of people and send mail to people who's birthday on that day.

This is module is for Drupal 8.1 version.