Единый форум поддержки

Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.



Поиск

Сообщений 1 страница 8 из 8

1

Есть уже созданная тема для оформления своего поиска на форуме? И какой код нужно использовать где Форум, участники, поиск, Профиль убрать слово поиск

0

2

Zombie написал(а):

И какой код нужно использовать где Форум, участники, поиск, Профиль убрать слово поиск

В НТМЛ верх:

Код:
<style type="text/css">
#pun-navlinks ul li#navsearch {display:none;}
</style>

+1

3

Спасибо

0

4

Hello everyone. Can someone please help me? I speak English, and cannot speak Russian. I am viewing this forum on Google Translate. I created an account and logged in on the Russian interface/version of it. However, I cannot see how to make a new thread. Sorry for writing in this thread. I cannot log in from Google Translate, so I cannot see all the information.

Please can someone help me. I created a new forum on mybb.us. I have registered. Two other people have also registered. However, other people cannot register an account. They get an error message:

Your activities remind actions of bots. Please contact technical support forum (error code: V16D9255991484307706) 

I have tried to make an account for the other people, and tried to make a post with it. It did not allow me to post. It gave me an error message:

The following errors must be corrected before the message can be posted:

    Your activities remind actions of bots. Please contact technical support forum (error code: V11F32DE881484320847). 

I have spam on Low.

My forum: http://summeriscoming.mybb.us/

Thank you. :)

0

5

Hello mirana,

I found that the problem was due to the proxy of your ISP (BT INTERNET). Now antispam should work correctly. Please check that the problem no longer exists.

We also have English Community Forum. Feel free to join and ask any questions.

Thank you. :)

+2

6

Прошу помощи Сдвинуть Навигацию ( Форум участники ) в центр экрана, а они у меня слева находятся кнопки. Через отступ px мне не надо т.к. для зарегистрированных и не зарегистрированных количество кнопок разные
Форум http://cartel.mybb.ru/
Пробывал Не помогает.

<style type="text/css">
#pun-navlinks {
text-align: center;
}
</style>

Отредактировано Zombie (Вс, 15 Янв 2017 05:18:57)

0

7

Zombie
В HTML верх

<style type="text/css">
#pun-navlinks {
text-align: center;
}
#pun-navlinks *{
float:none!important;
display:inline-block;
}

</style>

+1

8

Alex_63 написал(а):

Zombie
В HTML верх

Cпасибо помогло.

0