when a link is created after the form submission it redirects to /weblinks . The page displays all of the parent groups etc. The issue is that when anonymous user submits a link and the result returns with a page of 100's of links it takes a long time to load. Also, this freezes the popups api. Is there a way to redirect to the node of a newly created link instead with the drupal message your link has been created on top?

Comments

drupalusering’s picture

Status: Active » Closed (fixed)

2 weeks no response

nancydru’s picture

Category: task » feature
Status: Closed (fixed) » Active

Robert is quite busy and I have been getting royally kicked around by RealLife™ for the last several months. I hope to be getting back to active maintenance and development soon.

In the meantime, there should be a function that ends in "_submit" that does a $form_state['redirect']. Try commenting out that statement and see if it takes care of you for now.

When I get back to this, I will look at the possibility of some kind of setting for the redirect (hence, I set this to "feature request").

nancydru’s picture

Status: Active » Fixed

Committed to 6.x-2.x-dev.

RealLife™ needed this too.

Status: Fixed » Closed (fixed)

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

summit’s picture

Hi,

Made a duplicate issue (http://drupal.org/node/734458, sorry), but it still remains being there on version 2.3. Is it corrected in 2.x dev after 2.3 please?

EDIT: Yes, it is working on 2.dev. Nice this option: Redirect to link page after new link:
Greetings,
Martijn

summit’s picture

Hi, This is working in .dev, but..other things are not working anymore using .dev, like link-tracking.
Will there be a 6.24 install in the near future?

EDIT: I found a method now also on 6.23:
Change

    $_REQUEST['destination'] = 'weblinks';

To

  $_REQUEST['destination'] = 'admin/content/node';

Edit: this is working for latest .dev on weblinks. The file is weblinks.module

Thanks a lot in advance for your reply!
Greetings, Martijn