форум vBSupport.ru > vBulletin > Вопрос — Ответ
Register Меню vBsupport Изображения Files Manager О рекламе Today's Posts Search
  • Родная гавань
  • Блок РКН снят
  • Premoderation
  • For English speaking users
  • Каталог Фрилансеров
  • If you want to buy some product or script
  • Администраторам
VBsupport перешел с домена .ORG на родной .RU Ура! Пожалуйста, обновите свои закладки - VBsupport.ru
Блок РКН снят, форум доступен на всей территории России, включая новые терртории, без VPN
На форуме введена премодерация ВСЕХ новых пользователей

Почта с временных сервисов, типа mailinator.com, gawab.com и/или прочих, которые предоставляют временный почтовый ящик без регистрации и/или почтовый ящик для рассылки спама, отслеживается и блокируется, а так же заносится в спам-блок форума, аккаунты удаляются
for English speaking users:
You may be surprised with restriction of access to the attachments of the forum. The reason is the recent change in vbsupport.org strategy:

- users with reputation < 10 belong to "simple_users" users' group
- if your reputation > 10 then administrator (kerk, Luvilla) can decide to move you into an "improved" group, but only manually

Main idea is to increase motivation of community members to share their ideas and willingness to support to each other. You may write an article for the subject where you are good enough, you may answer questions, you may share vbulletin.com/org content with vbsupport.org users, receiving "thanks" equal your reputation points. We should not only consume, we should produce something.

- you may:
* increase your reputation (doing something useful for another members of community) and being improved
* purchase temporary access to the improved category:
10 $ for 3 months. - this group can download attachments, reputation/posts do not matter.
20 $ for 3 months. - this group can download attachments, reputation/posts do not matter + adds eliminated + Inbox capacity increased + files manager increased permissions.

Please contact kerk or Luvilla regarding payments.

Important!:
- if your reputation will become less then 0, you will be moved into "simple_users" users' group automatically.*
*for temporary groups (pre-paid for 3 months) reputation/posts do not matter.
Уважаемые пользователи!

На форуме открыт новый раздел "Каталог фрилансеров"

и отдельный раздел для платных заказов "Куплю/Закажу"

Если вы хотите приобрести какой то скрипт/продукт/хак из каталогов перечисленных ниже:
Каталог модулей/хаков
Ещё раз обращаем Ваше внимание: всё, что Вы скачиваете и устанавливаете на свой форум, Вы устанавливаете исключительно на свой страх и риск.
Сообщество vBSupport'а физически не в состоянии проверять все стили, хаки и нули, выкладываемые пользователями.
Помните: безопасность Вашего проекта - Ваша забота.
Убедительная просьба: при обнаружении уязвимостей или сомнительных кодов обязательно отписывайтесь в теме хака/стиля
Спасибо за понимание
 
 
 
 
DJ Kukstyler
Продвинутый
 
DJ Kukstyler's Avatar
Default Как установить ChatBox
0

Всем привет.Я (естественно) в этом деле новенький,искал в поиске несколько раз и ничего подобного не нашел.Так что надеюсь правил не нарушаю.
Пользуясь случаем благодарю создателей за сайт!

Скачал ЧатБокс,а как устоновить - не бум-бум.С английским у меня туго,если б хоть по-испански то ни каких проблем,но тут все по английски...А вот и текст кстати.Помогите por favor...

Заранее благодарю

Code:
First Step
Import product-chatbox_lite.xml using the Product Manager.
 
Second Step
Upload chatbox_lite.php to your forum root directory (you can edit it first to change some options).
 
Thirt Step
Edit the navbar template, find
+++++++++++++++++++++++++++++++++++++++++
//-->
</script>
+++++++++++++++++++++++++++++++++++++++++
before that, add
+++++++++++++++++++++++++++++++++++++++++
function openChatboxLite () {
 chatbox = window.open('chatbox_lite.php','chatboxLite','height=330,width=650,directories=n  o,location=no,menubar=no,resizable=no,status=no,toolbar=no,scrollbars=yes');
 return false;
}
+++++++++++++++++++++++++++++++++++++++++
find
+++++++++++++++++++++++++++++++++++++++++
  <td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
