Dotclear

Ticket #725 (closed enhancement: fixed)

Opened 16 years ago

Last modified 16 years ago

Add homeonly functionality to subscribe widget

Reported by: jcdubacq Owned by: xave
Priority: normal Milestone: 2.1.6
Component: module:plugins Version: 2.1
Severity: normal Keywords: patch
Cc:

Description

I do not know why the subscribe widget does not have the homeonly functionality. Trivial patch:

+		// Add homeonly support
+		if ($w->homeonly && $core->url->type != 'default' && $core->url->type != 'lang') {
+		    return;
+		}

Change History

comment:1 Changed 16 years ago by xave

  • Owner changed from olivier to xave
  • Status changed from new to assigned
  • Milestone changed from 2.2 to 2.1.6

comment:2 Changed 16 years ago by xave

  • Status changed from assigned to closed
  • Resolution set to fixed

(In [2798]) Added homeonly setting to the Subscribe widget. Closes #725.

Note: See TracTickets for help on using tickets.

Sites map