Jump to content
View in the app

A better way to browse. Learn more.

IPBMafia.ru - поддержка Invision Community, релизы, темы, плагины и приложения

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

1) Как изменить склонение дней и времени объявления или ВООБЩЕ ОТКЛЮЧИТЬ ДАННУЮ ФУНКЦИЮ ТО ЕСТЬ ДНИ И ВРЕМЯ.

Может это поможет. На основе этого, искать аналогичное.

 

 

Ребятки подскажите ка мне такую вещь, есть ли в данном компоненте система премодерации? То есть чел создает объявление и оно появиться только после того как объявление утвердит модератор к примеру.

Respected где-то писал, что нет.

  • Replies 187
  • Просмотров 31k
  • Created
  • Последний ответ

Лучшие авторы в теме

Most Popular Posts

  • Да, нужно изменить локаль в Внешний вид > языки > Изменить язык > локаль языка. Валюта зависит от языка форума. Вот некоторые локали:

  • Если после установки Classifieds  v1.2.1 появилась следующая ошибка: Warning: Invalid argument supplied for foreach() in /var/www/data/www/мойсайт.ru/cache/skin_cache/cacheid_1/skin_classifieds.php

  • что бы валюту поменять, надо поменять локаль в языках, т.к. оно к ней привязывается   для Украины ru_UA.UTF-8 для России я так понял ru_RU.UTF-8     П.С. Кстати я нашел в чем проблема с отображе

Далее добавить фразу Application - Classifieds Pack Name - public_lang Key - cfds_type_required Default Text - Вы должны выбрать тип объявления

 

И дальше белая страница. (кеши стиля перестраивал)

 

На сколько я понимаю это объяснение ошибки. Возможно как-то иначе нужно вставить или в другом месте? 

AlexBrtn, можно же left подрегулировать 

Можно, но не могу найти где. В классах нет, это где-то в шаблоне

 

Тут ещё одна проблемка, Как сделать, что бы форматировалось аватарка?

 

post-10061-0-13863800-1414735722_thumb.j

__prigor.od.ua/classifieds/item/6-khudozhnik/
  • Author

Можно, но не могу найти где. В классах нет, это где-то в шаблоне

Какое конкретно выпадающее меню?

Тут ещё одна проблемка, Как сделать, что бы форматировалось аватарка?

В шаблоне у изображения поставь ширину 180px, а высоту auto

в шаблоне. Убери значение top и left поставь 1040

Respected, Спасибо, что пытаешься помочь, но я не вижу не в классах эти настройки не в шаблоне

 

В шаблоне Объявлений category_view только 

<ul id='filter_type_menucontent' class='ipbmenu_content with_checks' style='display: none'>

Или прям в style прописать положение? 

 

UPD: и к слову. Если я прописываю любое число в left, то оно будет отображаться на разных разрешениях экрана по разному.

UPD2: на стандартном стиле, как-то автоматом всё показывает правильно. Это наверно от "родителя" как-то зависит

Edited by AlexBrtn

Как ты изменил склонение дней? если это конечно твой скрин выше.

Склонения не трогал, так и было


У меня тоже...

Не помню куда, вписал) - вечером посмотрю, отвечу

Я даже без понятия откуда берутся эти стили

Это category_view

 