+++++++++++++++++++++++++++++++++++++++++
after that, add
+++++++++++++++++++++++++++++++++++++++++
  <td class="vbmenu_control"><a href="#" onclick="return openChatboxLite()">Chatbox</a></td>
+++++++++++++++++++++++++++++++++++++++++
Edit the FORUMHOME template, find
+++++++++++++++++++++++++++++++++++++++++
<tbody>
 <tr>
  <td class="thead" colspan="2">
   <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_stats')"><img id="collapseimg_forumhome_stats" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_stats].gif" alt="" border="0" /></a>
   <phrase 1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase>
  </td>
 </tr>
</tbody>
+++++++++++++++++++++++++++++++++++++++++
before that, add
+++++++++++++++++++++++++++++++++++++++++
<!-- Chatbox Lite -->
<tbody>
 <tr>
  <td class="thead" colspan="2">
   <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_chatboxlite')"><img id="collapseimg_forumhome_chatboxlite" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_chatboxlite].gif" alt="" border="0" /></a>
   <a href="#" onclick="return openChatboxLite()">$vbphrase[chatboxlite_chatbox]</a>
  </td>
 </tr>
</tbody>
<tbody id="collapseobj_forumhome_chatboxlite" style="$vbcollapse[collapseobj_forumhome_chatboxlite]">
 <tr>
  <td class="alt1" width="100%" colspan="2"><div class="smallfont" align="center"><iframe src="chatbox_lite.php?nofocus=1" width="100%" style="border: 0px"></iframe></div></td>
 </tr>
</tbody>
<!-- / Chatbox Lite -->
+++++++++++++++++++++++++++++++++++++++++
 
You can change text or translate finding the phrases with "chatboxlite_" prefix.
And it's done, enjoy :)
добавлено через 16 часов 39 минут
Разобрался так и сам,сделал все так как там написано...Но Чат не появляется.Проверил в FORUMEHOME Template kод сидит,а в самом форуме,просматривая код HTML,почемуто его нет...Не пойму...Там у меня стиль не версии форума3.5.4 a 3.5.3...Bыдает 9 Templates которые надо отредактировать.Может в этом проблема?

И в этом разобрался.Оказалось (если тему не сотрут,то может комуто пригодится,такому-же как я) надо вставлять коды в скин который активирован,а не в общий.

Но теперь не могу убрать центровку,хочу что б все в чате было с лево,в левой стороне

Last edited by DJ Kukstyler : 09-02-2006 at 10:03 PM. Reason: Добавлено сообщение
Bot
Yandex Bot Yandex Bot is online now
 
Join Date: 05.05.2005
Реклама на форуме А что у нас тут интересного? =)
 
 
DJ Kukstyler
Продвинутый
 
DJ Kukstyler's Avatar
Default
0

Ребят,а как сделать так что б все в чатбоксе не было сцентровано а собралось в левом боку???
 
 
Argo
Продвинутый
 
Argo's Avatar
Default
1

в шаблоне FORUMHOME найди

PHP Code:
<td class="alt1" width="100%" colspan="2"><div class="smallfont" align="center"><iframe src="chatbox_lite.php?nofocus=1" width="100%" style="border: 0px"></iframe></div></td
и замени на

PHP Code:
<td class="alt1" width="100%" colspan="2"><div class="smallfont" align="left"><iframe src="chatbox_lite.php?nofocus=1" width="100%" style="border: 0px"></iframe></div></td
 
 
DJ Kukstyler
Продвинутый
 
DJ Kukstyler's Avatar
Default
0

Спасибо за ответ,но не подействовало...:(почемуто при просмотре хтмл кода в самом все равно появляется это:

form { display: inline; }
label { cursor: default; }
.normal { font-weight: normal; }
.inlineimg { vertical-align: middle; }
html, body{text-align:center;}

Last edited by DJ Kukstyler : 09-05-2006 at 12:44 AM.
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off




All times are GMT +4. The time now is 10:14 PM.


Powered by vBulletin® Version 3.0.13
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.