VBsupport перешел с домена .ORG на родной .RU
Ура!
Пожалуйста, обновите свои закладки - VBsupport.ru
Блок РКН снят, форум доступен на всей территории России, включая новые терртории, без VPN
На форуме введена премодерация ВСЕХ новых пользователей
Почта с временных сервисов, типа mailinator.com, gawab.com и/или прочих, которые предоставляют временный почтовый ящик без регистрации и/или почтовый ящик для рассылки спама, отслеживается и блокируется, а так же заносится в спам-блок форума, аккаунты удаляются
Если вы хотите приобрести какой то скрипт/продукт/хак из каталогов перечисленных ниже: Каталог модулей/хаков
Ещё раз обращаем Ваше внимание: всё, что Вы скачиваете и устанавливаете на свой форум, Вы устанавливаете исключительно на свой страх и риск.
Сообщество vBSupport'а физически не в состоянии проверять все стили, хаки и нули, выкладываемые пользователями.
Помните: безопасность Вашего проекта - Ваша забота. Убедительная просьба: при обнаружении уязвимостей или сомнительных кодов обязательно отписывайтесь в теме хака/стиля
Спасибо за понимание
http://www.vbulletin.org/forum/showt...hreadid=197871
---------------------------
Вот из этой теме нужна установка. Сам скопировать не могу т.к нету прав. Копируйте пожалуйста!!!
The first step is to revert your forum to not include any tabs, this will be a clean slate for TFH and improve the quality of the installation instructions. Listed below is template edits, file edits, and uploaded files for you to remove and change back to the original. For full reverts needed, please look at the install docs for version 1.0x located in the download package.
1.0x
FORUMHOME - template edits
index.php - file edits; the easiest way to revert this is to download the vBulletin package that corresponds to your version and upload index.php overwriting your changes.
/forum_root/tabs/* - added files, remove directory and files within.
/index_tab.php - An edited copy of index.php if is still there, remove it.
/index_*.php - the backup file the install docs instructed you to change, you may either remove this or rename it back to index.php. This may not correspond to your current version, so your best bet would be the step described in #2.
FORUMHOME - template edits, see install doc for v1.5.0 for full changes.
forumhome_forumbit_level1_post - template edits, see install doc for v1.5.0 for full changes.
forumhome_forumbit_level1_nopost - template edits, see install doc for v1.5.0 for full changes.
FORUMHOMETAB - remove the template; clicking [Revert] on the custom template should remove this
Now that you have reverted changes from previous versions, the installation of v2.0 comes next.
Step 2: File Uploads
You want to upload the following files to your server into the corresponding directory on your server. These files are found in the "UPLOAD" folder of the package. Note: The Uploads folder has a syntax of sorting files into sub-folders. These folders correspond to the default names for folders in a vBulletin installation. The files directly found within the "UPLOAD" folder signify the forum root.
Upload the following files:
/tabindex.php
/tab_blog.php - Note: This is used by the default vBulletin Blog Module. This requires vBulletin Blog to be installed and activated to work.
/tab_blog_entry.php - Note: This is not used by the default vBulletin Blog Module. This requires vBulletin Blog to be installed and activated to work. To set the blog module to use this file, use the "Edit Module Functionality" to set the file name to this file.
/tab_pt.php - Note: This file is not currently being shipped with Beta 1 - it will ship with Beta 2! This file will be used for the default Project Tools module and requires vBulletin Project Tools to be installed and activated to work.
/clientscript/yui/tabview/* - Upload the directory tabview and all files inside of it.
/clientscript/yui/elements/* - Upload the directory elements and all files inside of it.
/clientscript/yui/fonts/* - Upload the directory fonts and all files inside of it.
/clientscript/yui/utilities/* - Upload the directory utilities and all files inside of it.
/includes/xml/cpnav_tfh.xml
/admincp/tfh.php
/admincp/tfh_fixes.php
/admincp/tfh_impex.php
/admincp/tfh_modules.php
Step 3: Product Import
To do the bulk of the installation, all you need to do is import the file called product_bobster_tfh.xml by following entering the ACP and following this set of links:
Once you import the product, it will add a template called "FORUMHOMETAB" to all your styles. This template includes the default template data located within the FORUMHOME template's <!-- main --> comments.
Step 4: Template Edits
Template: FORUMHOME
Find:
HTML Code:
</head>
Add Before that line:
HTML Code: <!-- Tabbed Forum Home Header Code --> <!-- Dependencies --> <!-- TFH Skin CSS for TabView -->
<link rel="stylesheet" type="text/css" href="clientscript/yui/tabview/assets/tabview.css" />
<link rel="stylesheet" type="text/css" href="clientscript/yui/tabview/assets/skin-tfh.css" />
<!-- Tabbed Forum Home -->
<div id="forumhome_container">
</div>
<script type="text/javascript">
$tfh
</script> <!-- /Tabbed Forum Home -->
<!-- /main -->
OPTION 2 - This is for boards with custom FORUMHOME templates.
Find (This is the default template, yours will vary.):
HTML Code: <!-- main -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr align="center">
<td class="thead"> </td>
<td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead">$vbphrase[last_post]</td>
<td class="thead">$vbphrase[threads]</td>
<td class="thead">$vbphrase[posts]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead">$vbphrase[moderator]</td>
</if>
</tr>
</thead>
$forumbits
<tbody>
<tr>
<td class="tfoot" align="center" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><div class="smallfont"><strong>
<a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a>
<if condition="$vboptions['forumleaders']">
<a href="showgroups.php$session[sessionurl_q]">$vbphrase[view_forum_leaders]</a></if>
</strong></div></td>
</tr>
</tbody>
</table>
$forumhome_markread_script <!-- /main -->
Copy your custom modifications and replace the contents of the template "FORUMHOMETAB" with your custom modifications - nothing will be lost from TFH as the template FORUMHOMETAB is just a copy of the default code within <!-- main --> and <!-- /main -->.
After you have copied your code, replace the code you copied above (in the FORUMHOME template) with:
HTML Code: <!-- main -->
<!-- Tabbed Forum Home -->
<div id="forumhome_container">
</div>
<script type="text/javascript">
$tfh
</script> <!-- /Tabbed Forum Home -->
Add this code to the beginning of the template:
HTML Code:
<if condition="(THIS_SCRIPT == 'indexTAB' AND in_array($forum['forumid'], $GLOBALS[tabcats]) OR in_array('all',$GLOBALS[tabcats])) OR THIS_SCRIPT == 'forumdisplay'">
Add this code to the end of the template:
HTML Code:
</if>
Template: forumhome_forumbit_level1_nopost
If you have a custom FORUMHOME template, follow Option 2 instead of Option 1.
=(
@Freklop
Продвинутый
Join Date: Nov 2008
Posts: 121
Reputation:
Опытный 25
Репутация в разделе: 24
0
Помогите с установкой, что там за шляпа написана? Переводчик бред переводит) + 95% шаблонов там не совпадает. Мол найти то заменить на то итп) Сижу парюсь третьи сутки)
@Just123
Продвинутый
Join Date: Nov 2006
Posts: 218
Версия vB: 3.7.5
Reputation:
Опытный 32
Репутация в разделе: 18
0
попробуй translate.ru он качественнее гугла переводит.
А что там сложного то?
1) загружаешь файлы
2) импортируешь продукт
3) правишь шаблоны
попробуй translate.ru он качественнее гугла переводит.
А что там сложного то?
1) загружаешь файлы
2) импортируешь продукт
3) правишь шаблоны
Я через него и пробовал) Бред получается, сам попробуй
@maJic
В Черном списке
Join Date: Mar 2008
Posts: 1,317
Версия vB: 3.8.4
Reputation:
Professional 475
Репутация в разделе: 370
0
Freklop, не поверишь, но я поставил на локалхосте минут за 10, всё путём, что не выходит-то? find-найти, replace-заменить, after-после
@rambo
Почти новичок
Join Date: Mar 2006
Posts: 396
Версия vB: 3.6.4
Reputation:
Опытный 55
Репутация в разделе: 43
0
как сам хак? много косяков в нем?
@Freklop
Продвинутый
Join Date: Nov 2008
Posts: 121
Reputation:
Опытный 25
Репутация в разделе: 24
0
Косяк №1
Quote:
Template: FORUMHOME
OPTION 1:
Find:
HTML Code: <!-- main -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
В FORUMHOME такого нету. Есть только в FORUMHOMETAB (~ так называется).
+ код не совпадает. И очень сильно.
Дальше таже проблема =( Обидно, мод поставить безумно хочется)
Freklop добавил 17.12.2008 в 12:37
Буду безумно благодарен если будет по русски) maJic, это-то я знаю) проблема что не пойму что делать после Option1.
Вроде все сделал, но подразделы пропали
Last edited by Freklop : 12-17-2008 at 01:37 PM.
Reason: Добавлено сообщение