<div class="ipsLayout ipsLayout_withleft">

    <div class='ipsLayout_left '><div class='general_box ipsPad'>

    <h1 class='ipsType_pagetitle'>{$category['name']}</h1>

   

  

   <if test="categorytest:|:count($categories)">

    <!-- If this category has subcategories -->

       <ul class="category_list" id="category_menu">

              <foreach loop="sub_categories:$categories as $category">

                <li><if test="$category['is_read'] == 1"><img src='{style_images_url}/classifieds/tag_read.png' alt='Category Read' class='menutag' /><else /><img src='{style_images_url}/classifieds/tag_unread.png' alt='Category Unread' class='menutag' /></if> <a href="{parse url="module=core&amp;do=view_category&amp;category_id={$category['category_id']}&amp;sort_key={$sort['key']}&amp;sort_order={$sort['order']}&amp;filter={$filter}" template="view_category" seotitle="{$category['seo_title']}" base="publicWithApp"}" data-tooltip="{$category['name']}">{IPSText::truncate($category['name'], 20)}</a>

                  <span class='item_count' data-tooltip="{parse format_number="$category['item_count']"} {$this->lang->words['cfds_active_adverts']}">

       {parse format_number="$category['item_count']"}

      </span>

            </li>

              </foreach>

           </ul>

   </if>

   <if test="siblingtest:|:count($siblings)">

    <!-- If this category is a leaf show siblings -->

       <ul class="category_list" id="category_menu">

              <foreach loop="siblings:$siblings as $sibling">

                <li<if test="$sibling['category_id'] == $category['category_id']"> class='active'</if>><if test="$sibling['is_read'] == 1"><img src='{style_images_url}/classifieds/tag_read.png' alt='Category Read' class='menutag' /><else /><img src='{style_images_url}/classifieds/tag_unread.png' alt='Category Unread' class='menutag' /></if> <a href="{parse url="module=core&amp;do=view_category&amp;category_id={$sibling['category_id']}&amp;sort_key={$sort['key']}&amp;sort_order={$sort['order']}&amp;filter={$filter}" template="view_category" seotitle="{$sibling['seo_title']}" base="publicWithApp"}" data-tooltip="{$sibling['name']}">{IPSText::truncate($sibling['name'], 20)}</a>

                  <span class='item_count' data-tooltip="{parse format_number="$sibling['item_count']"} {$this->lang->words['cfds_active_adverts']}">

       {parse format_number="$sibling['item_count']"}

      </span>

            </li>

              </foreach>

           </ul>

   </if>

  </div>

    </div>

