MyBB Community Forums

Full Version: Navigation and Favicon
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2020-05-16, 03:19 AM)Hacker007 Wrote: [ -> ]
(2016-04-12, 04:09 AM)vintagedaddyo Wrote: [ -> ]
(2016-04-05, 11:45 AM)Misinformed Wrote: [ -> ]This fixed my issue.  Thanks.



If you want theme specific favicon usage rather than using only one specific favicon in the main directory for every theme:

Upload your specific favicon.ico to each of your themes directories:

In your themes "ungrouped templates"  find the following in the "headerinclude" template of each theme:
{$stylesheets}

Add the following above it:

<!-- Add Theme Specific Favicon -->
<link rel="Shortcut icon" href="{$theme['imgdir']}/favicon.ico" />


Yes this also worked for me! Smile


Cool beans! Cool Big Grin
(2020-05-16, 04:26 AM)vintagedaddyo Wrote: [ -> ]
(2020-05-16, 03:19 AM)Hacker007 Wrote: [ -> ]
(2016-04-12, 04:09 AM)vintagedaddyo Wrote: [ -> ]
(2016-04-05, 11:45 AM)Misinformed Wrote: [ -> ]This fixed my issue.  Thanks.



If you want theme specific favicon usage rather than using only one specific favicon in the main directory for every theme:

Upload your specific favicon.ico to each of your themes directories:

In your themes "ungrouped templates"  find the following in the "headerinclude" template of each theme:
{$stylesheets}

Add the following above it:

<!-- Add Theme Specific Favicon -->
<link rel="Shortcut icon" href="{$theme['imgdir']}/favicon.ico" />


Yes this also worked for me! Smile


Cool beans! Cool Big Grin


Worked in previous theme but not working in Duende v2  Undecided Sad 

Edit : Sorry my bad, worked after hard refresh with Ctrl+F5 Big Grin
(2020-05-17, 07:24 AM)Hacker007 Wrote: [ -> ]
(2020-05-16, 04:26 AM)vintagedaddyo Wrote: [ -> ]
(2020-05-16, 03:19 AM)Hacker007 Wrote: [ -> ]
(2016-04-12, 04:09 AM)vintagedaddyo Wrote: [ -> ]
(2016-04-05, 11:45 AM)Misinformed Wrote: [ -> ]This fixed my issue.  Thanks.



If you want theme specific favicon usage rather than using only one specific favicon in the main directory for every theme:

Upload your specific favicon.ico to each of your themes directories:

In your themes "ungrouped templates"  find the following in the "headerinclude" template of each theme:
{$stylesheets}

Add the following above it:

<!-- Add Theme Specific Favicon -->
<link rel="Shortcut icon" href="{$theme['imgdir']}/favicon.ico" />


Yes this also worked for me! Smile


Cool beans! Cool Big Grin


Worked in previous theme but not working in Duende v2  Undecided Sad 

Edit : Sorry my bad, worked after hard refresh with Ctrl+F5 Big Grin

Cool beans, yep, I assumed you would edit the reply once you saw such, haha. Anyhoo, fyi, that theme on mods site has not been updated since 1803 and we are currently at 1822 just to give you an idea of how many core versions since then so there are going to be some issues with it like modal, missing lock to close changes, login auth key mismatch, boardstats forumteam link moved to bottomenu, etc,etc and you will need to manually update those issues until such a time that iAndrew may update the theme.
(2020-05-17, 06:43 PM)vintagedaddyo Wrote: [ -> ]
(2020-05-17, 07:24 AM)Hacker007 Wrote: [ -> ]
(2020-05-16, 04:26 AM)vintagedaddyo Wrote: [ -> ]
(2020-05-16, 03:19 AM)Hacker007 Wrote: [ -> ]
(2016-04-12, 04:09 AM)vintagedaddyo Wrote: [ -> ]If you want theme specific favicon usage rather than using only one specific favicon in the main directory for every theme:

Upload your specific favicon.ico to each of your themes directories:

In your themes "ungrouped templates"  find the following in the "headerinclude" template of each theme:
{$stylesheets}

Add the following above it:

<!-- Add Theme Specific Favicon -->
<link rel="Shortcut icon" href="{$theme['imgdir']}/favicon.ico" />


Yes this also worked for me! Smile


Cool beans! Cool Big Grin


Worked in previous theme but not working in Duende v2  Undecided Sad 

Edit : Sorry my bad, worked after hard refresh with Ctrl+F5 Big Grin

Cool beans, yep, I assumed you would edit the reply once you saw such, haha. Anyhoo, fyi, that theme on mods site has not been updated since 1803 and we are currently at 1822 just to give you an idea of how many core versions since then so there are going to be some issues with it like modal, missing lock to close changes, login auth key mismatch, boardstats forumteam link moved to bottomenu, etc,etc and you will need to manually update those issues until such a time that iAndrew may update the theme.

yes already fixed auth and modal with guide

Edit : BTW do you know this fix??
Pages: 1 2