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

end tag for "table" which is not finished


PHP Code:
$stylevar[htmldoctype]
<
html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]lang="$stylevar[languagecode]">
<
head><!-- SmnLikQuick -->
<
link rel="stylesheet" type="text/css" href="/clientscript/smnlikquick_css.css" />
<
script type="text/javascript" src="/clientscript/smnlikquick_ajax.js">
/***********************************************
* Ajax Tabs Content script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>    

<!-- / SmnLikQuick -->
    <!-- no cache headers -->
    <meta http-equiv="Pragma" content="no-cache" />
    <meta http-equiv="Expires" content="-1" />
    <meta http-equiv="Cache-Control" content="no-cache" />
    <!-- end no cache headers -->
    $headinclude

    <title>$vboptions[bbtitle]</title>


</head>
<body>
$header

                <!-- content table -->
                <!-- begin left column -->
<!-- end left column, begin main forum area -->
        

<!-- SmnLikQuick -->
$smnlikquick
<!-- / SmnLikQuick -->
<script type="text/javascript">
<!--

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= *\
|  AJAX Member Info Pop-Up
|  Created By Zero Tolerance
|  Copyright 2006 Inferno Technologies
|  All Rights Reserved
\* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

ajax_member_popup_active = false
ajax_member_popup_call = null
ajax_member_popup = function(id)
{
    if (id == 'clear')
    {
        if (obj = fetch_object('memberpopup'))
        {
            obj.parentNode.removeChild(obj)
        }

        ajax_member_popup_active = false

        return false
    }

    if (ajax_member_popup_active)
    {
        return false
    }

    //ajax_member_popup_call = call
    ajax_member_popup_active = true
    ajax_pop = new vB_AJAX_Handler(true)
    ajax_pop.onreadystatechange(ajax_member_popup_show)
    ajax_pop.send('ajax.php', 'do=memberpop&u=' + id)
}

ajax_member_popup_show = function()
{
    if (ajax_pop.handler.readyState == 4 && ajax_pop.handler.status == 200 && ajax_member_popup_active && ajax_pop.handler.responseText)
    {
        ajax_member_popup_doshow(ajax_pop.handler.responseText)
    }
}

ajax_member_popup_doshow = function(display)
{
    if (obj = fetch_object('memberpopup'))
    {
        ajax_member_popup('clear')
    }

    linkoffset = vB_Popup_Menu.prototype.fetch_offset(ajax_member_popup_call)

    div = document.createElement('div')
    div.id = 'memberpopup'
    div.align = 'left'
    div.innerHTML = display
    div.style.position = 'absolute'

    div.style.top = (linkoffset['top'] + ajax_member_popup_call.offsetHeight) + 'px'
    div.style.left = linkoffset['left'] + 'px'

    document.body.appendChild(div)

    fetch_object('memberpopup').style.width = fetch_tags(fetch_object('memberpopup'), 'table')[0].offsetWidth + 'px'

    if (linkoffset['left'] + fetch_object('memberpopup').offsetWidth > (document.body.clientWidth - 20))
    {
        while (linkoffset['left'] + fetch_object('memberpopup').offsetWidth >= (document.body.clientWidth - 20))
        {
            linkoffset['left']
        }

        fetch_object('memberpopup').style.left = linkoffset['left'] + 'px'
    }

    document.onclick = function(){ajax_member_popup('clear')}

    ajax_member_popup_active = false
}

-->
</script>
 $changstats
$photoplog[minithumbnails] 
$forumbits

<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tbody>
    <tr>
        <td 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']">&nbsp; &nbsp;
            <a href="showgroups.php$session[sessionurl_q]">$vbphrase[view_forum_leaders]</a></if>
        </strong></div></td>
    </tr>
</tbody>
</table>

<!-- Mark Forums Read & Forum Leaders -->
$ad_location[ad_forumhome_afterforums]
<br />
$forumhome_markread_script
<!-- End Mark Forums Read & Forum Leaders -->
<!-- what's going on box -->
<div class="tcat_alt">
    <div class="tcat_alt_right">
        <div class="tcat_alt_title"><a href="online.php">$vbphrase[whats_going_on]</a></div>
    </div>
</div>

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<if condition="$show['loggedinusers']">
<!-- logged-in users -->
<tbody>
    <tr>
        <td class="thead" colspan="2">
            <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_activeusers')"><img id="collapseimg_forumhome_activeusers" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_activeusers].gif" alt="" border="0" /></a>
            <a href="online.php$session[sessionurl_q]">$vbphrase[currently_active_users]</a>: $totalonline (<phrase 1="$numberregistered" 2="$numberguest">$vbphrase[x_members_and_y_guests]</phrase>)
        </td>
    </tr>
</tbody>
<tbody id="collapseobj_forumhome_activeusers" style="$vbcollapse[collapseobj_forumhome_activeusers]">
    <tr>
        <td class="alt2" align="center"><div style="width:40px;"><a href="online.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/whos_online.png" alt="$vbphrase[view_whos_online]" border="0" /></a></div></td>
        <td class="alt1" width="100%">
            <div class="smallfont">
                <div style="white-space: nowrap"><phrase 1="$recordusers" 2="$recorddate" 3="$recordtime">$vbphrase[most_users_ever_online_was_x_y_at_z]</phrase></div>
                <div>$activeusers</div>
            </div>
        </td>
    </tr>
</tbody>
<!-- end logged-in users -->
</if>
<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>
<tbody id="collapseobj_forumhome_stats" style="$vbcollapse[collapseobj_forumhome_stats]">
    <tr>
         <td class="alt2" align="center"><div style="width:40px;"><img src="$stylevar[imgdir_misc]/stats.png" alt="<phrase 1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase>" border="0" /></div></td>
        <td class="alt1" width="100%">
        <!-- vbTrends Start -->
        $vbtrends_output
        <!-- vbTrends End -->
        
        </td>
    </tr>
</tbody>
<if condition="$show['birthdays']">
<!-- today's birthdays -->
<tbody>
    <tr>
        <td class="thead" colspan="2">
            <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_birthdays')"><img id="collapseimg_forumhome_birthdays" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_birthdays].gif" alt="" border="0" /></a>
            $vbphrase[todays_birthdays]
        </td>
    </tr>
</tbody>
<tbody id="collapseobj_forumhome_birthdays" style="$vbcollapse[collapseobj_forumhome_birthdays]">
    <tr>
        <td class="alt2" align="center"><div style="width:40px;"><a href="calendar.php?$session[sessionurl]do=getday&amp;day=$today&amp;sb=1"><img src="$stylevar[imgdir_misc]/birthday.gif" alt="$vbphrase[view_birthdays]" border="0" /></a></div></td>
        <td class="alt1" width="100%"><div class="smallfont">$birthdays</div></td>
    </tr>
</tbody>
<!-- end today's birthdays -->
</if>
$template_hook[forumhome_wgo_pos2]
<if condition="$show['upcomingevents']">
<tbody>
    <tr>
        <td class="thead" colspan="2">
            <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_events')"><img id="collapseimg_forumhome_events" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_events].gif" alt="" border="0" /></a>
            <if condition="$show['todaysevents']">$vbphrase[todays_events]<else /><phrase 1="$vboptions[showevents]">$vbphrase[upcoming_events_for_the_next_x_days]</phrase></if>
        </td>
    </tr>
</tbody>
<tbody id="collapseobj_forumhome_events" style="$vbcollapse[collapseobj_forumhome_events]">
    <tr>
        <td class="alt2" align="center"><div style="width:40px;"><a href="calendar.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/calendar.gif" alt="$vbphrase[calendar]" border="0" /></a></div></td>
        <td class="alt1" width="100%"><div class="smallfont">$upcomingevents</div></td>
    </tr>
</tbody>
</if>
</table>
<div class="bottom_gradient">
    <div class="bottom_gradient_left"> </div>
    <div class="bottom_gradient_right"> </div>
</div>
<!-- end what's going on box -->

<!-- icons and login code -->
<table cellpadding="0" cellspacing="2" border="0" width="100%">
<tr valign="bottom">
    
        


<td>

 
<table cellpadding="2" cellspacing="0" border="0">
        
        <if condition="$vboptions['showlocks']">

        <tr>
            <td><img src="$stylevar[imgdir_statusicon]/forum_old_lock.gif" alt="$vbphrase[a_closed_forum]" border="0" /></td>


            <td class="smallfont">&nbsp; $vbphrase[forum_is_closed_for_posting]</td>




        </tr>

        </if>
        </table></td>









    <if condition="!$show['guest']">
        <!-- member logout -->
        <td align="$stylevar[right]"><a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]"  onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')"><phrase 1="$bbuserinfo[username]">$vbphrase[log_out_x]</phrase></a></td>
        <!-- end member logout -->



    </if>

</tr>
<!-- / icons and login code -->
</table>

$footer
</body>
</html> 
Bot
Yandex Bot Yandex Bot is online now
 
Join Date: 05.05.2005
Реклама на форуме А что у нас тут интересного? =)
 
 
Excalibur
Знаток
 
Excalibur's Avatar
Default
0

Посчитай сколько у тебя открытых тэгов table и сколько закрытых, должно быть одинаковое колличество. Хотя их вроде бы как одинаково

Last edited by Excalibur : 03-07-2010 at 09:22 PM. Reason: Добавлено сообщение
 
 
Krionix
Простоузер
Default
0

warben, искать нужно в сгенерированной странице в браузере. в этом шаблоне нет ошибок
 
 
warben
Продвинутый
 
warben's Avatar
Default
0

я думал в FORUMHOME , если не там то где еще искать?

я то смотрю только в том месте ничего нету где он пишет (

с чем может быть связанна ошибка я не знаю

warben добавил 07.03.2010 в 22:08
все нашел проблему)

Last edited by warben : 03-07-2010 at 11:08 PM. Reason: Добавлено сообщение
 


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


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