{$pages}

    <div class='topic_controls'>

        <ul class='topic_buttons'>

            <if test="listitem:|:$this->memberData['g_classifieds_can_list']==1">

    <if test="count($categories) == 0">

             <li> <a href="{parse url="module=listing&amp;do=add&amp;category_id={$category['category_id']}" base="publicWithApp"}" title="{$this->lang->words['cfds_add_item']}"><img src='{style_images_url}/add.png' /> {$this->lang->words['cfds_add_item']}</a> </li>

             <else />

             <li> <a href="{parse url="module=listing&amp;do=cat" base="publicWithApp"}" title="{$this->lang->words['cfds_add_item']}"><img src='{style_images_url}/add.png' /> {$this->lang->words['cfds_add_item']}</a> </li>

             </if>

            </if>

            <if test="watchismember:|:$this->memberData['member_id']">

                <if test="stopwatching:|:$category['watched']">

                    <li><a href='{parse url="app=classifieds&amp;module=subscribe&amp;do=cat_unsubscribe&amp;id={$category['category_id']}" base="public"}' title=''><img src='{style_images_url}/classifieds/transmit_blue.png'> {$this->lang->words['cfds_unsubscribe_cat']}</a></li>

                    <else />

                    <li>

                        <a href='{parse url="app=classifieds&amp;module=subscribe&amp;do=cat_subscribe&amp;id={$category['category_id']}" base="public"}' title=''><img src='{style_images_url}/classifieds/transmit_blue.png'> {$this->lang->words['cfds_subscribe_cat']}</a>

                    </li>

                </if>

            </if>

        </ul>

    </div>

    <br />

    <if test="categorydescription:|:$category['description']">

     <p class='message unspecific' style="clear:none;">{$category['description']}</p>

    </if>

    <div class='ipsLayout_content'>

        <div class="maintitle ipsFilterbar">

            <a href='#filter_type_menucontent' id='filter_type' class='right ipsType_smaller'>

                <if test="$filter == '0' || !$filter ">{$this->lang->words['cfds_all_advert_types']}</if>

                <foreach loop="filterloop:$types as $type">

                <if test="$filter == $type['type_id']">{$type['name']}</if>

                </foreach>

                <img src='{$this->settings['img_url']}/useropts_arrow.png' />

            </a>

            <span class='ipsType_small'>{$this->lang->words['cfds_sort_by']}</span>&nbsp;&nbsp;

   <ul class='ipsList_inline' style='display:inline;'>  

    <li<if test="$sort['key'] == 'date_added'"> class='active'</if>>

     <a href='{parse url="app=classifieds&amp;module=core&amp;do=view_category&amp;category_id={$category['category_id']}&amp;sort_key=date_added&amp;sort_order={$sort['order']}&amp;filter={$filter}" base="public" seotitle="{$category['seo_title']}" template="view_category"}'>{$this->lang->words['cfds_sort_date']}</a>

    </li>  

    <li<if test="$sort['key'] == 'price'"> class='active'</if>>

     <a href='{parse url="app=classifieds&amp;module=core&amp;do=view_category&amp;category_id={$category['category_id']}&amp;sort_key=price&amp;sort_order={$sort['order']}&amp;filter={$filter}" base="public" seotitle="{$category['seo_title']}" template="view_category"}'>{$this->lang->words['cfds_sort_price']}</a>

    </li>

    <li<if test="$sort['key'] == 'date_expiry'"> class='active'</if>>

     <a href='{parse url="app=classifieds&amp;module=core&amp;do=view_category&amp;category_id={$category['category_id']}&amp;sort_key=date_expiry&amp;sort_order={$sort['order']}&amp;filter={$filter}" base="public" seotitle="{$category['seo_title']}" template="view_category"}'>{$this->lang->words['cfds_sort_timeleft']}</a>

    </li>

    <li<if test="$sort['key'] == 'views'"> class='active'</if>>

     <a href='{parse url="app=classifieds&amp;module=core&amp;do=view_category&amp;category_id={$category['category_id']}&amp;sort_key=views&amp;sort_order={$sort['order']}&amp;filter={$filter}" base="public" seotitle="{$category['seo_title']}" template="view_category"}'>{$this->lang->words['cfds_sort_views']}</a>

    </li>    

   

   </ul>

   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 

    <span class='ipsType_small'>{$this->lang->words['cfds_sort_order']}</span>&nbsp;&nbsp;

    <ul class='ipsList_inline ipsType_smaller' style='display: inline'>

     <li<if test="$sort['order'] == 'desc'"> class='active'</if>>

      <a href='{parse url="app=classifieds&amp;module=core&amp;do=view_category&amp;category_id={$category['category_id']}&amp;sort_key={$sort['key']}&amp;sort_order=desc&amp;filter={$filter}" base="public" seotitle="{$category['seo_title']}" template="view_category"}'>{$this->lang->words['cfds_sort_desc']}</a>

     </li>

     <li<if test="$sort['order'] == 'asc'"> class='active'</if>>

      <a href='{parse url="app=classifieds&amp;module=core&amp;do=view_category&amp;category_id={$category['category_id']}&amp;sort_key={$sort['key']}&amp;sort_order=asc&amp;filter={$filter}" base="public" seotitle="{$category['seo_title']}" template="view_category"}'>{$this->lang->words['cfds_sort_asc']}</a>

     </li>

    </ul>           

        </div>

        <ul id='filter_type_menucontent' class='ipbmenu_content with_checks' style='display: none'>

            <li<if test="$filter == '0' || !$filter "> class='selected'</if>>

                <a href='{parse url="app=classifieds&amp;module=core&amp;do=view_category&amp;category_id={$category['category_id']}&amp;sort_key={$sort['key']}&amp;sort_order={$sort['order']}&amp;filter=all" base="public" seotitle="{$category['seo_title']}" template="view_category"}'>{$this->lang->words['cfds_all_advert_types']}</a>

            </li>

            <foreach loop="filterloop:$types as $type">

            <li<if test="$filter == $type['type_id']"> class='selected'</if>>

                <a href='{parse url="app=classifieds&amp;module=core&amp;do=view_category&amp;category_id={$category['category_id']}&amp;sort_key={$sort['key']}&amp;sort_order={$sort['order']}&amp;filter={$type['type_id']}" base="public" seotitle="{$category['seo_title']}" template="view_category"}'>{$type['name']}</a>

            </li>           

            </foreach>

        </ul>

        <script type='text/javascript'>

            new ipb.Menu( $('filter_type'), $('filter_type_menucontent') );

        </script>

        <div id='cfds_category' class='ipsBox_container'>

            <if test="count($items)"> {parse striping="items" classes="row1,row2"}

                <foreach loop="items:$items as $item">

                    {parse template="item_row" group="classifieds" params="$item"}

                </foreach>

                <else />

                 <div class='no_messages'>

      {$this->lang->words['cfds_no_items']}

     </div>

            </if>

        </div>

               

       <if test="$this->memberData['g_classifieds_can_moderate']">

   <div id='category_mod' class='moderation_bar rounded with_action clear'>

    <form action='{parse url="app=classifieds&amp;module=moderate" base="public"}' method='post' id='modform'>

    <input type='hidden' name='do' value='multimod' />

    <input type='hidden' name='category_id' value='{$this->request['category_id']}' />

    <input type="hidden" name="secure_key" value="{$this->member->form_hash}" />

    <input type="hidden" value="{$this->request['selecteditemids']}" name="selecteditemids" id="selecteditemids" />

     <select name='doaction' id='doaction' class='input_select'>

      <option value=''>{$this->lang->words['cfds_mod_with_selected']}</option>

      <option value='move'>{$this->lang->words['cfds_mod_move']}</option>

      <option value='del'>{$this->lang->words['cfds_mod_delete']}</option>

      <option value='feature'>{$this->lang->words['cfds_mod_feature']}</option>

      <option value='unfeature'>{$this->lang->words['cfds_mod_unfeature']}</option>

     </select>&nbsp;

     <input type="submit" name="gobutton" value="{$this->lang->words['mod_button']}" class="input_submit alt" id='mod_submit' />

    </form>

   </div>

   <div class='moderation_bar ipsType_small' style='text-align: center;'>

    <a href='#' id='moderator_toggle'><img src='{$this->settings['img_url']}/moderation_cog.png' />&nbsp; {$this->lang->words['cfds_show_mod']}</a>

   </div>

   <script type='text/javascript'>

    ipb.vars['lang_suredelete'] = '{$this->lang->words['cfds_suredelete']}';

   

    $('modform').observe('submit', ipb.classifieds.submitModForm);

    $('category_mod').hide();

   

    $('moderator_toggle').up('div').show().observe('click', function(e){

     Event.stop(e);

     $('moderator_toggle').up('div').hide();

     $('category_mod').show();

    });

   </script>

   </if>

 

       

                {$pages}

                <br />

    </div>

   

   

   

