It would be nice if the subscription widget was available as a panel plugin so that it can be used if you replace the user pages by panels.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

levelos’s picture

Status: Active » Closed (won't fix)

Great idea, and I'll welcome the patch, perhaps as a sub-module, but won't implement this myself.

mobilemichael’s picture

Subscribe. Panels integration would be really cool. Would you post a note over here in case it becomes available?

killes@www.drop.org’s picture

Assigned: Unassigned » killes@www.drop.org
Status: Closed (won't fix) » Active

Guess I'll work on it, then.

levelos’s picture

Status: Active » Closed (won't fix)

Closing as this has been inactive for 5 months.

MichaelCole’s picture

Component: Code » General
Status: Closed (won't fix) » Active

Subscribe

twistor’s picture

Version: 6.x-2.x-dev » 7.x-2.x-dev
Assigned: killes@www.drop.org » twistor

I have some code that makes the subscribe blocks into ctools content types. Let me round that up, and maybe implement the rest of this feature request.

cjamesrun’s picture

Did you round up the code that makes it into a ctools content type that we can access from within panels?

rerooting’s picture

Seems to work fine as-is with the default block (available under 'miscelleanous' tab in panels). If you are having trouble with it (i.e. freeform form) make sure its configured properly and working as a block.

There are quite a few projects I have where I prefer to keep the block module disabled, so in that case a ctools content type would be necessary. Twistor, if you can, provide that code, and I'll help review it, if not, I can write one myself!

oneiropolos’s picture

subscribe. mailchimp looks nice but when I am trying to put a mailchimp block(witha freeform form) into my panel layout, I get

 Warning: strlen() expects parameter 1 to be string, array given in drupal_validate_utf8() (line 1587 of C:\wamp\www\kele\includes\bootstrap.inc).
Notice: Array to string conversion in filter_xss() (line 1442 of C:\wamp\www\kele\includes\common.inc).

etc etc

lsolesen’s picture

What is the status of this issue? Anybody working on it?

chriscalip’s picture

Issue summary: View changes

just got a client project on drupal 6.x ill post a patch. not sure if i got time to do a 7.x though. i'll try

** Update , was going through my research steps and found that 7.x should have an acceptable working around of using the contrib module:
https://drupal.org/project/pm_existing_pages

chriscalip’s picture

drupal 6.x patch and stand-alone submodule zip provided.
on drupal 7.x recommend to make use of https://drupal.org/project/pm_existing_pages , life is short dont waste time reinventing stuff.

amytswan’s picture

Status: Active » Closed (won't fix)

“And now our watch [for support of the 7.x-2.x version of the MailChimp module] has ended…” With the approaching deprecation of MailChimp’s API version 2.0, I’m sad to say we too must turn the page. This branch will become unsupported in early October and officially deprecated by the end of this year (2016).

Fret not! The 7.x-4.x and 8.x versions come highly recommended. Both are using Mailchimp’s new API 3.0 and are being actively maintained. If you find this issue still exists on either the 7.x-4.x or 8.x branches, let us know by opening a new ticket. “What is dead may never die, but rises again, harder and stronger!”

junaidpv’s picture

Came across the requirement to make MailChimp Signup From to be laid out within panels. Created new module mailchimp_panels. Currently it exposes "MailChimp Signup Form" as CTools context, which we use to add its fields to panels.