Posts: 7
Threads: 2
Joined: Oct 2019
Hello, can you guide me how do i make this addon work
Code:
https://community.mybb.com/mods.php?action=view&pid=1074
Guest welcome notice. - It does not show with the latest go-dark theme.
Any help would be highly appreciated.
Regards.
Posts: 461
Threads: 54
Joined: Jul 2017
You can do that quite easily, follow these steps
1. Go To Admin CP > Templates And Styles > Templates > Select GoDark Theme Templates
2. Go to Header Templates > header
3. Add the below text above {$pm_notice} in the template
Code:
<div class="red_alert">Sample Announcement for GoDark, visit <a href="https://wallbb.co.uk">URL</a>.</div>
Regards
WallBB
Posts: 7
Threads: 2
Joined: Oct 2019
(10-24-2019, 07:29 PM)WallBB Wrote: You can do that quite easily, follow these steps
1. Go To Admin CP > Templates And Styles > Templates > Select GoDark Theme Templates
2. Go to Header Templates > header
3. Add the below text above {$pm_notice} in the template
Code:
<div class="red_alert">Sample Announcement for GoDark, visit <a href="https://wallbb.co.uk">URL</a>.</div>
Regards
WallBB
Well i tried that but that message is avalaible to registered memebers as well. I just want it to show to guests.
Hence one of the reasons i am using the Guest notice welcome. plugin. But for some odd reason it doesnt seem to work.
Posts: 461
Threads: 54
Joined: Jul 2017
(10-25-2019, 02:07 AM)alankrit Wrote: (10-24-2019, 07:29 PM)WallBB Wrote: You can do that quite easily, follow these steps
1. Go To Admin CP > Templates And Styles > Templates > Select GoDark Theme Templates
2. Go to Header Templates > header
3. Add the below text above {$pm_notice} in the template
Code:
<div class="red_alert">Sample Announcement for GoDark, visit <a href="https://wallbb.co.uk">URL</a>.</div>
Regards
WallBB
Well i tried that but that message is avalaible to registered memebers as well. I just want it to show to guests.
Hence one of the reasons i am using the Guest notice welcome. plugin. But for some odd reason it doesnt seem to work.
You need to use header template, this will not work if you make edits in header_welcomeblock_member template.