BEF Admin Views

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Once I get BEF ported to Drupal 8 and all the admin pages in Drupal are ported to Views, we can leverage BEF and Views to build a customized admin UX.

For example, on the admin/people page, it is difficult to find all users without a given permission to perform some sort of bulk operation. Rather than add an "invert this filter" option, which does not always give you the control you need, we can use BEF to build the view using checkboxes with select all/none links and put all that in a collapsible fieldset to keep the exposed form from getting out of hand.

Job Scheduler Retry

Component type

module

Maintenance status

Development status

Downloads

2538

Component created

Component changed

This module provides an API for queued asynchronous jobs that have a high chance of failing and
subsequently need to be retried. The possibilities of defining the way retries are scheduled are pretty much endless.

Nodequeue Auto Rotate

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Schedule to rotate your nodequeue every X number of minutes, hours, or days. Moves node in the last position to position number 1, then pushes all other nodes down one spot. Useful when using Views to display only the top number of nodes in your queues, and you don't want to think about them for a while. If, for instance, you display only the top 5 nodes in a queue, and queue up 50 nodes with a rotation schedule of every 5 days, see you in 50 days. Fire and forget.

CKEditor Image - Enhanced Image Plugin

Component type

module

Maintenance status

Development status

Downloads

20045

Component created

Component changed

This module provide a new Image plugin, which is a mofified version of CKEditor's image plugin. It helps you center image using toolbar button or in Image dialog.

Implementation

All the credits go to CKSource team, what I did is just a small modification in the source code. I also take the idea from this one

Commerce clone product variation

Component type

module

Maintenance status

Development status

Component created

Component changed

This allows you to clone a product variation in vanilla Commerce and Commerce kickstarter.

It currently copies across:

  • the details of the product variation
  • All the fields attached to the original product variation
  • All the display settings for the fields

Known issues:

  • Currently in display settings Sku is already visible regardless of original state

This module is sponsored by Styalways Saddlery

Showing Guestbook form and entries on other pages in DRUPAL 7

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Guestbook module provides a site guestbook and individual user guestbooks. Other users can post comments on the users guestbooks. Now there is
only one drawback in this module that we can't show this guestbook on our desired regions or pages and there is no guestbook block which helps
in achieving this.

Making Contact form using other modules and showing it on the desired page or region in Drupal 7

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Contact form serves as a drop-in replacement for the contact module. Other users can fill the fields in the contact form and send it to the user.

Here we'll show you how to make a form using Private Message module. Follow the below steps and you'll be able to show your conatct form on the desired
pages or regions. But we need user id or profile id of a user in the url to achieve this, as without having one of these two ids we can't be able to
filter the form according to the user.

Fix Absolute Links

Component type

module

Maintenance status

Development status

Component created

Component changed

When working on different environments, such as development and production, absolute links are often accidentally entered in a page's content. This can happen through either copying and pasting an internal URL or simply typing it in, and it poses a problem when the website is moved to a different environment - especially production.

Having an absolute link pointing to a development environment when a website is live is certainly an unwanted situation, and that's what this module aims to prevent by: