форум vBSupport.ru > vBulletin > Old vB versions (3.0.x & 2.x.x) > vBulletin 3.6.x > vBulletin [3.6] Troubleshooting and Problems
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'а физически не в состоянии проверять все стили, хаки и нули, выкладываемые пользователями.
Помните: безопасность Вашего проекта - Ваша забота.
Убедительная просьба: при обнаружении уязвимостей или сомнительных кодов обязательно отписывайтесь в теме хака/стиля
Спасибо за понимание
 
 
 
 
ursus
Гость
Default Съезжает таблица подписки

Народ!
Обновил форум до версии 3.6.0
Хаки остались со старой.
Теперь вот хочу заставить корректно работать хак "Префикс".
Все вроде получается, но



как видно, съезжает таблица подписок.
вот код шаблона SUBSCRIBE, который я даже возвращал в исходную, но не помогло.


PHP Code:
<!-- topic table -->
<
form action="subscription.php?do=viewsubscription&amp;type=thread" method="post">
<
input type="hidden" name="s" value="$session[sessionhash]/>
<
input type="hidden" name="do" value="viewsubscription" />
<
input type="hidden" name="type" value="thread" />

<
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
<
thead>
    <
tr>
        <
td class="tcat">
            <
a style="float:$stylevar[right]href="#top" onclick="return toggle_collapse('subslistinfo')"><img id="collapseimg_subslistinfo" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_subslistinfo].gif" alt="" border="0" /></a>
            
$vbphrase[subscribed_threads_in_folder]<span class="normal">: <span id="nav_subsfolders.listinfo"><if condition="$show['allfolders']">$vbphrase[all]<else />$folder</if> <script type="text/javascript"vbmenu_register("nav_subsfolders.listinfo"); </script></span></span>
        </td>
    </tr>
</thead>
<tbody id="collapseobj_subslistinfo" style="$vbcollapse[collapseobj_subslistinfo]">
<tr>
    <td class="panelsurround" align="center">
    <div class="panel">
        <div style="width:$stylevar[formwidth_usercp]" align="$stylevar[left]">
        
        <fieldset class="fieldset">
            <legend>$vbphrase[folder_controls]</legend>
            <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
            <tr>
                <td>
                    $vbphrase[jump_to_folder]:<br />
                    <select name="folderid" onchange="window.location=('subscription.php?$session[sessionurl]do=viewsubscription&amp;folderid='+this.options[this.selectedIndex].value)">
                    $folderjump
                    </select>$gobutton
                </td>
            </tr>
            <tr>
                <td>
                    <a href="subscription.php?$session[sessionurl]do=viewsubscription&amp;daysprune=-1&amp;folderid=all">$vbphrase[view_all_subscribed_threads]</a> |
                    <a href="subscription.php?$session[sessionurl]do=editfolders">$vbphrase[edit_folders]</a>
                </td>
            </tr>
            </table>
        </fieldset>
        
        </div>
    </div>
    </td>
</tr>
</tbody>
</table>
</form>

<br />

<if condition="$show['pagenav']">
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
<tr valign="bottom">
    <td align="$stylevar[right]">$pagenav</td>
</tr>
</table>
</if>

<!-- topic table -->
<form action="subscription.php?do=dostuff&amp;folderid=$folderid" method="post" name="form">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="dostuff" />
<input type="hidden" name="folderid" value="$folderid" />

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
    <td class="tcat" colspan="$colspan">
        <span class="smallfont" style="float:$stylevar[right]"><strong>$vbphrase[threads]</strong>: $totalallthreads</span>
        $vbphrase[subscribed_threads_in_folder]<span class="normal">: <span id="nav_subsfolders.threadlist"><if condition="$show['allfolders']">$vbphrase[all]<else />$folder</if> <script type="text/javascript"> vbmenu_register("nav_subsfolders.threadlist"); </script></span></span>
    </td>
</tr>
<if condition="$show['havethreads']">
<tr>
    <if condition="$show['threadicons']">
        <td class="thead" colspan="2">&nbsp;</td>
    <else />
        <td class="thead">&nbsp;</td>
    </if>
    <td class="thead" width="100%">
        <a href="$sorturl&amp;order=asc&amp;sort=title">$vbphrase[thread]</a> $sortarrow[title] /
        <a href="$sorturl&amp;order=asc&amp;sort=postusername">$vbphrase[thread_starter]</a> $sortarrow[postusername]
    </td>
    <td class="thead" width="150" align="center" nowrap="nowrap"><span style="white-space:nowrap"><a href="$sorturl&amp;order=desc&amp;sort=lastpost">$vbphrase[last_post]</a> $sortarrow[lastpost]</span></td>
    <!--<td class="thead" align="center" nowrap="nowrap"><a href="$sorturl&amp;order=desc&amp;sort=replycount">$vbphrase[replies]</a> $sortarrow[replycount]</td>-->
    <!--<td class="thead" align="center" nowrap="nowrap"><a href="$sorturl&amp;order=desc&amp;sort=views">$vbphrase[views]</a> $sortarrow[views]</td>-->
    <td class="thead">$vbphrase[notification]</td>
    <td class="thead"><input name="allbox" type="checkbox" value="Check All" title="$vbphrase[check_uncheck_all]" onClick="checkall(this.form);" /></td>
