Thanks. I'm reinstalling as per your suggestion.

However it seems I am still unable to load the required javascript
unless i copied the required .js files to web/js directly and modify
the settings.yml to point there.

I have ensured my apache configuration is set to follow symlinks and
the symlinks are there but it does not recognise them giving error 404
everytime.

On Oct 24, 9:53 pm, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> Did you get any error while installing sfJqueryPlugin using Pear ?
> if so you need to specify release version :   symfony plugin:install
> sfJqueryReloadedPlugin -r=1.2.2
>
> Also make sure you have the suffix plugin when you enable the plugin
> in you projectConfiguration.class.php and you put this in setup.
>     $this->enablePlugins('sfJqueryReloadedPlugin') or      $this-
>
> >enablePlugins(array('sfJqueryReloadedPlugin', 'otherplugin'));
>
> blind_down,  is not supported by jquery here is the list supported
> effect by jquery :http://docs.jquery.com/Effects
> please note that sfJqueryReloadedPlugin does not support yet custom
> effect  such Animate, stop, queue ...
>
> So if you need to do something like this:   return
> link_to_function('interested?', visual_effect('blind_down', 'login',
> array('duration' => 0.5)));
> With sfJqueryReloadedPlugin it would be   return
> jq_link_to_function('interested?', jq_visual_effect('slideDown',
> '#login', array('speed' => 500)));
>
> On Oct 23, 9:06 pm, Flancer <[EMAIL PROTECTED]> wrote:
>
> > I've been trying to achieve the hidden login form feat found 
> > athttp://www.symfony-project.org/askeet/1_0/en/8.
>
> > However, it seems things have changed for symfony 1.2.
>
> > I have installed the sfJqueryReloaded plugin but it can't be enabled
> > from the ProjectConfiguration.class.php.
>
> > So I've manually copy the helper to the project/lib/helper folder and
> > that seems to help a bit.
>
> > However now I just can't the example to run as it can't find the
> > blind_down Javascript function.
>
> > Would appreciate help on this.
>
> > Thank you.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to