форум vBSupport.ru > vBulletin > vBulletin 3.8.x > Made in vBSupport.org 3.8
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'а физически не в состоянии проверять все стили, хаки и нули, выкладываемые пользователями.
Помните: безопасность Вашего проекта - Ваша забота.
Убедительная просьба: при обнаружении уязвимостей или сомнительных кодов обязательно отписывайтесь в теме хака/стиля
Спасибо за понимание
 
 
 
 
Krukodgadam
Почти новичок
Smile Упорядочивание BB-кодов
5

editor_toolbar_on

Ищем в шаблоне:

Code:
$vBeditTemplate[extrabuttons]
Заменяем на:

Code:
<td><div class="imagebutton" id="{$editorid}_cmd_wrap0_ТЕГ"><img src="ПУТЬ_ДО_КНОПКИ.gif"  alt="ОПИСАНИЕ" /></div></td>
<td><div class="imagebutton" id="{$editorid}_cmd_wrap0_ТЕГ"><img src="ПУТЬ_ДО_КНОПКИ.gif"  alt="ОПИСАНИЕ" /></div></td>
<td><div class="imagebutton" id="{$editorid}_cmd_wrap0_ТЕГ"><img src="ПУТЬ_ДО_КНОПКИ.gif"  alt="ОПИСАНИЕ" /></div></td>
Ну собственно так и упорядочиваем теги как нам нужно, если у вас больше 3 доп. тегов, то дописываем еще одну строчку и так для каждого:

Code:
<td><div class="imagebutton" id="{$editorid}_cmd_wrap0_ТЕГ"><img src="ПУТЬ_ДО_КНОПКИ.gif"  alt="ОПИСАНИЕ" /></div></td>
Усе!))


Вопрос: только есть одно но, теги с использованием опции почему-то не работают, как исправить?
Bot
Yandex Bot Yandex Bot is online now
 
Join Date: 05.05.2005
Реклама на форуме А что у нас тут интересного? =)
 
 
mad@Max
Эксперт
 
mad@Max's Avatar
Default
4

Ну так не совсем корректно, потому что $vBeditTemplate[extrabuttons] многие хаки используют
Quote:
Originally Posted by Krukodgadam View Post
Вопрос: только есть одно но, теги с использованием опции почему-то не работают, как исправить?
Code:
<td><div class="imagebutton" id="{$editorid}_cmd_wrap1_ТЕГ"><img src="ПУТЬ_ДО_КНОПКИ.gif"  alt="ОПИСАНИЕ" /></div></td>
я где то видел специальный хак для сортировки кастомных ббкодов...
 
 
Krukodgadam
Почти новичок
Default
0

Спасибо!
Если хак и есть такой, то просто замечательно)))
 
 
хрюк
Гость
Default

Optimize BBCodes and BBCodeImages in Editor

Тема на орге

Quote:
What does vBulletin do with BB Codes ?
vB simply adds any BBCode that used an image to the standard images inside the editor.
What happend, when I have a lot of BB Codes ?
My Editor width, grows wider and wider *g

What does this mod do ?
It allows you to optimize your custom BBCodes.


That means:

* add a separator after an image (if the BB Code used it)
* enable/disable a custom BBCode
* arranges the BB Code Images inside the editor
* new in v1.1 enter a sortorder for BB Codes

See Images for what I mean.
I've added three fields to the database table "bbcode".
They called: "active", "separator" and "sortorder".

After installing the Product, all avaible custom BB Codes will become active.

Attention:
You need to edit 3 files (there are no HOOKs to do that).
After editing the files, go into the AdminCP, click on BB Codes, click on edit and save it. That's only for caching the BBCodes.

For editing the files, rename the READ.ME.txt into READ.ME.html.
And follow the instructions.

Edit changes for v1.1 are marked with red color in the READ.ME
Attached Thumbnails
optimized_editor.jpg   optimized_editor_with_sep.jpg  
Attached Files
File Type: xml product-bbcode_optimize.xml (2.2 KB, 104 views)
File Type: txt READ.ME.txt (20.5 KB, 156 views)
 
 
Str1ke
Простоузер
Default
0

Quote:
Originally Posted by TAIFUN View Post
Optimize BBCodes and BBCodeImages in Editor

Тема на орге
Не совсем разобрался как это установить...

Объясните.
 
 
Nightfall
Продвинутый
Default
2

импортируй продукт
скачай файл READ.ME.txt и переименуй его в READ.ME.html и открой - внутри инструкция что и где править нада
 
 
хрюк
Гость
Default

Str1ke, 180$

позже немного
 
 
Nightfall
Продвинутый
Default
0

Оффтоп
 
 
хрюк
Гость
Default

Nightfall, Оффтоп
 
 
Nightfall
Продвинутый
Default
0

Оффтоп

Str1ke,
Оффтоп
 


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 04:54 AM.


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