Hi,
Great Module, I have been trying to use this tool the last few days but my major problem right now is how to use the params array. In my problem I need pass the value of the selected index of a select form to the callback function because I need it generate results to use for another select box. How do I access the params? Thanks.
Drupal only munges the displayed URL for the file, and does
nothing to actually protect the files from being downloaded with a direct
URL that can be easilty guessed from the “secure” one
This is not true, Drupal will try to create a .htaccess file when in private upload mode to prevent direct access to the files directory (from 4.6.7 and 4.7.1). see http://drupal.org/node/65409
I found your post when doing some reading before installing Eclipse. When I actually went through the motions, I found that Xdebug is now included in PDT 1.0; no need for a plug-in.
FYI for others who go down this path, I posted my notes on my setup (Apache2 & Eclipse on WIn XP) here:
http://maarten.livejournal.com/453300.html
Great seeing you and the other Drupal enthusiasts in full swing this past weekend. Thanks to all of you who wrangled up such a great event and made us Canucks feel so welcome. I'll be hitting you up for knowledge when planning a shindig in Vancouver.
We had a little trouble when registration filled up. It is working now, but also closed. If you were trying to reg at the last minute, send me a note with the contact form.
i've modified ahah_simple_js to return form elements:
<?php function ahah_simple_js() { $form['target'] = array( '#type' => 'item', '#value' => "No one ever listens." ); print drupal_render($form); } ?>
-> no problems, buf if I use:
<?php function ahah_simple_js() { $form['target'] = array( '#type' => 'select', '#options' => array('blabla') ); print drupal_render($form); } ?> I get a warning on next page: warning: implode() [function.implode]: Bad arguments. in C:\wamp\www\drupal\includes\form.inc on line 618.
Just do a google search on csshover.htc. It is a publicly accessible utility. Also, you can see my "article on drop downs menus":http://www.starbowconsulting.com/blog/tao/css-drop-down-primary-links
Also, I have heard good things about nice_menus.module
body { behavior: url( "themes/themes/citris/csshover.htc" ); /* add :hover to ie6 */ }
Would it be possible to see this file or get an explanation for how to make hover work in IE6 I would truly appreciate it the drop down menu looks and works very nicely in all other browsers.
thank you for your great work on the ahah module for drupal. I've already played around with the examples - but I'm wondering if you've also integrated ahah frames into content templates, because my tests weren't successful yet.
I would be great if you could provide me with a simple example of integrating an ahah form into a content template ( contemplate ).
Yep, backingup the db before playing with this module is a very good thing.
http://drupal.org/project/issues/private_upload
Hi,
Great Module, I have been trying to use this tool the last few days but my major problem right now is how to use the params array. In my problem I need pass the value of the selected index of a select form to the callback function because I need it generate results to use for another select box. How do I access the params? Thanks.
From the module page: "You can easy distroy your entire site with it."
That rocks! :)
Do you have a link to your module?
Good to know. I missed that fix last year.
Drupal only munges the displayed URL for the file, and does
nothing to actually protect the files from being downloaded with a direct
URL that can be easilty guessed from the “secure” one
This is not true, Drupal will try to create a .htaccess file when in private upload mode to prevent direct access to the files directory (from 4.6.7 and 4.7.1). see http://drupal.org/node/65409
Thanks a lot.
it does work fine on my box, too.
babalabo
Same here. Site is down
Some changes happened since PDT v.1 so here they are.
Thanks for your help!
This is what I get on the demo site
I found your post when doing some reading before installing Eclipse. When I actually went through the motions, I found that Xdebug is now included in PDT 1.0; no need for a plug-in.
FYI for others who go down this path, I posted my notes on my setup (Apache2 & Eclipse on WIn XP) here:
http://maarten.livejournal.com/453300.html
(Thanks again for your work on BAMcamp!)
Great seeing you and the other Drupal enthusiasts in full swing this past weekend. Thanks to all of you who wrangled up such a great event and made us Canucks feel so welcome. I'll be hitting you up for knowledge when planning a shindig in Vancouver.
DaveO and the Raincity Studios tribe
Thanks for helping put this all together Tao.
Just wanted to pass a link to the Visualize backtrace module that you mention as auto-generating Drupal call stack charts.
Also, here's a link to some of the audio sessions from the weekend.
We had a little trouble when registration filled up. It is working now, but also closed. If you were trying to reg at the last minute, send me a note with the contact form.
http://badcamp07.org/07/register
You'll get your chance. I am going to present the latest version in a lightning talk, so you'll have 5 minutes to heckle.
WOW... now to create this:
http://dev.jquery.com/view/trunk/plugins/ui/apps/gallery_advanced/
in drupal!
- to give you grief for "Quick Add Child" module ;-)
And then a hug - yep, that's a threat! :-P
thanks
i've modified ahah_simple_js to return form elements:
<?phpfunction ahah_simple_js() {
$form['target'] = array(
'#type' => 'item',
'#value' => "No one ever listens."
);
print drupal_render($form);
}
?>
-> no problems, buf if I use:
<?phpfunction ahah_simple_js() {
$form['target'] = array(
'#type' => 'select',
'#options' => array('blabla')
);
print drupal_render($form);
}
?>
I get a warning on next page:
warning: implode() [function.implode]: Bad arguments. in C:\wamp\www\drupal\includes\form.inc on line 618.
What's the matter ?
Looks like the formatting of your code sample is SNAFU. Perhaps you want to escape some of the code? I tried here, but couldn't get it right.
Just do a google search on csshover.htc. It is a publicly accessible utility. Also, you can see my "article on drop downs menus":http://www.starbowconsulting.com/blog/tao/css-drop-down-primary-links
Also, I have heard good things about nice_menus.module
body { behavior: url( "themes/themes/citris/csshover.htc" ); /* add :hover to ie6 */ }
Would it be possible to see this file or get an explanation for how to make hover work in IE6 I would truly appreciate it the drop down menu looks and works very nicely in all other browsers.
thank you for your great work on the ahah module for drupal. I've already played around with the examples - but I'm wondering if you've also integrated ahah frames into content templates, because my tests weren't successful yet.
I would be great if you could provide me with a simple example of integrating an ahah form into a content template ( contemplate ).
thank you for your help