</div>

{parse js_module="classifieds"}

 

Это ipb_classifieds.css 

 

@charset "utf-8";

/* CSS Document */

/*

#item_details_table {

    width: 20px;

    float:right;

}*/

#category_menu {

margin: 6px 0px 6px 15px;

}

#category_menu .menutag {

position: relative;

left: -24px;

}

.category_list {

padding: 6px 0px;

}

.category_list li {

padding: 5px 0px 3px 0px;

display: block;

}

.category_list li.active {

background-color: #4b76ad;

}

.category_list li.active a {

color: #ffffff;

}

.category_list li a {

position: relative;

left: -18px;

padding: 0 0 0 0px;

margin: 0 0 0 0px;

}

.item_count {

font-size: 10px;

padding: 1px 4px;

font-weight: bold;

color: #ccc;

background: #333;

-moz-border-radius: 3px;

-webkit-border-radius: 3px;

border-radius: 3px;

position: absolute;

right: 2px;

}

.highlight_image {

padding: 8px;

}

#intro_text {

padding: 10px;

margin-bottom: 10px;

border: 1px solid #CCC;

}

.col_thumb {

width: 85px;

}

.col_expiry {

width: 220px;

text-align: center;

}

.price_box {

padding: 15px;

margin-top: 10px;

margin-bottom: 10px;

width: 200px;

background: #EEE;

font-size: 1.2em;

font-weight: bold;

}

.price_box_small {

padding: 5px;

margin-top: 2px;

margin-bottom: 5px;

font-size: 1.1em;

font-weight: bold;

}

.purchase_box {

margin: 6px 0 6px 0;

background: #EEE;

font-weight: bold;

padding: 12px;

text-align: center;

}

.purchase_box a {

text-decoration: none;

}

.question {

padding: 12px 10px 8px 10px;

}

.question_wrap {

clear: both;

border-bottom: 2px solid #B5C0CF;

margin: 0 0 8px 0;

}

.expired_row {

background-color: #ddd;

-moz-opacity: 1.0;

opacity: .40;

filter: alpha(opacity = 40);

}

