Post by megahuman » Mon Dec 30, 2013 11:31 am

Hi there,

I've got a modification on a website as a multivendor, so I have it set so customers can sign up. When they successfully create an account it says 'You have created an account' then it has below it the continue button, which just goes to the homepage. I want it however to go to the admin page,

I've found this:

Code: Select all

$this->data['continue'] = $this->url->link('admin');
However the url comes out like this: http://www.domain.com/index.php?route=admin

Is there a way to set it so the http://www.domain.com/index.php?route= doesn't appear before the admin so I could just input the right link to admin?

Thanks!

Web Design and Development at 7 Design


Active Member

Posts

Joined
Tue Dec 14, 2010 4:57 pm

Post by megahuman » Sun Jan 05, 2014 4:47 pm

Is anyone able to assist with this? Really urgent to get this button done.

Even if anyone can offer assistance for some sort of payment that would be great!

Web Design and Development at 7 Design


Active Member

Posts

Joined
Tue Dec 14, 2010 4:57 pm

Post by NoJoke » Mon Jan 06, 2014 7:29 am

why don't you just manually code the button to the link that you want it to redirect them to when they click on it?

Active Member

Posts

Joined
Fri Oct 14, 2011 5:37 am

Post by NoJoke » Mon Jan 06, 2014 7:31 am

you can access the admin part of your site by going to http://www.mydomain.com/admin and you can just change the value of $this->url->link('admin'); in the corresponding php file

Active Member

Posts

Joined
Fri Oct 14, 2011 5:37 am
Who is online

Users browsing this forum: No registered users and 142 guests