When I click the "submit" button, I always get redirected to teleport/submit. And yes, JS is enabled :)

So, it just doesn't work for me.

If it'd matter, my browser is Safari 3.04.

Comments

incidentist’s picture

Version: » 6.x-1.x-dev
Assigned: Unassigned » incidentist

You're running Drupal 6RC2?

I'm not too sturdy with D6 yet, but the submit() part is pretty easy so I'm not sure what the problem could be.

Here is the submit function in question if anyone wants to take a look.

function teleport_form_submit($form, &$form_state) {
  $_SESSION['teleport']['last_string'] = $form_state['values']['title'];
  $form_state['redirect'] = $form_state['values']['title'];
}
wim leers’s picture

I'm using Drupal 5... Sot that's the reason :) I was just looking at d.o/cvs when I noticed this module, and I installed it immediately, from CVS.

So it's 100% my bad. I suppose a D5 backport won't come?

incidentist’s picture

Status: Active » Closed (works as designed)

Yeah, I think a D5 port is doable. Just gotta, you know, do it. :P

Interesting that it didn't give you an error or anything when you tried to install a D6 module on D5.

incidentist’s picture

I just committed a 5.x dev branch. It should be available soon.

sirkitree’s picture

woohoo! that's awesome, i think this module has some damn great potential. i look forward to seeing it progress and will help out if I get time. (pretty limited there) but i've not been this excited about a module for awhile ;-)