.renew_button {

background-color: #528f6c;

text-align: center;

text-decoration: none;

line-height: 1.2;

font-weight: bold;

color: #ffffff;

display: inline-block;

font-size: 15px;

padding-top: 8px;

padding-right: 0px;

padding-bottom: 8px;

padding-left: 0px;

min-width: 100px;

margin-left: 0px;

}

.renew_button:hover {

background-color: #619e7b;

color: #ffffff;

text-decoration: none !important;

}

.cfds_box_right {

width: 350px;

height: 320px;

position: relative;

}

#advertiser_overview ul {

font-size: 0.9em;

-moz-border-radius: 0 0 10px 10px;

-webkit-border-bottom-left-radius: 10px;

-webkit-border-bottom-right-radius: 10px;

padding: 5px 10px;

}

#advertiser_overview ul li {

margin: 2px 0;

text-align: left;

}

#advertiser_overview ul a {

background: #d5dde5;

text-decoration: none;

-moz-border-radius: 4px;

-webkit-border-radius: 4px;

padding: 5px 7px;

display: block;

}

/* Item Tabs */

ul#tabNav {

margin: -20px 0 0 6px;

border-left: 1px solid #dbe4ef;

height: 30px;

display: block;

line-height: 29px;

}

ul#tabNav li {

background: #f6f8fb;

color: #808080;

float: left;

height: 34px;

list-style-type: none;

position: relative;

}

ul#tabNav li a {

border-top: 1px solid #dbe4ef;

border-right: 1px solid #dbe4ef;

border-bottom: 1px solid #DBE4EF;

text-decoration: none;

display: block;

float: left;

height: 29px;

margin: 0 0 0 0px;

padding: 0px 10px;

position: relative;

color: #8d8d8d;

-webkit-transition: background-color 0.1s ease-in-out;

-moz-transition: background-color 0.3s ease-in-out;

}

ul#tabNav li a:hover {

background: #eaeff5 none repeat scroll 0%;

color: #808080;

}

ul#tabNav li a.selected {

border-bottom: 1px solid #fff;

background: #fff;

color: #353535;

font-weight: bold;

}

/* Image Carousel */

#Viewer {

width: 300px;

height: 300px;

}

/* Generic Carousel Properties */

.carousel {

position: absolute;

bottom: 40px;

clear: both;

left: 20px;

margin-top: 0px;

}

.carousel .navButton {

cursor: pointer;

display: block;

text-indent: -9999px;

background-repeat: none;

z-index: 10;

}

.carousel .container {

position: absolute;

overflow: hidden;

}

.carousel .items {

position: absolute;

}

.carousel .item {

position: relative;

cursor: pointer;

filter: progid : DXImageTransform.Microsoft.Alpha ( opacity = 70 );

-moz-opacity: 0.7;

opacity: 0.7;

list-style-type: none;

margin: 0px;

}

.carousel .item.hover,.carousel .item.selected {

filter: progid : DXImageTransform.Microsoft.Alpha ( opacity = 100 );

-moz-opacity: 1.0;

opacity: 1.0;

}

#Carousel {

height: 75px;

width: 320px;

}

#Carousel .container {

width: 320px;

height: 100px;

}

#Carousel .items {

top: 0;

left: 2px;

width: 10000px;

}

#Carousel .item {

height: 50px;

width: 75px;

float: left;

clear: right;

margin: 0 0 0 5px;

}

#Carousel .item .icon img {

position: relative;

left: 0px;

width: 75px !important;

height: 75px;

cursor: pointer;

}

#Carousel .navButton {

position: absolute;

bottom: 0px;

width: 20px;

height: 60px;

}

#Carousel .navButton.previous {

left: -20px;

background-image:

  url('{style_images_url}/classifieds/carousel/slideLeft.png');

}

#Carousel .navButton.next {

left: 325px;

background-image:

  url('{style_images_url}/classifieds/carousel/slideRight.png');

}

#Carousel .item .picture {

display: none;

}

#cfds_category .cfds_category_row {

padding: 10px;

border-bottom: 1px solid #eaeaea;

line-height: 1.4;

position: relative;

}

