vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Put a Column on the Left Side of Every Forum Page (https://vborg.vbsupport.ru/showthread.php?t=91888)

oninuva 06-29-2006 07:29 PM

also how do i change the background color and text?

dilbert 06-30-2006 12:05 AM

OK, so it's a goofy question, but is this 3.6 compatible? I guess I can't see why it wouldn't be.

mugz 07-04-2006 03:57 PM

right i added this to my site today all worked well but rather than use the right hand space and move the rest of the site more to the left it made the topics test smaller and fitted itself into the site keeping the left and right margins would this be because i am using a fluid template and not a normal template? maybe a dum question but i have seen this mod on other sites and they maneged to fit it in the way i wanted

BrandiDup 07-06-2006 01:00 PM

nevermind, I got it working :D

BrandiDup 07-06-2006 07:34 PM

Amy, do you happen to know the script to stop this from showing on vba? I've got this working (and it looks great!) but I don't want it to show on the front page since I've got my navigation module on there already. Thanks :)

peterska2 07-06-2006 08:49 PM

Brandi, put
Code:

<if condition="THIS_SCRIPT != 'adv_index'">
before the code you added to your header and footer and
Code:

</if>
after it and it will stop it showing on vBAdvanced

BrandiDup 07-06-2006 10:07 PM

Quote:

Originally Posted by peterska2
Brandi, put
Code:

<if condition="THIS_SCRIPT != 'adv_index'">
before the code you added to your header and footer and
Code:

</if>
after it and it will stop it showing on vBAdvanced


Thank you very much!!

mugz 07-11-2006 10:56 AM

i have a question i have this mod on my forum but what i want to do is add it to show only on the forum home page ware would i add the code on the forumhome template?

peterska2 07-11-2006 11:02 AM

in the header and footer templates before the edit that you make for this to work add
Code:

<if condition="THIS_SCRIPT=='index'">
then after the added code add
Code:

</if>
Alternatively there is a modification that just displays the column on the forumhome.

mugz 07-11-2006 04:07 PM

Quote:

Originally Posted by peterska2
in the header and footer templates before the edit that you make for this to work add
Code:

<if condition="THIS_SCRIPT=='index'">
then after the added code add
Code:

</if>
Alternatively there is a modification that just displays the column on the forumhome.

can you show me the link to this mod please :cool:

peterska2 07-11-2006 04:10 PM

sure, it's in my profile. Just make sure you get the one for the right vB version :)

mugz 07-11-2006 04:26 PM

Quote:

Originally Posted by peterska2
sure, it's in my profile. Just make sure you get the one for the right vB version :)

whats the name of the mod i am looking for?

peterska2 07-11-2006 04:31 PM

[vB 3.5.4] Side column on forumhome only

Staxed 07-12-2006 09:24 AM

how can i get this aligned with the left side of the forum?...there is a gap between the actual edge of forumhome and the column...i would like to remove it

boxed in green is the gap i'm talking about

[edit...nevermind...i was being dumb and editing header change instead of new template]

blankoboy 07-13-2006 02:13 PM

Amykhar, great modification! One question, how can I add more than one block (with block title) to this column? Thanks!

Update: I was able to add a new block by opening a new <td>. See below example:

Quote:

<br />
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="90%">
<tr>
<td class="tcat"><span class="smallfont"><b>&raquo; Block #1</b></span></td>
</tr>
<tr>
<td color="#FFFFFF" width="100%" bgcolor="BLOCK#1 BG COLOR HERE">

<!-- Block #1 Begin custom code -->
<!-- Block #1 End custom code -->

</td>
</tr>

<tr>
<td class="tcat"><span class="smallfont"><b>&raquo; BLOCK#2</b></span></td>
</tr>
<tr>
<td color="#FFFFFF" width="100%" bgcolor="#BLOCK#2 BG COLOR HERE">

<!-- Block #2 Begin custom code -->
<!-- Block #2 End custom code -->

</td>
</tr>
</table>
<br />
Hope this is of use to some people...





.

Bonee70 07-20-2006 01:12 PM

I don't get this to work for the treadview, calendar, memberlist ....

As I just use the collums to do a better layout (the l/r colums don't get any contain) I didn't use the .xml file (I don't know what to do here anyway).

So the colums work fine expect on Threadview, Calendar and Memeberlist (maybe there are even more pages not working properly with the colums).

What do I have to do to make the collums appear on those pages?

I use 3.0.3

Thx

PS: I have tried this https://vborg.vbsupport.ru/showpost....2&postcount=44 but it didn't work.

peterska2 07-20-2006 01:18 PM

This modification is for 3.5.x not 3.0.x

Bonee70 07-20-2006 01:27 PM

Quote:

Originally Posted by peterska2
This modification is for 3.5.x not 3.0.x

OK, so you say, when I update to 3.5.x I wont have these probs in the threadview or calendar etc.?

It works properly all over except the pages I have mentioned, you may have an idea what is different on those pages where it won't work and give me a hint what to edit so that everything shows up properly on 3.0.3?

I have also searched this forum for 3.0.x releases but could not find anything... :cross-eyed:

http://www.the-efl.co.uk/forum/index.php
http://www.the-efl.co.uk/forum/showthread.php?t=3372

Thx in advance!

aveon 07-30-2006 09:06 PM

hey man i have an error i intalled this hack and i put some stuf to the sid bar an then in post bit its still the same it big ass before like you can see in snap...

soletrader 07-31-2006 12:38 AM

I love this hack but.....

How do I add links to the column? Where do I need to go to edit this?

peterska2 07-31-2006 12:39 AM

Quote:

Originally Posted by soletrader
I love this hack but.....

How do I add links to the column? Where do I need to go to edit this?

You will have a template called leftcolumn which is the one that you need to edit to add content to it.

peterska2 07-31-2006 12:39 AM

Quote:

Originally Posted by aveon
hey man i have an error i intalled this hack and i put some stuf to the sid bar an then in post bit its still the same it big ass before like you can see in snap...

Did you perform the edits to both the header and the footer?

Can you post the content of your leftcolumn template, ensuring that it is wrapped in [ code][/code] tags please.

aveon 07-31-2006 01:48 AM

yea i use it for the both templates

its not about the content even if there isnt a content in th column its still the same

aveon 08-03-2006 05:09 AM

help really needed peterska

peterska2 08-03-2006 08:11 AM

please can you post the contents of your header, footer, and leftcolumn templates, ensuring that they are wrapped in [ code][/code] tags. It has to be something local to your style as you are the only person experiencing this problem.

aveon 08-03-2006 09:04 AM

header

HTML Code:

<!-- / CSS Stylesheet -->
<!DOCTYPE html
    PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<title>E-Paylas.de Paylasim Sitesi</title>
<link rel="stylesheet" type="text/css" href="http://www.e-paylas.de/forum/graymaster/style.css?rc2" />
        <link rel="stylesheet" type="text/css" href="http:/www.e-paylas.de/forum/graymaster/print.css?rc2" media="print" />


<link rel="shortcut icon" href="http://www.e-paylas.de/images/ed2k.ico" />
<link rel="icon" href="http://www.e-paylas.de/images/ed2k.ico" />
<link rel="icon" type="image/png" href="http://www.e-paylas.de/images/ed2k.png" />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
                <thead>
                <tr>
                        <td class="tcat" align="center">
                                <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_vbshout')"><img id="collapseimg_forumhome_vbshout" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_vbshout].gif" alt="" border="0" /></a>
                               
                                <font size=2>E-Paylas Forum</font>
                        </td>
                </tr>

        <form action="vbshout.php?{$session['sessionurl']}" method="post" name="vbshoutform" onsubmit="return postShout(this)">
<input type='hidden' name='do' value='shout' />
<input type='hidden' name='color' />
<input type='hidden' name='fontFamily' />
<input type='hidden' name='fontWeight' />
<input type='hidden' name='textDecoration' />
<input type='hidden' name='fontStyle' />


<tbody id="collapseobj_forumhome_vbshout" style="$vbcollapse[collapseobj_forumhome_vbshout]">
                        <tr>
                                <td class="alt1" align="left" width="100%">
                                <if condition="!$vboptions[shout_editor_position]">
                                        <if condition="$bbuserinfo[userid] > 0">
                                        <table width='100%' border='0' cellpadding='0' cellspacing='0'>
                                                <tr>
                                                <td width='100%'>
                                                        <input type="text" name="shout" style="width: 90%" class="bginput" />
                                                </td>
                                                <td style='white-space:nowrap' width='1%'>
                                                        <input type="submit" value="Shout" class="button" />
                                                        <if condition="$vboptions[shout_extra_options]">
                                                        <input type='button' class='button' value='Clear' onclick='sb_Clear()' />
                                                        <input type='button' class='button' value='Smilies' onclick='sb_Smilies(this)' />
                                                        <input type='button' class='button' style='font-weight:bold' value='B' onclick='sb_PropChange_Button(this, "fontWeight")' />
                                                        <input type='button' class='button' style='text-decoration:underline' value='U' onclick='sb_PropChange_Button(this, "textDecoration")' />
                                                        <input type='button' class='button' style='font-style:italic' value='I' onclick='sb_PropChange_Button(this, "fontStyle")' />
                                                        <select name='font_color' onchange='sb_PropChange(this, "color")'>
                                                                {$DropDowns['color_selector']}
                                                        </select>
                                                        <select name='font_selector' onchange='sb_PropChange(this, "fontFamily")'>
                                                                {$DropDowns['font_selector']}
                                                        </select>
                                                        </if>
                                                </td>
                                        </tr>
                                        </table>
                                        <div style="height: 2px"></div>
                                        </if>
                                </if>
                                        <div id="vbshout" style="overflow:auto;height:{$vboptions['shout_box_height']}px;width:100%;">
                                                Loading...
                                        </div>
                                <if condition="$vboptions[shout_editor_position]">
                                        <if condition="$bbuserinfo[userid] > 0">
                                        <div style="height: 2px"></div>
                                        <table width='100%' border='0' cellpadding='0' cellspacing='0'>
                                        <tr>
                                                <td width='100%'>
                                                        <input type="text" name="shout" style="width: 90%" class="bginput" />
                                                </td>
                                                <td style='white-space:nowrap' width='1%'>
                                                        <input type="submit" value="Shout" class="button" />
                                                        <if condition="$vboptions[shout_extra_options]">
                                                        <input type='button' class='button' value='Clear' onclick='sb_Clear()' />
                                                        <input type='button' class='button' value='Smilies' onclick='sb_Smilies(this)' />
                                                        <input type='button' class='button' style='font-weight:bold' value='B' onclick='sb_PropChange_Button(this, "fontWeight")' />
                                                        <input type='button' class='button' style='text-decoration:underline' value='U' onclick='sb_PropChange_Button(this, "textDecoration")' />
                                                        <input type='button' class='button' style='font-style:italic' value='I' onclick='sb_PropChange_Button(this, "fontStyle")' />
                                                        <select name='font_color' onchange='sb_PropChange(this, "color")'>
                                                                {$DropDowns['color_selector']}
                                                        </select>
                                                        <select name='font_selector' onchange='sb_PropChange(this, "fontFamily")'>
                                                                {$DropDowns['font_selector']}
                                                        </select>
                                                        </if>
                                                </td>
                                        </tr>
                                        </table>
                                        </if>
                                </if>
                                </td>
                        </tr>
                </tbody>
                </table>


</form>


<script type='text/javascript'>
<!--

postingShout = false

function requestShouts()
{
        if (!postingShout)
        {
                ShoutRequest = new vB_AJAX_Handler(true)
                ShoutRequest.onreadystatechange(showShouts)
                ShoutRequest.send('vbshout.php', 'nocache=' + (5 * Math.random() * 1.33) )
        }
}

function showShouts()
{
        if (ShoutRequest)
        {
                if (ShoutRequest.handler.readyState == 4 && ShoutRequest.handler.status == 200 && ShoutRequest.handler.responseText)
                {
                        Shouts          = fetch_object('vbshout')
                        Shouts.innerHTML = '<table cellpadding="1" cellspacing="3" border="0" width="95%" align="left">' + ShoutRequest.handler.responseText + '</table>'
                        setTimeout('requestShouts()', 10000)
                        <if condition="$vboptions[shout_messages_order]">

                        document.getElementById('vbshout').scrollTop = 99999;
                        </if>
                }
        }
}

function sb_CollectHV(sbForm)
{
        rString = ''
        inputObjs = sbForm.getElementsByTagName('input')
        for (i = 0; i < inputObjs.length; i++)
        {
                if (inputObjs[i].type == 'hidden' && inputObjs[i].value != '')
                {
                        rString += '&' + inputObjs[i].name + '=' + PHP.urlencode(inputObjs[i].value)
                }
        }

        return rString
}

function postShout(formObj)
{
        doShout = new vB_AJAX_Handler(true)
        doShout.onreadystatechange(postedShout)

        if (postingShout)
        {
                alert('Posting in progress..')
                return false
        }

        Shout = formObj.shout.value

        if (Shout.replace(/ /g, '') == '')
        {
                alert('You must enter a shout!')
                return false
        }

        doShout.send('vbshout.php', 'do=shout&shout=' + PHP.urlencode(Shout) + sb_CollectHV(document.forms['vbshoutform']))
        sb_Clear()
        postingShout = true

        return false
}

function postedShout()
{
        if (doShout.handler.readyState == 4 && doShout.handler.status == 200)
        {
                postingShout = false
                requestShouts()
        }
}

function sb_Input_SC(sProperty, setting)
{
        eval('document.forms["vbshoutform"].shout.style.' + sProperty + ' = "' + setting + '"')
        eval('document.forms["vbshoutform"].' + sProperty + '.value = "' + setting + '"')
}

function getSelectionValue(eSelector)
{
        return eSelector.options[eSelector.options.selectedIndex].value == 'Default' ? '' : eSelector.options[eSelector.options.selectedIndex].value
}

function sb_PropChange(eSelector, sProperty)
{
        sb_Input_SC(sProperty, getSelectionValue(eSelector))
}

function sb_PropChange_Button_Value(sProperty)
{
        trueValue = ''
        switch (sProperty)
        {
                case 'fontWeight':
                falseValue = 'bold'
                break;

                case 'textDecoration':
                falseValue = 'underline'
                break;

                case 'fontStyle':
                falseValue = 'italic'
                break;
        }

        return (eval('document.forms["vbshoutform"].' + sProperty + '.value'))? trueValue : falseValue
}

function sb_PropChange_Button(cButton, sProperty)
{
        if (cButton.value.match(/\*/))
        {
                cButton.value = cButton.value.replace(/\s+\*/, '')
        }
        else
        {
                cButton.value = cButton.value + ' *'
        }

        sb_Input_SC(sProperty, sb_PropChange_Button_Value(sProperty))
}

function sb_Smilie(code)
{
        document.forms["vbshoutform"].shout.value += ' ' + code
        return false
}

function sb_Clear()
{
        document.forms["vbshoutform"].shout.value = ''
        return true;
}

function sb_Smilies(cButton)
{
        if (cButton.value.match(/\*/))
        {
                cButton.value = cButton.value.replace(/\s+\*/, '')
        }
        else
        {
                cButton.value = cButton.value + ' *'
        }
       
        document.getElementById('shout_emo').style.display = (document.getElementById('shout_emo').style.display == 'none')? '' : 'none'
}

requestShouts()

-->

</script>
</tr>
</table>

<!-- / breadcrumb, login, pm info -->       
<!-- nav buttons bar -->
<div align="center">
        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
        <tr align="center">
                <if condition="$show['member']">
                        <td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
                </if>
                <if condition="$show['registerbutton']">
                        <td class="vbmenu_control"><a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></td>
                </if>
                <if condition="$show['member']">
                <td class="vbmenu_control"><a href="http://www.e-paylas.de/forum/vbshout.php?do=archive">Shout Arşivi</a></td></if>
                <td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
                <td class="vbmenu_control"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
                <td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
                <if condition="$show['popups']">               
                        <if condition="$show['searchbuttons']">
                                <if condition="$show['member']">
                                <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
                                <else />
                                <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
                                </if>
                                <td id="navbar_search" class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <script type="text/javascript"> vbmenu_register("navbar_search"); </script></td>
                        </if>
                        <if condition="$show['member']">
                                <td id="usercptools" class="vbmenu_control"><a href="$show[nojs_link]#usercptools">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td>               
                        </if>
                <else />               
                        <if condition="$show['searchbuttons']">
                                <td class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4">$vbphrase[search]</a></td>
                                <if condition="$show['member']">
                                <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
                                <else />
                               



<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
                                </if>
                        </if>
                        <td class="vbmenu_control"><a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a></td>
                        <if condition="$show['member']">                       
                                <td class="vbmenu_control"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td>                       
                        </if>                       
                </if>
                <if condition="$show['member']">
                        <td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]" onclick="return log_out()">$vbphrase[log_out]</a></td>
                </if>
        </tr>
        </table>
</div>
<!-- / nav buttons bar -->

<br />


<if condition="$show['popups']">
<!-- NAVBAR POPUP MENUS -->
       
        <if condition="$show['searchbuttons']">
        <!-- header quick search form -->
        <div class="vbmenu_popup" id="navbar_search_menu" style="display:none">
                <table cellpadding="4" cellspacing="1" border="0">
                <tr>
                        <td class="thead">$vbphrase[search_forums]</td>
                </tr>
                <tr>
                        <td class="vbmenu_option" title="nohilite">
                        <form action="search.php" method="post">
                                <input type="hidden" name="do" value="process" />
                                <input type="hidden" name="showposts" value="0" />
                                <input type="hidden" name="quicksearch" value="1" />
                                <input type="hidden" name="s" value="$session[sessionhash]" />
                                <input type="text" class="bginput" name="query" size="20" />&nbsp;$gobutton<br />
                        </form>
                        </td>
                </tr>
                <tr>
                        <td class="vbmenu_option"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[advanced_search]</a></td>
                </tr>
                </table>
        </div>
        <!-- / header quick search form -->
        </if>

        <if condition="$show['member']">
        <!-- user cp tools menu -->
        <div class="vbmenu_popup" id="usercptools_menu" style="display:none">
                <table cellpadding="4" cellspacing="1" border="0">
               
                <tr><td class="thead">$vbphrase[quick_links]</td></tr>               
                <if condition="$vboptions['enablesearches']"><tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getdaily">$vbphrase[todays_posts]</a></td></tr></if>
                <tr><td class="vbmenu_option"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td></tr>
                <tr><td class="vbmenu_option"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td></tr>
                               
                <tr><td class="thead"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_control_panel]</a></td></tr>
                <if condition="$show['siglink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td></tr></if>
                <!--<if condition="$show['avatarlink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editavatar">$vbphrase[edit_avatar]</a></td></tr></if>-->
                <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td></tr>
                <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>
               
                <tr><td class="thead">$vbphrase[miscellaneous]</td></tr>
                <if condition="$show['pmstats']"><tr><td class="vbmenu_option"><a href="private.php$session[sessionurl_q]" rel="nofollow">$vbphrase[private_messages]</a></td></tr></if>
                <tr><td class="vbmenu_option"><a href="subscription.php$session[sessionurl_q]" rel="nofollow">$vbphrase[subscribed_threads]</a></td></tr>
                <tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr>
                <if condition="$show['wollink']"><tr><td class="vbmenu_option"><a href="online.php$session[sessionurl_q]">$vbphrase[whos_online]</a></td></tr></if>
               
                </table>
        </div>
        <!-- / user cp tools menu -->
        </if>
<!-- / NAVBAR POPUP MENUS -->

<!-- PAGENAV POPUP -->

        <div class="vbmenu_popup" id="pagenav_menu" style="display:none">
                <table cellpadding="4" cellspacing="1" border="0">
                <tr>
                        <td class="thead" nowrap="nowrap">$vbphrase[go_to_page]</td>
                </tr>
                <tr>
                        <td class="vbmenu_option" title="nohilite">
                        <form action="$vboptions[forumhome].php" method="get" onsubmit="return this.gotopage()" id="pagenav_form">
                                <input type="text" class="bginput" id="pagenav_itxt" style="font-size:11px" size="4" />
                                <input type="button" class="button" id="pagenav_ibtn" value="$vbphrase[go]" />
                        </form>
                        </td>
                </tr>
                </table>
        </div>












<!-- / PAGENAV POPUP -->

</if></table><br/><br/><br/><br/><br/>
</script></div></td><td width="100%" align="left" valign="top" style="padding-top: 10px; padding-bottom: 10px;"><div><div style="margin-bottom: 5px;"><div class="titlebg_tp" style="padding: 4px; font-weight: bold;"><a href="javascript: void(0);" onclick="toggle('19')"></a>E - R A D I O</div><hr><div style="padding: 4px; " id="block19"><div align="center"><br /><a href="http://www.sohbetim.ch:8252/listen.pls"><img src="http://www.e-paylas.de/forum/graymaster/eRadio.gif" width="224" height="119" border="0"></a><a href="http://www.e-paylas.de/forum/graymaster/winamp524_lite.exe"><img src="http://www.e-paylas.de/forum/graymaster/winamp.gif" width="117" height="118" border="0"></a><a href="http://www.e-paylas.de/forum/showthread.php?t=696"><img src="http://www.e-paylas.de/forum/graymaster/dj.gif" width="224" height="119" border="0"></a><br /></div></div></div><div style="margin-bottom: 5px;">
<script language="Javascript">
        function toggle( targetId )
        {
                var state = 0;
                var blockname = "block" + targetId;
                var blockimage = "blockcollapse" + targetId;

                if ( document.getElementById ) {
                        target = document.getElementById( blockname );
                        if ( target.style.display == "none" ) {
                                target.style.display = "";
                                state = 1;
                        }
                        else {
                                target.style.display = "none";
                                state = 0;
                        }

            document.getElementById( blockimage ).src = smf_images_url + (state ? "/collapse.gif" : "/expand.gif");
                        var tempImage = new Image();
                        tempImage.src =

                }
        }
</script></div><br /><div align="center">
</div>

footer

PHP Code:

<!-- Left Column Code  -->
</
td></tr>
</
table>
</
td></tr>
</
table>
<!-- 
End Left Column Code -->

<
form action="$vboptions[forumhome].php" method="get">
    
<
table cellpadding="$stylevar[cellpadding]cellspacing="0" border="0" width="$stylevar[outertablewidth]class="page" align="center">
<
tr>
    <if 
condition="$show['quickchooser']">
    <
br /><br />    <td class="">
            <
select name="styleid" id="ressel" onchange="switch_styleid(this)">
                <
optgroup label="$vbphrase[quick_style_chooser]">
                    
$quickchooserbits
                
</optgroup>
            </
select>
        </
td>
    </if>
    <
td class="" align="$stylevar[right]">
        <
div class="smallfont">
            <
strong>
                <
a href="$vboptions[contactuslink]">$vbphrase[contact_us]</a> -
                <
a href="$vboptions[homeurl]">$vboptions[hometitle]</a> -
                <if 
condition="$show['admincplink']"><a href="$admincpdir/index.php?$session[sessionurl]">$vbphrase[admin]</a> -</if>
                <if 
condition="$show['modcplink']"><a href="$modcpdir/index.php?$session[sessionurl]">$vbphrase[mod]</a> -</if>
                <if 
condition="$vboptions['archiveenabled']"><a href="archive/index.php">$vbphrase[archive]</a> -</if>
                <if 
condition="$vboptions[privacyurl]"><a href="$vboptions[privacyurl]">$vbphrase[privacy_statement]</a> -</if>
                <
a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a>
            </
strong>
        </
div>
    </
td>
</
tr>
</
table>

<
br />




<
script type="text/javascript">
<!--
    
// Main vBulletin Javascript Initialization
    
vBulletin_init();
//-->
</script>


</
td>







            
 
        <if 
condition="$show['dst_correction']"
        <!-- 
auto DST correction code -->
        <
form action="profile.php" method="post" name="dstform">
          <
input type="hidden" name="s" value="$session[sessionhash]/>
          <
input type="hidden" name="do" value="dst" />
        </
form>
        <
script type="text/javascript">
<!--
    var 
tzOffset $bbuserinfo[timezoneoffset] + $bbuserinfo[dstonoff];
    var 
utcOffset = new Date().getTimezoneOffset() / 60;
    if (
Math.abs(tzOffset utcOffset) == 1)
    {    
// Dst offset is 1 so its changed
        
document.forms.dstform.submit();
    }
//-->
</script>
        <!-- / 
auto DST correction code -->
        </if> 
        <
script type="text/javascript">
<!--
    
// Main vBulletin Javascript Initialization
    
vBulletin_init();

    
// Initialize 'Active' Table Cells
    //activecells_init();
//-->
</script>
      </
div></td>
</
table>

     </
tr>










          <
tr>
            <
td class="footer"><div class="sdcopyright"> </div></td>
            </
tr>
        </
table>

        </
td>
      </
tr>
    </
table>
    </
td>
  </
tr>
</
table></body>
<!--
EndSdFooter-->
<!-- 
Left Column Code  -->
</
td></tr>
</
table>
</
td></tr>
</
table>
<!-- 
End Left Column Code --> 

left column

PHP Code:

<table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td width="170" style="padding: 4px; padding-top: 53px;padding-right: 1ex;" valign="top">
      
<
tbody id="collapseobj_forumrules" style="$vbcollapse[collapseobj_forumrules]">
<
tr>



<
br/><br/><br/>  
<
img src="http://www.e-paylas.de/images/Turkey Flag.gif" alt="" />

        
<
div id="leftbarHeader" style="padding-top: 5px; width: 170px;"><div class="tborder_tp" style="margin-bottom: 5px;"><div class="titlebg_tp" style="padding: 4px; font-weight: bold;"></a><u>Forum Men?</u></div>&nbsp;&nbsp;<img src="http://www.e-paylas.de/forum/images/nokta.gif" alt="" />&nbsp;<a href="index.php">Ana Sayfa</a><br />&nbsp;&nbsp;<img src="http://www.e-paylas.de/forum/images/nokta.gif" alt="" />&nbsp;<a href="http://www.e-paylas.de/forum/showthread.php?t=6">Forum Kurallari</a><br />&nbsp;&nbsp;<img src="http://www.e-paylas.de/forum/images/nokta.gif" alt="" />&nbsp;<a href="http://www.e-paylas.de/forum/showthread.php?t=843">Yasak Sunumlar</a><br />&nbsp;&nbsp;<img src="http://www.e-paylas.de/forum/images/nokta.gif" alt="" />&nbsp;<a href="http://64.18.144.228:7979/listen.pls">Radyo Dinle</a><br />&nbsp;&nbsp;<b>Emule ve Digerleri</b><br />&nbsp;&nbsp;<img src="http://www.e-paylas.de/forum/images/nokta.gif" alt="" />&nbsp;<a href="http://internap.dl.sourceforge.net/sourceforge/emule/eMule0.47a-Installer.exe">Emule v0.47</a><br />&nbsp;&nbsp;<img src="http://www.e-paylas.de/forum/images/nokta.gif" alt="" />&nbsp;<a href="http://www.e-paylas.de/forum/showthread.php?t=423">Emule Nedir?</a><br />&nbsp;&nbsp;<img src="http://www.e-paylas.de/forum/images/nokta.gif" alt="" />&nbsp;<a href="http://www.e-paylas.de/forum/images/attach/fincan5.2setup.exe">Fincan v5.2 </a><br />&nbsp;&nbsp;<img src="http://www.e-paylas.de/forum/images/nokta.gif" alt="" />&nbsp;<a href="http://www.e-paylas.de/forum/showthread.php?t=32">eMule Kad Kullanimi</a><br />&nbsp;&nbsp;<b>SSS FAQ</b><br />&nbsp;&nbsp;<img src="http://www.e-paylas.de/forum/images/nokta.gif" alt="" />&nbsp;<a href="http://www.e-paylas.de/forum/showthread.php?t=450">Film Sunmak</a><br />&nbsp;&nbsp;<img src="http://www.e-paylas.de/forum/images/nokta.gif" alt="" />&nbsp;<a href="http://www.e-paylas.de/forum/showthread.php?p=1578#post1578">Rapid Kullanimi</a><br />&nbsp;&nbsp;<img src="http://www.e-paylas.de/forum/images/nokta.gif" alt="" />&nbsp;<a href="http://www.e-paylas.de/forum/showthread.php?p=83#post83">Port Acma</a><br />&nbsp;&nbsp;<img src="http://www.e-paylas.de/forum/images/nokta.gif" alt="" />&nbsp;<a href="http://www.e-paylas.de/forum/forumdisplay.php?f=33">Diger</a><br />

</
div>

<
br/>
</
table


peterska2 08-03-2006 09:12 AM

OK, your footer and leftcolumn are spot on.

Your column start code is completely missing from your header template though. Have you placed it somewhere else (eg navbar) or omited that step?

aveon 08-03-2006 09:34 AM

no i took it off because my site was loooking horrible and i had to take it of but usually it is there in botom of the header

peterska2 08-03-2006 09:50 AM

ok, something I just noticed. In your footer template (I missed it before) you have the end column code in there twice

Code:

          <tr>
            <td class="footer"><div class="sdcopyright"> </div></td>
            </tr>
        </table>

        </td>
      </tr>
    </table>
    </td>
  </tr>
</table></body>
<!--EndSdFooter-->
<!-- Left Column Code  -->
</td></tr>
</table>
</td></tr>
</table>
<!-- End Left Column Code -->

Delete the one that appears here.

After deleting that, try it again and report back with what happens. If possible, provide a link to your site and a test login if it is only affecting pages that are not accessible to guests.

Also for debugging purposes, please enable HTML comments in your source as a temporary measure. This is done via vBOptions > General Settings > Add Template Name in HTML Comments > YES

aveon 08-03-2006 10:26 AM

oh i never noticed that let me see if it works when i take it off

aveon 08-03-2006 10:29 AM

no thats not it its also set yes in vb options hmm this strang ill try another skin and i will see if that works..

peterska2 08-03-2006 11:09 AM

I am pretty certain that it will be style that is causing the problem.

Let me know how it goes.

futuredood 08-05-2006 12:53 PM

is the image photoshopped? i've tried everything to get the welcome block at the top of the left column, mainly with the private message lines and asked for help in a few different threads. can someone show us how?

aveon 08-06-2006 02:15 PM

no peterska its not the template there is something wrong wit the hack

Annapurna 08-07-2006 02:01 PM

any experiences at 3.6?

peterska2 08-07-2006 02:53 PM

no known issues with it on 3.6 :)

kailew 08-07-2006 10:31 PM

Hi,

is there a way that the left side column starts under the navbar?

Kai

aveon 08-08-2006 09:45 PM

Code:

<!-- Right Column Code  -->
</td>
<td width="160" valign="top" align="left">$rightcolumn</td>
</tr>
</table>
</td></tr>
</table>
<!-- End Right Column Code -->


pu this code to the end of the navbar

attroll 08-09-2006 04:57 PM

Is there a way to make the left column float so that when in the forums and you scroll down the left column will stay on the page and not scroll up off the screen?

aveon 08-09-2006 06:27 PM

or is there any way to add collapse to all left column??


All times are GMT. The time now is 01:08 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02214 seconds
  • Memory Usage 2,105KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (10)bbcode_code_printable
  • (1)bbcode_html_printable
  • (2)bbcode_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete