Manas

Started by gecitli, September 14, 2016, 04:46:01 AM

Previous topic - Next topic

gecitli

MessageIndex.template.php

Find:
// Are there actually any topics to show?
if (!empty($context['topics']))
{
echo '
<th scope="col" class="first_th" width="6%">&nbsp;</th>
<th scope="col" class="lefttext"><a href="', $scripturl, '?board=', $context['current_board'], '.', $context['start'], ';sort=subject', $context['sort_by'] == 'subject' && $context['sort_direction'] == 'up' ? ';desc' : '', '">', $txt['subject'], $context['sort_by'] == 'subject' ? ' <img src="' . $settings['images_url'] . '/sort_' . $context['sort_direction'] . '.gif" alt="" />' : '', '</a> / <a href="', $scripturl, '?board=', $context['current_board'], '.', $context['start'], ';sort=starter', $context['sort_by'] == 'starter' && $context['sort_direction'] == 'up' ? ';desc' : '', '">', $txt['started_by'], $context['sort_by'] == 'starter' ? ' <img src="' . $settings['images_url'] . '/sort_' . $context['sort_direction'] . '.gif" alt="" />' : '', '</a></th>
<th scope="col" class="righttext" width="15%"><a href="', $scripturl, '?board=', $context['current_board'], '.', $context['start'], ';sort=replies', $context['sort_by'] == 'replies' && $context['sort_direction'] == 'up' ? ';desc' : '', '">', $txt['replies'], $context['sort_by'] == 'replies' ? ' <img src="' . $settings['images_url'] . '/sort_' . $context['sort_direction'] . '.gif" alt="" />' : '', '</a> / <a href="', $scripturl, '?board=', $context['current_board'], '.', $context['start'], ';sort=views', $context['sort_by'] == 'views' && $context['sort_direction'] == 'up' ? ';desc' : '', '">', $txt['views'], $context['sort_by'] == 'views' ? ' <img src="' . $settings['images_url'] . '/sort_' . $context['sort_direction'] . '.gif" alt="" />' : '', '</a></th>';
// Show a "select all" box for quick moderation?
if (empty($context['can_quick_mod']))
echo '
<th scope="col" class="lefttext last_th" width="24%"><a href="', $scripturl, '?board=', $context['current_board'], '.', $context['start'], ';sort=last_post', $context['sort_by'] == 'last_post' && $context['sort_direction'] == 'up' ? ';desc' : '', '">', $txt['last_post'], $context['sort_by'] == 'last_post' ? ' <img src="' . $settings['images_url'] . '/sort_' . $context['sort_direction'] . '.gif" alt="" />' : '', '</a></th>';
else
echo '
<th scope="col" class="lefttext" width="24%"><a href="', $scripturl, '?board=', $context['current_board'], '.', $context['start'], ';sort=last_post', $context['sort_by'] == 'last_post' && $context['sort_direction'] == 'up' ? ';desc' : '', '">', $txt['last_post'], $context['sort_by'] == 'last_post' ? ' <img src="' . $settings['images_url'] . '/sort_' . $context['sort_direction'] . '.gif" alt="" />' : '', '</a></th>';


Replace With:
// Are there actually any topics to show?
if (!empty($context['topics']))
{
echo '
<th scope="col" class="first_th hidden" width="6%">&nbsp;</th>
<th scope="col" class="lefttext"><a href="', $scripturl, '?board=', $context['current_board'], '.', $context['start'], ';sort=subject', $context['sort_by'] == 'subject' && $context['sort_direction'] == 'up' ? ';desc' : '', '">', $txt['subject'], $context['sort_by'] == 'subject' ? ' <img src="' . $settings['images_url'] . '/sort_' . $context['sort_direction'] . '.gif" alt="" />' : '', '</a> / <a href="', $scripturl, '?board=', $context['current_board'], '.', $context['start'], ';sort=starter', $context['sort_by'] == 'starter' && $context['sort_direction'] == 'up' ? ';desc' : '', '">', $txt['started_by'], $context['sort_by'] == 'starter' ? ' <img src="' . $settings['images_url'] . '/sort_' . $context['sort_direction'] . '.gif" alt="" />' : '', '</a></th>
<th scope="col" class="righttext hidden" width="15%"><a href="', $scripturl, '?board=', $context['current_board'], '.', $context['start'], ';sort=replies', $context['sort_by'] == 'replies' && $context['sort_direction'] == 'up' ? ';desc' : '', '">', $txt['replies'], $context['sort_by'] == 'replies' ? ' <img src="' . $settings['images_url'] . '/sort_' . $context['sort_direction'] . '.gif" alt="" />' : '', '</a> / <a href="', $scripturl, '?board=', $context['current_board'], '.', $context['start'], ';sort=views', $context['sort_by'] == 'views' && $context['sort_direction'] == 'up' ? ';desc' : '', '">', $txt['views'], $context['sort_by'] == 'views' ? ' <img src="' . $settings['images_url'] . '/sort_' . $context['sort_direction'] . '.gif" alt="" />' : '', '</a></th>';
// Show a "select all" box for quick moderation?
if (empty($context['can_quick_mod']))
echo '
<th scope="col" class="lefttext last_th" width="24%"><a href="', $scripturl, '?board=', $context['current_board'], '.', $context['start'], ';sort=last_post', $context['sort_by'] == 'last_post' && $context['sort_direction'] == 'up' ? ';desc' : '', '">', $txt['last_post'], $context['sort_by'] == 'last_post' ? ' <img src="' . $settings['images_url'] . '/sort_' . $context['sort_direction'] . '.gif" alt="" />' : '', '</a></th>';
else
echo '
<th scope="col" class="lefttext hidden" width="24%"><a href="', $scripturl, '?board=', $context['current_board'], '.', $context['start'], ';sort=last_post', $context['sort_by'] == 'last_post' && $context['sort_direction'] == 'up' ? ';desc' : '', '">', $txt['last_post'], $context['sort_by'] == 'last_post' ? ' <img src="' . $settings['images_url'] . '/sort_' . $context['sort_direction'] . '.gif" alt="" />' : '', '</a></th>';
http://www.webtiryaki.com
webmaster forumu
Free & Premium Responsive Themes for SMF.

edi1967

great theme ... but please i have one fit in them to solve if you can help me, as you can see the avatar in top right is not so good position, also there is one strange characters near avatar.

thx you for your attention

gecitli

Hello there

./Themes/Manas/index.css
Find;

#manas_menu > li > a {
    display: block;
    font-weight: 300;
    font-size: 13px;
    line-height: 64px;
    text-transform: uppercase;
    color: #f8fcff;
}


Replace With:

#manas_menu > li > a {
    display: block;
    font-weight: 300;
    font-size: 12px;
    line-height: 64px;
    text-transform: uppercase;
    color: #f8fcff;
}


