1. What would I need to remove, and from what pages (I assume from index.template, but there may be others) to take out the section marked in red in the image below?1.
<div id="top_section">
<h1 class="forumtitle">
<a href="', $scripturl, '">', empty($context['header_logo_url_html_safe']) ? $context['forum_name'] : '<img src="' . $context['header_logo_url_html_safe'] . '" alt="' . $context['forum_name'] . '" />', '</a>
</h1>';
echo '
', empty($settings['site_slogan']) ? '<div class="floatright logotext">' .$txt['logotext']. '</div>' : '<div class="floatright logotext">' . $settings['site_slogan'] . '</div>', '
</div>
I think your theme is great, I am having a hard time adding generic icons to the navigation buttons. Thank you for your help.
linktree den Moderator kısmını silme
Sources/MessageIndex.php de bulCode: [Select]$context['linktree'][count($context['linktree']) - 1]['extra_after'] = ' (' . (count($context['link_moderators']) == 1 ? $txt['moderator'] : $txt['moderators']) . ': ' . implode(', ', $context['link_moderators']) . ')';
değiştirCode: [Select]$context['linktree'][count($context['linktree']) - 1]['extra_after'];
Sources/Display.php de bulCode: [Select]$context['linktree'][count($context['linktree']) - 2]['extra_after'] = ' (' . (count($context['link_moderators']) == 1 ? $txt['moderator'] : $txt['moderators']) . ': ' . implode(', ', $context['link_moderators']) . ')';
değiştirCode: [Select]$context['linktree'][count($context['linktree']) - 2]['extra_after'];
<a href="', $topic['new_href'], '" id="newicon' . $topic['first_post']['id'] . '"><span class="generic_icons im_on"></span></span></a>';
<a href="', $topic['new_href'], '" id="newicon' . $topic['first_post']['id'] . '"><img src="', $settings['lang_images_url'], '/new.gif" alt="', $txt['new'], '" /></a>';
<section>
<article>
<details><summary>',$txt['more'],'</summary>
find and delete </details>
</article>
</section>
if (!empty($modSettings['onlineEnable']) && !$message['member']['is_guest'])
echo'<h4><span class="teknosol"></span>', $message['member']['link'], '<span class="teknosag"></span></h4>
echo'<h4><span class="teknosol"></span>', $message['member']['link'], '<span class="teknosag"></span></h4>
<section>
<article>
<details><summary>',$txt['more'],'</summary>';
replace echo'<h4><span class="teknosol"></span>', $message['member']['link'], '<span class="teknosag"></span></h4>';
echo '
</ul>
</details>
</article>
</section>
</div>
replace echo '
</ul>
</div>
[size=78%]Message line they were posting here [/size]
<span style="font-family: verdana;" class="bbc_font">[size=78%]Message here</span>