[Tiki-users] Custom modul with a dropdown option not working

"Tóth Attila" <[email protected]> Sat, 12 Aug 2023 10:12:23 +0200
Newsgroups gmane.comp.cms.tiki.user
Message-ID <[email protected]>
I have a custom module, that shows some logos in a dropdown fashion -
visible only by selected users.
This custom code stopped working for several upgrades now, but it doesn't
provide an important function so it was low on my priority list.
But I'd like to address it now.

Here is how the code looks like:

<div class="container">
<button type="button" class="btn btn-info" data-toggle="collapse"
data-target="#powered">Powered</button>
<div id="powered" class="collapse">
<div class="img-responsive" align="center" style="border:1px;
background:transparent; padding:0px 0px 5px;"><img
src="https://domain.com/pics/logo1.jpg" /></div>
<div class="img-responsive" align="center" style="border:1px;
background:transparent; padding:0px 0px 5px;"><img
src="https://domain.com/pics/logo2.jpg" /></div>
<div class="img-responsive" align="center" style="border:1px;
background:transparent; padding:5px 0px 0px;"><img
src="https://domain.com/pics/logo3.jpg" /></div>
</div>
</div>

I hope this example shows the concept. This was working for awhile in the
past. There is a button in the module and upon pressing it showed the
logos, pressing it again collapsed the module back to show only the button
again.

What can be the problem, that causes this mechanism to stop working?

Thanks:
Dw.
-- 
dr Tóth Attila, Radiológus, 06-20-825-8057
Attila Toth MD, Radiologist, +36-20-825-8057



_______________________________________________
TikiWiki-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-users