Term condition

Component type

module

Maintenance status

Development status

Downloads

6134

Component created

Component changed

This module provides a simple Condition plugin which checks to see if the current node has a specific taxonomy term. Not particularly useful on its own, but works wonders in combination with Block Visibility Groups if you're looking to display different blocks based on a node's taxonomy categorization.

Ajax Easy

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Ajax Easy is a custom way to return whatever you want .
shipped with sub module "ajex easy node " is more of an example how to create custom module that uses custom JS to expose a path argument to ajax ...

the big idea is for custom modules to use:

HOOK_ ajax_easy(&$data)

where you set your custom menu path in the module admin config (hit help)
then feal free to pass 1 -2 arguments to the menu path
gab the values in YOURMODULE_ ajax_easy(&$data) and return what you need ! raw html or JSON for you JS Devs out there.

Paypal automated payments

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is an example module for automated paypal site income sharing according to users' page views, user points etc.

How it works?
1. Users add their paypal account
2. Admin enters the amount to share with the content contributors
3. The module distributes the amount amongst contributor according to their contribution quality and makes payments massively to each user's paypal account.

Timenews

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is an example module for crawling news per topic from different sources like twitter, google news, reddit etc. and create a timeline using timeline.js https://timeline.knightlab.com/

How it works?
1. User first flags some topics
2. Module crawls those topics for the user on each cron job
3. It saves the data with their popularity
4. Then creates a timeline from the saved data, filtered by their popularity