</tr>
$threadbits
<tr>
    <td class="tfoot" colspan="$colspan" align="$stylevar[right]"><div class="smallfont">
        
        $vbphrase[selected_threads]:
        <select name="what">
            <optgroup label="$vbphrase[move_delete_subscriptions]">
                <option value="move">$vbphrase[move_to_folder]...</option>
                <option value="delete">$vbphrase[delete_subscription]</option>
            </optgroup>
            <optgroup label="$vbphrase[update_subscription_type]">
                <option value="update0">$vbphrase[no_email_notification]</option>
                <option value="update1">$vbphrase[instant_email_notification]</option>
                <option value="update2">$vbphrase[daily_email_notification]</option>
                <option value="update3">$vbphrase[weekly_email_notification]</option>
            </optgroup>                            
        </select>$gobutton
        
    </div></td>
</tr>
<else />
    <tr>
        <td class="alt1" align="center" colspan="6">
            <br />
            $vbphrase[folder_is_currently_empty]
            <br />
            <br />
        </td>
    </tr>
</if>
</table>

</form>
<!-- / topic table -->

<if condition="$show['pagenav']">
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-top:3px">
<tr valign="top">
    <td align="$stylevar[right]">$pagenav</td>
</tr>
</table>
</if>

<br />

<!-- icon key and forum jump -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr valign="bottom">
    <td width="100%">
        <!-- icon key -->
        <table cellpadding="2" cellspacing="0" border="0">
        <tr align="$stylevar[left]">
            <td><img src="$stylevar[imgdir_statusicon]/thread_new.gif" alt="$vbphrase[new_posts]" border="0" /></td>
            <td class="smallfont">$vbphrase[new_posts]</td>
        </tr>
        <tr>
            <td><img src="$stylevar[imgdir_statusicon]/thread.gif" alt="$vbphrase[no_new_posts]" border="0" /></td>
            <td class="smallfont">$vbphrase[no_new_posts]</td>
        </tr>
        <if condition="$vboptions['usehotthreads']">
        <tr>
            <td><img src="$stylevar[imgdir_statusicon]/thread_hot_new.gif" alt="$vbphrase[hot_thread_with_new_posts]" border="0" /></td>
            <td class="smallfont"><phrase 1="$vboptions[hotnumberposts]" 2="$vboptions[hotnumberviews]">$vbphrase[more_than_x_replies_or_y_views]</phrase></td>
        </tr>
        <tr>
            <td><img src="$stylevar[imgdir_statusicon]/thread_hot.gif" alt="$vbphrase[hot_thread_with_no_new_posts]" border="0" /></td>
            <td class="smallfont"><phrase 1="$vboptions[hotnumberposts]" 2="$vboptions[hotnumberviews]">$vbphrase[more_than_x_replies_or_y_views]</phrase></td>
        </tr>
        </if>
        <tr>
            <td><img src="$stylevar[imgdir_statusicon]/thread_lock.gif" alt="$vbphrase[closed_thread]" border="0" /></td>
            <td class="smallfont">$vbphrase[thread_is_closed]</td>
        </tr>
        <if condition="$show['dotthreads']">
        <tr>
            <td><img src="$stylevar[imgdir_statusicon]/thread_dot.gif" alt="$vbphrase[thread_contains_a_message_written_by_you]" border="0" /></td>
            <td class="smallfont">$vbphrase[you_have_posted_in_this_thread]</td>
        </tr>
        </if>
        </table>
        <!-- / icon key -->
    </td>
    
    <td>$forumjump</td>
</tr>
</table>
<!-- / icon key and forum jump --> 
Подскажите, как исправить.
Bot
Yandex Bot Yandex Bot is online now
 
Join Date: 05.05.2005
Реклама на форуме А что у нас тут интересного? =)
 
 
Romchik®
XenForo-Russia
 
Romchik®'s Avatar
Default
0

А если для 3.6.0 поставить?
http://www.vbsupport.ru/forum/showthread.php?t=6677
 
 
ursus
Гость
Default

Romchik®,
ты как всегда вовремя
 


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:29 AM.


Powered by vBulletin® Version 3.5.5
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.