Hi, suddenly I stopped to see new posts icon.
It was OK before.
I dont remember edit or personalize something related with "new posts" icons.
Any help?
http://mexicanroutes.com/forum/
You might have removed it by mistake, no worries. Add it back with this code in header or any other template where it was
<a href="{$mybb->settings['bburl']}/search.php?action=getnew"><span>New Posts</span></a>
(2019-02-13, 12:42 PM)WallBB Wrote: [ -> ]You might have removed it by mistake, no worries. Add it back with this code in header or any other template where it was
<a href="{$mybb->settings['bburl']}/search.php?action=getnew"><span>New Posts</span></a>
Hi, thanks, but where to insert it?
I am sure I didnt delete it from any template, but Ok, where exactly I have to insert it?
by the way, I cant find where are header.php and style.css files...
I dont mean to reach them from ACP, but where are they inside the forum package?
This is my header:
<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}
{$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>
<div id="panel">
<div class="upper">
<div class="wrapper">
{$quicksearch}
{$welcomeblock}
<!-- </div> in header_welcomeblock_member and header_welcomeblock_guest -->
<!-- </div> in header_welcomeblock_member and header_welcomeblock_guest -->
</div>
<!-- GOOGLE ANALYTICS START -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-XXXXXXXXX-X"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-XXXXXXXXX-X');
</script>
<!-- GOOGLE ANALYTICS END -->
</div>
<div id="content">
<div class=ads>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Adaptable -->
<ins class="adsbygoogle"
style="display:block; margin-bottom: 20px; text-align:center;"
data-ad-client="ca-pub-XXXXXXXXXXXXX"
data-ad-slot="XXXXXXXXXXX"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
<div class="wrapper">
{$pm_notice}
{$remote_avatar_notice}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}
{$pending_joinrequests}
{$awaitingusers}
<navigation>
<br />
And header was the unique template file I edited...
The rest of editions were just css
last update....
I dont see "new posts" icon just from my account...
when I see the forum as guest I see everything correctly..