Piperita / ID_modding

Add-ons for DarknessKight's PonyDebate-script. 'LinkPreview' adds buttons to links that open/close previews for their content. The "Filter"-folder contains a script circumventing ID's filter to automatically catch and replace banned words. "Padding" is a simple script taking care of unreadable posts due to too many replies. The folder "CountReplies" is a stand-alone function for bluefury to store replies with author and text in a csv-file
0 stars 0 forks source link

About the scripts

The scripts in the subfolders are tweaks to the IntenseDebate commenting system, specialised on the one used by Equestria Daily.

They were created as add-ons to DarknessKight's PonyDebate script and are currently in the beta-stage - They have all basic functions implemented and do their job but they still need to be tweaked for performance or design.

The individual scripts

All scripts have a dedicated manual inside their folder. Their general functions are:

Editor

Adds buttons to the textareas for easy html-tagging

Filter

Circumvents the filter to allow banned words by adding empty characters inside the offensive substring.

LinkPreview

Adds buttons to every ĺink inside a comment that open (or close) an interactive window with the linked site inside.

Padding

Imposes a minimal width of 300px for comments.

CountReplies

A script for bluefury700; crawls every page and returns a csv-file with authors, text and the number of replies.