MyBB Community Forums

Full Version: Looking for Cookie plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi

What is the name for Cookie plugin? like this: https://steamcommunity.com/id/marius_01/

Thanks
The link you share is not that specific, please be more descriptive.
Red rounded rectangle

[Image: cok.jpg]
I don't see that in my location, try the following:
https://community.mybb.com/mods.php?action=view&pid=805
(2021-08-13, 07:31 AM)Omar G. Wrote: [ -> ]I don't see that in my location, try the following:
https://community.mybb.com/mods.php?action=view&pid=805

I installed this plugin already, but appear in header, not in footer
You can move the template variable wherever you like. In the header template you'll find {$cookielaw}, you can put this in the footer template, or probably anywhere really. Or if you want it to be fixed position so it's always at the bottom of the screen, you'd need additional CSS.
{$cookielaw}<div id="container">
 <a name="top" id="top"></a>
 <div id="header">
 <div id="logo">
 <div class="wrapper">
 <a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>
 <ul class="menu top_links">
 {$menu_portal}{$ougc_awards_menu}
 {$menu_search}
 {$menu_memberlist}
 {$menu_calendar}
 <li><a href="{$mybb->settings['bburl']}/misc.php?action=help" class="help">{$lang->toplinks_help}</a></li>
 </ul>
 </div>
 </div>

This one?

paste in footer.php?