Topic: Help with the style of Flat Emerald

I had a problem with this style, I watched other styles too, but there is also such a problem, duplicate the button and the text as above and below.
Do not pay attention that the screen design in Russian, just before that I wrote on the "Russian forum", I was there and no one helped, I think they will help here big_smile

http://preview.ibb.co/hwxs3H/Opera_2018_03_01_220252_gamemax_pe_hu.png

Re: Help with the style of Flat Emerald

Откройте шаблон main.tpl, там есть блоки, посмотрите внимательно какой за что отвечает. Я не помню точно как называется, не за компом. Что не нужно просто уберите и сохраните файл.

3

Re: Help with the style of Flat Emerald

Button duplication is very useful feature but not problem.  Of course you can always remove it in include\template\main.tpl by deleting

<!-- forum_main_pagepost_top -->

or

<!-- forum_main_pagepost_end -->

You will see how it will become uncomfortable when  the messages will be more than one screen.

4 (edited by jevgenu 2018-03-02 06:32)

Re: Help with the style of Flat Emerald

hcs wrote:

Button duplication is very useful feature but not problem.  Of course you can always remove it in include\template\main.tpl by deleting

<!-- forum_main_pagepost_top -->

or

<!-- forum_main_pagepost_end -->

You will see how it will become uncomfortable when  the messages will be more than one screen.

Thank you very much, but this I only removed the button and the text "GameMax → Useful links" And how to remove the text "Themes 1"?
https://preview.ibb.co/dssJAx/Opera_2018_03_02_082406_gamemax_pe_hu.png

Re: Help with the style of Flat Emerald

jevgenu wrote:
hcs wrote:

Button duplication is very useful feature but not problem.  Of course you can always remove it in include\template\main.tpl by deleting

<!-- forum_main_pagepost_top -->

or

<!-- forum_main_pagepost_end -->

You will see how it will become uncomfortable when  the messages will be more than one screen.

Thank you very much, but this I only removed the button and the text "GameMax → Useful links" And how to remove the text "Themes 1"?
https://preview.ibb.co/dssJAx/Opera_2018_03_02_082406_gamemax_pe_hu.png

Help please sad

Re: Help with the style of Flat Emerald

Открыть файл viewforum.php и поправить блок:

if ($forum_page['page'] > 1)
{

// Generate paging/posting links
$forum_page['page_post']['paging'] = '<p class="paging"><span class="pages">'.$lang_common['Pages'].'</span> '.paginate($forum_page['num_pages'], $forum_page['page'], $forum_url['forum'], $lang_common['Paging separator'], array($id, sef_friendly($cur_forum['forum_name']))).'</p>';
}

Напишите админам и модераторам в личку, может они лучше знают. Sorry.

7

Re: Help with the style of Flat Emerald

viewforurm.php line ~ 596:

<h2 class="hn"><span><?php echo $forum_page['items_info'] ?></span></h2>

Re: Help with the style of Flat Emerald

Thank you!