Hi,

I can't seem to get the signup form to appear in a panel. It works fine as a tab at the top of the page, but when I get it to display at the end of a node, the panel doesn't display it, and it doesn't appear as a content option on the panel settings page.

Is anyone else having this issue or know how to solve it?

Cheers,

James

Comments

stborchert’s picture

Title: How to get signup form into a panel? » Provide signup form as a panel
Category: support » feature
Status: Active » Closed (won't fix)

Unfortunately its not possible at the moment. I will do some research on how to hook into panels (if this is possible at all) and hopefully provide a solution.
Till then: won't fix (at least for 5.x-2.4).

 Stefan

PS: changing title and category to mark this as a feature request

halfiranian’s picture

No problem Stefan. Nice to know that it's not just my lack of expertise on these things.

Cheers for a fantastic module anyhow.

James

stborchert’s picture

Version: 5.x-2.4 » 5.x-2.x-dev
Status: Closed (won't fix) » Needs review
StatusFileSize
new3.92 KB

After reading the API documentation of panels it was surprisingly easy to enable the signup form/information to be displayed within a panel.
I've tested only the basic functionality (adding the form to a panel and modifying some properties) but there should be no major bugs (hopefully :-)).

Please note that you need a node context to display the form/information.

 Stefan

stborchert’s picture

Addendum: I'm using panels 5.x-2.0-rc1a.

halfiranian’s picture

Wow, that's incredibly quick. I'll try and give it a test later today.

Cheers once again,

James

dww’s picture

Status: Needs review » Fixed

Changed this for the new directory layout from #327726: Reorganize signup directory layout, fixed the formatting of some PHPdoc comments, changed some function names, removed signup_form_render(), and did a little other cleanup. Tested and it's working fine, so I committed to HEAD. Thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)

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