форум vBSupport.ru > vBulletin > Old vB versions (3.0.x & 2.x.x) > vBulletin 3.5.x > Hacks, mods and scripts [3.5.x]
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'а физически не в состоянии проверять все стили, хаки и нули, выкладываемые пользователями.
Помните: безопасность Вашего проекта - Ваша забота.
Убедительная просьба: при обнаружении уязвимостей или сомнительных кодов обязательно отписывайтесь в теме хака/стиля
Спасибо за понимание
 
 
 
 
КотЪ
Администратор
Неадекватный
 
КотЪ's Avatar
Default bbcode Table Maker / Код для создания ТАБЛИЦ
8

Это то, что все так долго желали?
Этот хак позволяет создавать таблицы в постах?

Описание говорит, что да.


-------------------------------------------------------------------------



This Hack is in BETA Status!

Version: 0.3
I have test it in vb3.5.0 / vb3.5.1 and it works perfectly!

Changelog:
*[12.11.2005] Version 0.3
- correct some code to insert the new vbcode tags
- build new bbcode cache
- set new permissions (only Admin, Mods and Supermods can use the popup)

On a german wbb board community www.web-dynamic.de i found a little javascript code (Thanks to Snoopy for this nice code) - that can translate the given html code to bbcode - and here is now my vb3.5.x Version.

To see how this hack works: [ Flash DEMO ]

Description:
We all can include own vbcodes like [table], [td] or [tr] but it is very hard to create a table because you need a lot of code like the follow:

Quote:
Quote:
[table=50%][tr=tcat][td]1[/td][td]2[/td][td]3[/td][/tr][tr=alt2][td]A[/td][td]B[/td][td]C[/td][/tr][tr=alt1][td]F[/td][td]E[/td][td]WE[/td][/tr][tr=alt2][td]2w[/td][td]dd[/td][td]w[/td][/tr][/table]


Permissions:
When a user create a new tablecode and after he had transfered the code to the editor, he can delete some tags and your forum looks very bad after he save the post - i have set the permissons for the Popup so that only Admins, Mods and Supermods can use the PopUp.
=> product-bbcode-table-03.xml (15.2 KB) = only admins & mods can use the PopUp
=> product-bbcode-table-03_no_perm.xml (15.0 KB) = all usergroups can use this Popup

Installation:
After the Product Import you must only upload a small gif file for the Editor (look at the Attachments)
(copy it to ..../YOURFORUM/images/bbcode_table.gif)

Known BUGS:
The transfer from the popup to the WYSIWYG Editor doesn´t work at this time - i have try to find the correct code but i have no more time now . So when you have any ideas please help me to fix it.

Here is the old code from vb3.0.x :

HTML Code:
Code:
var bname = navigator.appName;
 if (bname == "Microsoft Internet Explorer")
 {
 var newins = opener.document.frames["htmlwindow"].innerHTML + insert;
 opener.document.frames["htmlwindow"].innerHTML = newins;
 opener.document.frames["htmlwindow"].focus();
 self.close();
 }
 else
 {
 var newins = opener.htmlbox.body.innerHTML + insert;
 opener.htmlbox.body.innerHTML = newins;
 opener.htmlbox.body.focus();
 self.close();
 }
I hope somebody can change it to run in the vb3.5.1 WYSIWYG Editor
Attached Images
 
Attached Files
File Type: xml product-bbcode-table-03.xml (15.2 KB, 132 views)
File Type: xml product-bbcode-table-03_no_perm.xml (15.0 KB, 79 views)
Bot
Yandex Bot Yandex Bot is online now
 
Join Date: 05.05.2005
Реклама на форуме А что у нас тут интересного? =)
 
 
fill747
Продвинутый
 
fill747's Avatar
Default
0

YES!!!! Оно работает!!!

КотЪ, огромное тебе человеческое спасибо!!!

ЗЫ: Правда в WYSIWYG'е не работает, ну и ладно... ;) Ну и нужен перевод, хотя там и без перевода все ясно. Впрочем, могу и перевести, если народу надо.

fill747 добавил 06.01.2006 в 14:09
Следующее из замеченного. Теги "[table=50%][tr=tcat][td]1[/td][td]..." должны идти одной строкой, иначе таблица начинает как-то не очень хорошо разъезжаться... :(
Хм... И еще: надо бы будет на днях написать какой-нибудь скриптик, для переделки таблиц из HTML-файла в ВВ-коды.

Last edited by fill747 : 01-06-2006 at 03:09 PM. Reason: Добавлено сообщение
 
 
Trotil
Простоузер
Default
0

http://www.clanforen.de/clanforen/im...bcodetable.htm - демонстрация.
 
 
Klonic_J
Продвинутый
Default
0

а на 3.5.3 пробовал кто? нормально будет работать?
 
 
fill747
Продвинутый
 
fill747's Avatar
Default
0

Klonic_J, да.
 
 
Klonic_J
Продвинутый
Default
0

а в чем разница product-bbcode-table-03.xml и
product-bbcode-table-03_no_perm.xml
?

Попробовал поставить, ругается на редактор, в стандартном и расширенном, а в пустом нету кнопки этой с таблицей :(
 
 
fill747
Продвинутый
 
fill747's Avatar
Default
0

Klonic_J, ну написано же...
Quote:
=> product-bbcode-table-03.xml (15.2 KB) = only admins & mods can use the PopUp
=> product-bbcode-table-03_no_perm.xml (15.0 KB) = all usergroups can use this Popup
первый - только админы, супермодеры и модеры будут видеть кнопку формирования таблицы, второй - для всех пользователей.
 
 
Klonic_J
Продвинутый
Default
0

Quote:
ну написано же...
видимо я в сети пересидел =)
все таки не в одном редакторе у меня не работает она((
 
 
Pauk
Продвинутый
 
Pauk's Avatar
Default
0

Только в расширенном есть
 
 
fill747
Продвинутый
 
fill747's Avatar
Default
0

Quote:
Originally Posted by Klonic_J
не работает она
Включаешь расширенный ответ и выключаешь WYSIWYG.
 


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


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