Post by skyknight » Thu Nov 17, 2011 12:26 pm

when we press the save button in edit module admin page (Admin> Extensions> Module> Accounts), we are always directed to module list page (Admin> Extensions> Module).

Can we remain in the edit module page after we click the Save button?

Newbie

Posts

Joined
Fri Nov 11, 2011 4:46 pm

Post by uksitebuilder » Fri Nov 18, 2011 12:45 am

Well you would have to change it in each module if that's what you wanted

But if only for the account module, then open: admin/controller/module/account.php

find

Code: Select all

$this->redirect($this->url->link('extension/module', 'token=' . $this->session->data['token'], 'SSL'));
change to

Code: Select all

$this->redirect($this->url->link('module/account', 'token=' . $this->session->data['token'], 'SSL'));

User avatar
Guru Member

Posts

Joined
Thu Jun 09, 2011 11:37 pm
Location - United Kindgom
Who is online

Users browsing this forum: No registered users and 66 guests