If the functionality is not in the index or template override files, it may be in a custom JavaScript file. Look in /js/ or similar folders in your project.I looked in the Index file and didn't see what you described. But I did think about an override, but that's not it either. I'm fully confused as to where I did this. I even copied the file locally and did a search and found nothing. But, I'm not giving up hope. Its been done, just got to figure out how it was done...Hi.I did find an event on the one that works but not in the other. Just not sure where it was entered in at.
I'm not sure if this was done through the installed plugin or through the override of the template.
Check your index.php if there is this code there.
1.jpg
--
Here is the Claspo whole code that does it
2.jpg
--
In this case, Login Module should be called by php code.
ExampleThis is what you have done on the work site. However, this can be done in other ways.Code:
<div id="wsb-modal-popup"> <div id="wsb-modal-content"> <div class="wsb-modal-header"> <h4>Log in</h4> <div class="close " title="sluiten">X</div> </div> <div class="wsb-modal-body"> <div> <!-- PHP call of Login Form module --> </div> </div> </div></div>
Statistics: Posted by milkesilo — Wed Dec 18, 2024 3:02 pm