Find;

#manas_menu li a {
    padding: 0 15px;
    text-decoration: none;
}


Replace With:

#manas_menu li a {
    padding: 0 10px;
    text-decoration: none;
}
http://www.webtiryaki.com
webmaster forumu
Free & Premium Responsive Themes for SMF.

edi1967

Quote from: gecitli on April 21, 2017, 09:39:00 AM
Hello there

./Themes/Manas/index.css
Find;

#manas_menu > li > a {
    display: block;
    font-weight: 300;
    font-size: 13px;
    line-height: 64px;
    text-transform: uppercase;
    color: #f8fcff;
}


Replace With:

#manas_menu > li > a {
    display: block;
    font-weight: 300;
    font-size: 12px;
    line-height: 64px;
    text-transform: uppercase;
    color: #f8fcff;
}


Find;

#manas_menu li a {
    padding: 0 15px;
    text-decoration: none;
}


Replace With:

#manas_menu li a {
    padding: 0 10px;
    text-decoration: none;
}


Done but... not so much changed and that strange characters remain look

BABBUSIDHU

Hello Owner Of Theme Manas Please Can You Create Another Version of that Theme  For Advertising Slots ?

spiros

Brilliant theme! Thank you!
Is there anyway to remove the background images (in footer too) without causing havoc in the alignments?

Darthaniel

Quote from: spiros on December 11, 2017, 07:54:10 AM
Brilliant theme! Thank you!
Is there anyway to remove the background images (in footer too) without causing havoc in the alignments?

I'ed like to know the answer to this question as well.

Jamie2k01

I have issue with mobile view: on iOS Safari 11.3 (at least on an iPhone SE) the login name overlaps the avatar, which looks really weird... same with the search bar having allocated space but it's not being used.

Here's a screenshot attached, look at the blue arrow. The yellow arrow is meant to signify the other less important issue.

swerty111

Good work. It's look great.

Darkness_Black

First of all thank you for this wonderful theme.

I would like to make some edits.

1- Firstly I would like to know how to increase the width of the forum
2- If you increase the width of the forum, will the menu have more space for the icons? If not how do I increase the menu too?
3- I searched the theme and did not find where I change these icons, I would like to change them, how do I?

Translator - Brazilian

Não respondo MP de ajuda, Poste sua duvida no forum!!! Se alguém te Ajudou Agradeça!!!

Advertisement: