shanew Active member Jan 21, 2019 #1 Hello, I want to create a popup from an input that when I click on input it will call a popup which will contain a content in it How can I do that? Thanks
Hello, I want to create a popup from an input that when I click on input it will call a popup which will contain a content in it How can I do that? Thanks
shanew Active member Jan 22, 2019 #2 I see this code Code: <a href="{{ link('login') }}" class="p-navgroup-link p-navgroup-link--textual p-navgroup-link--logIn" data-xf-click="overlay" data-follow-redirects="on"> <span class="p-navgroup-linkText">{{ phrase('log_in') }}</span> </a> I don't know how to inherit it to create a custom popup for my forum? Does anyone know? can you support on this?
I see this code Code: <a href="{{ link('login') }}" class="p-navgroup-link p-navgroup-link--textual p-navgroup-link--logIn" data-xf-click="overlay" data-follow-redirects="on"> <span class="p-navgroup-linkText">{{ phrase('log_in') }}</span> </a> I don't know how to inherit it to create a custom popup for my forum? Does anyone know? can you support on this?