Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Signup / Login links #208

Open
Hackmastr opened this issue Apr 10, 2016 · 4 comments
Open

Signup / Login links #208

Hackmastr opened this issue Apr 10, 2016 · 4 comments
Labels

Comments

@Hackmastr
Copy link

<a {{ modal_attributes('auth/signup', {'url': current_path()}, false) }} class="multi-link">
    <i class="fa fa-user"></i>
    <span class="text">{{ trans('member.signup') }}</span>
</a>

Doesn't work, if we hardcode it to:

<a {{ modal_attributes('/absolute/path/auth/signup', {'url': current_path()}, false) }} class="multi-link">
    <i class="fa fa-user"></i>
    <span class="text">{{ trans('member.signup') }}</span>
</a>

It works

@euantorano
Copy link
Member

Interesting. I need to look at what modal_attributes actually does.

@Hackmastr Hackmastr reopened this Apr 10, 2016
@chack1172
Copy link
Contributor

I changed modal url in ModalAttributes.php file, I added also index.php because my hosting is stupid.
chack1172@1d0ceba

@JordanMussi JordanMussi changed the title [Bug][UI] Signup / Login links Signup / Login links Sep 1, 2016
@xaoseric
Copy link
Contributor

@euantorano this may have something to do with the way we are getting the modal in javascript

@euantorano
Copy link
Member

euantorano commented Dec 16, 2016 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

5 participants