How could I change the Table's Default Behaviour instead of having to override it with title and min-level on each basis?

Comments

deviantintegral’s picture

Version: 5.x-2.1 » 5.x-2.x-dev
Category: support » feature
Status: Active » Needs review
StatusFileSize
new7.78 KB

Well, to do it in the older versions, you'd have to hack the module code, which was less than optimal. I've created a patch which implements all current options in a filter settings screen, so the defaults are easily changed. I'd appreciate some testing of this before I commit it to CVS. The same patch works on both the Drupal 5 and the Drupal 6 versions of the module.

Thanks,
--Andrew

deviantintegral’s picture

StatusFileSize
new7.92 KB

Here's a new patch which applies with the latest changes, and factors the settings out into their own functions.

deviantintegral’s picture

StatusFileSize
new7.97 KB

The theme patch caused this to not apply cleanly as the context was a little off. This patch fixes that and makes no other changes.

deviantintegral’s picture

Status: Needs review » Fixed

Committed to both the D5 and the D6 versions.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.