The Chaos Tool Suite is a module containing a set of APIs and tools to improve the developer experience.
0
votes
0answers
10 views
force step sequence in multistep form in Drupal 6
I am using multi step form with ctools in my site.
How can I force the order of steps ? I mean if the user access step2 url the page redirect to step1. User can access to next step only when he ...
1
vote
1answer
44 views
Multipage registration form with Ctools
I'm trying to follow the tutorial on multipage user registrations at http://www.grasmash.com/article/building-multistep-registration-form-drupal-7-using-ctools, but I'm doing something wrong. As it's ...
0
votes
0answers
20 views
How to export custom content-types with custom fields? Tried features and ctools_export
I had to quickly export a few Content-types, and I had seen the Drush Ctools Export Bonus description that seemed evangelic:
drush ctex modulename will export all known ctools exportables of a ...
2
votes
0answers
46 views
Collapsible Search Bar
I have an exposed form (from a view) in a block. I'd like to make this block collapsible so that a user is presented with a search box and one other field and when a user types in the search box the ...
0
votes
1answer
68 views
Fatal error after disabling ctools
I was getting fatal error to do with ctools along the bottom of each page of my site. To try to fix the issue I logged in as admin, and disabled 3 ctools modules in my website:
Custom Content panes
...
0
votes
1answer
26 views
Issue with the features Module
I am experiencing an error when creating some nodes of a particular content type on my site: It triggers a 500 error when users try to save the node. When I look into the log error this is the message ...
0
votes
1answer
70 views
Drupal How to add java script to ctools modal popup
I need to hide some element with some condition using jquery inside ctools modal popup in drupal after popup load. I used drupal_add_js but that not work.
Any suggestion?
0
votes
0answers
211 views
How to redirect to another page after submitting the ctools modal form
Actually i want to redirect to some other page after submitting the multistep ctools modal form .I have tried using form_state['redirect] and drupal_goto in submit function but didnt work.
function ...
0
votes
0answers
58 views
Ctools multi step wizard without modal
I have created a multi step form using ctools form wizard and it is working correctly inside the modal. What i am trying is to make the steps ajaxify when its not in a modal window.
When the form is ...
2
votes
1answer
101 views
Why is my form_state being reset after submission?
I have a menu item with page callback:
function my_menu() {
$items = array();
$items['my/action/%ctools_js'] = array(
'title' => 'do something',
'page callback' => 'my_action',
...
0
votes
0answers
16 views
How to get an overview of which Page Manager pages use which fields?
Is there a simple way to get an overview of which page manager (ctools) pages include which fields?
0
votes
0answers
55 views
Views 3 | How to detach ajax behaviour from a specific exposed filter field?
My view has ajax enabled and BEF does the auto submit on the exposed filter form.
I've got 3 exposed filter fields and I would like to have one of them triggering the form submission in the normal ...
0
votes
0answers
72 views
how to make delete button in ctools modal form edit node act as default?
I've made a ctools modal form for add,edit and delete a node successfully.
But i need to make the delete happens as the default form act (the user could delete the node after he clicks the button ...
0
votes
0answers
87 views
Ctools Custom Content Type Plugin with Image Field
I was wondering if anyone has been successful with incorporating an Image field 'type'=>'managed_file' into a ctools plugin. I created a custom ctools plugin but am having some difficulty with the ...
3
votes
1answer
86 views
Adding Contextual Links to Ctools Custom Content Type Plugin
Ctools custom content type called Custom Panes shows contextual links when you have access permission and you hover over the pane (much like a block shows the contextual links) which allows you to ...