#cfds_category .cfds_category_row a {

text-decoration: none;

}

#cfds_category h3 {

font-weight: bold;

/*font-size: 18px;*/

padding: 0;

display: inline-block;

}

#cfds_category h3 .ipsType_small {

font-weight: normal;

}

#cfds_category .cat_name {

font-size: 12px;

margin-left: 6px;

}

#cfds_category .cat_name,#cfds_category .cat_name a {

color: #bebebe;

}

#cfds_category .item_info {

font-size: 14px;

line-height: 2;

color: #616161;

min-width: 200px;

padding-left: 10px;

border-left: 1px solid #dfdfdf;

min-height: 75px;

margin-left: 8px;

}

#cfds_category .item_info .date {

font-size: 13px;

}

#cfds_category .topic_prefix {

float: right;

margin-top: 3px;

margin-right: 10px;

padding: 2px 5px;

}

.cfdsthumb {

padding: 2px;

border: 1px solid #e7e7e7;

display: inline-block;

background: #fff;

float: left;

margin-right: 8px;

}

.priceBadge {

position: absolute;

top: 6px;

left: 4px;

font-size: 11px !important;

}

.priceBadge_sidebar {

position: absolute;

top: 95px;

right: 30px;

font-size: 11px !important;

}

.filters {

padding: 7px;

font-size: 12px;

margin-top: 10px;

}

.filters li,.filters ul {

display: inline;

}

.filters a {

display: inline-block;

padding: 5px 9px;

text-decoration: none;

}

.filters .active a {

background: #1D3652;

color: #fff;

font-weight: bold;

opacity: 1;

-moz-border-radius: 3px;

-webkit-border-radius: 5px;

border-radius: 3px;

}

.filters li.dropdown a {

padding-right: 17px;

background-image: url({style_images_url}/dropdown.png );

background-repeat: no-repeat;

background-position: right 10px;

}

#filter_type_menucontent {

min-width: 130px;

}

#panel_features span.row_title {

width: 180px;

}

.packagedesc {

margin-left:200px;

margin-top:-5px;

float:left;

}

#listing_price_container {

text-align:center;

}

  • 4 недели спустя...

А сейчас разве не последние (новые) объявления в рсс?

Странно, теперь есть. Не было как я только включил. Минут 5-ть после включения "транслировать rss поток", ничего не было. И побежал сразу сюда)

Спасибо в общем!

Подскажите, как сделать уведомление об окончании срока объявления? Допустим, за три дня. И не совсем понятно, как тут обновлять своё же объявление?

Подскажите, как сделать уведомление об окончании срока объявления?
Вроде бы нет по умолчанию данного функционала. Пишите/заказывайте хук.

И не совсем понятно, как тут обновлять своё же объявление?
site.ru/index.php?app=classifieds&module=manage. Здесь можно управлять своими объявлениями. Если не изменяет память, объявление должно иметь пакет, в котором разрешено продлевать срок объявления.

LvsF, Спасибо за ответ.

 

Ещё пара вопросов:

 

1. Так и было, в пакете стояло 0 продлений. Установил нужное мне количествр обновлений, но в управлении объявлений не появился пункт "продлить" и пишет "Это объявление уже не могут быть возобновлены". Правильно ли я понимаю, что только к последующим объявлениям будет применима эта функциональность?

 

2. Когда человек закрывает объявление, оно выделяется красным, но так же висит весь срок, как и остальные. Нельзя ли сделать просто скрытие этого объявления?

 

3. И остаётся в силе >проблема с выпадающим меню. Может есть что подсказать?

Edited by AlexBrtn

1. Так и было, в пакете стояло 0 продлений. Установил нужное мне количествр обновлений, но в управлении объявлений не появился пункт "продлить" и пишет "Это объявление уже не могут быть возобновлены". Правильно ли я понимаю, что только к последующим объявлениям будет применима эта функциональность?
Да, правильно.

2. Когда человек закрывает объявление, оно выделяется красным, но так же висит весь срок, как и остальные. Нельзя ли сделать просто скрытие этого объявления?
А зачем? Оно все равно доступно.

3. И остаётся в силе проблема с выпадающим меню. Может есть что подсказать?
Удалите из .maintitle {
position: relative;

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.