vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   How to create a footer column like this one (https://vborg.vbsupport.ru/showthread.php?t=276169)

Cystomatic 12-29-2011 10:16 PM

How to create a footer column like this one
 
Hello I have recently seen the vBulletin style "Ideal" and I saw a very nice feature at the footer where you can add different links.

How can I create such a footer?

Here is a preview:
http://screensnapr.com/e/cxEkzO.png

alaska_av8r 12-30-2011 04:57 AM

I like this as well

dany_danay 12-31-2011 01:52 AM

mee too

final kaoss 12-31-2011 02:21 AM

Easy, just look at the source code.
http://forumtecn0logia.com/calendar....20000&langid=1

PHP Code:

Copyright 2011 vBulletin SolutionsIncAll rights reserved.  
            <!-- Do 
not remove this copyright notice --> 
          </
div>
          
</
div>
</
div>

<
div id="foot">
  <
div id="foot_top">
    <
div class="main_wrap">
      <
div class="below_body">
<
div id="footer_column_1">
<
div class="footer_column_inner">
<
h4 class="footer_column_header">
Column One Header
</h4>
<
ul>
<
li><a href="#">Example Link 1</a></li>
<
li><a href="#">Example Link 2</a></li>

<
li><a href="#">Example Link 3</a></li>
<
li><a href="#">Example Link 4</a></li>
<
li><a href="#">Example Link 5</a></li>
<
li><a href="#">Example Link 6</a></li>
</
ul>
</
div>
</
div>
<
div id="footer_column_2">
<
div class="footer_column_inner">
<
h4 class="footer_column_header">
Column Two Header
</h4>
<
ul>

<
li><a href="#">Example Link 1</a></li>
<
li><a href="#">Example Link 2</a></li>
<
li><a href="#">Example Link 3</a></li>
<
li><a href="#">Example Link 4</a></li>
<
li><a href="#">Example Link 5</a></li>
<
li><a href="#">Example Link 6</a></li>
</
ul>
</
div>
</
div>
<
div id="footer_column_3">
<
div class="footer_column_inner">

<
h4 class="footer_column_header">
About Us
</h4>
<
div>
Lorem ipsum dolor sit ametsem mauriseget aeneanNulla nislUt sit liberoamet aliquam potentiEu pede molestieinteger velit nibhlorem imperdietFacilisis malesuada consequateget lacus consectetuerrisus nam id.
</
div>
</
div>
</
div>
<
div id="footer_column_4">
<
div class="footer_column_inner">

<
h4 class="footer_column_header">
Search
</h4>
    <
div>
        <
form class="footer_search" id="footer_search" method="post" action="search.php?do=process">

            
            <
input type="hidden" value="guest" name="securitytoken"/>
            <
input type="hidden" value="process" name="do"/>
            <
input type="text" tabindex="99" class="textbox" name="query" value=""/>
            <
input type="image" tabindex="100" onclick="document.getElementById('navbar_search').submit;" name="submit" src="images/tf_ideal/blue/buttons/search.png" class="searchbutton"/>
        </
form>
    </
div>
    <
div id="footer_advanced_search">
    <
a accesskey="4" href="search.php?">Advanced Search</a>

    </
div>

<
div id="social_icons_footer">
<
h4 class="footer_column_header">
Connect With Us
</h4>
<
div>
<
a href="#"><img alt="Facebook" src="images/tf_ideal/social/facebook.png" title="Facebook"/></a>
<
a href="#"><img alt="Myspace" src="images/tf_ideal/social/myspace.png" title="Myspace"/></a>
<
a href="#"><img alt="Blogger" src="images/tf_ideal/social/blogger.png" title="Blogger"/></a>
<
a href="#"><img alt="Twitter" src="images/tf_ideal/social/twitter.png" title="Twitter"/></a>
<
a href="#"><img alt="YouTube" src="images/tf_ideal/social/youtube.png" title="YouTube"/></a>
</
div>
</
div>
<
div class="clear"/>
</
div></div>

        <
div class="clear"/>
      </
div>
    </
div>
  </
div>
  <
div id="foot_bottom">
    <
div class="main_wrap">
      <
div id="foot_bottom_inner"

<
div class="floatcontainer footer" id="footer">
  <
ul class="footer_links" id="footer_links">

    
      <
li><a href="http://www.forumtecn0logia.com">F?rum Tecn0logia</a></li


Cystomatic 12-31-2011 02:51 PM

Quote:

Originally Posted by extreme-gaming (Post 2282418)
Easy, just look at the source code.
http://forumtecn0logia.com/calendar....20000&langid=1

PHP Code:

Copyright 2011 vBulletin SolutionsIncAll rights reserved.  
            <!-- Do 
not remove this copyright notice --> 
          </
div>
          
</
div>
</
div>

<
div id="foot">
  <
div id="foot_top">
    <
div class="main_wrap">
      <
div class="below_body">
<
div id="footer_column_1">
<
div class="footer_column_inner">
<
h4 class="footer_column_header">
Column One Header
</h4>
<
ul>
<
li><a href="#">Example Link 1</a></li>
<
li><a href="#">Example Link 2</a></li>

<
li><a href="#">Example Link 3</a></li>
<
li><a href="#">Example Link 4</a></li>
<
li><a href="#">Example Link 5</a></li>
<
li><a href="#">Example Link 6</a></li>
</
ul>
</
div>
</
div>
<
div id="footer_column_2">
<
div class="footer_column_inner">
<
h4 class="footer_column_header">
Column Two Header
</h4>
<
ul>

<
li><a href="#">Example Link 1</a></li>
<
li><a href="#">Example Link 2</a></li>
<
li><a href="#">Example Link 3</a></li>
<
li><a href="#">Example Link 4</a></li>
<
li><a href="#">Example Link 5</a></li>
<
li><a href="#">Example Link 6</a></li>
</
ul>
</
div>
</
div>
<
div id="footer_column_3">
<
div class="footer_column_inner">

<
h4 class="footer_column_header">
About Us
</h4>
<
div>
Lorem ipsum dolor sit ametsem mauriseget aeneanNulla nislUt sit liberoamet aliquam potentiEu pede molestieinteger velit nibhlorem imperdietFacilisis malesuada consequateget lacus consectetuerrisus nam id.
</
div>
</
div>
</
div>
<
div id="footer_column_4">
<
div class="footer_column_inner">

<
h4 class="footer_column_header">
Search
</h4>
    <
div>
        <
form class="footer_search" id="footer_search" method="post" action="search.php?do=process">

            
            <
input type="hidden" value="guest" name="securitytoken"/>
            <
input type="hidden" value="process" name="do"/>
            <
input type="text" tabindex="99" class="textbox" name="query" value=""/>
            <
input type="image" tabindex="100" onclick="document.getElementById('navbar_search').submit;" name="submit" src="images/tf_ideal/blue/buttons/search.png" class="searchbutton"/>
        </
form>
    </
div>
    <
div id="footer_advanced_search">
    <
a accesskey="4" href="search.php?">Advanced Search</a>

    </
div>

<
div id="social_icons_footer">
<
h4 class="footer_column_header">
Connect With Us
</h4>
<
div>
<
a href="#"><img alt="Facebook" src="images/tf_ideal/social/facebook.png" title="Facebook"/></a>
<
a href="#"><img alt="Myspace" src="images/tf_ideal/social/myspace.png" title="Myspace"/></a>
<
a href="#"><img alt="Blogger" src="images/tf_ideal/social/blogger.png" title="Blogger"/></a>
<
a href="#"><img alt="Twitter" src="images/tf_ideal/social/twitter.png" title="Twitter"/></a>
<
a href="#"><img alt="YouTube" src="images/tf_ideal/social/youtube.png" title="YouTube"/></a>
</
div>
</
div>
<
div class="clear"/>
</
div></div>

        <
div class="clear"/>
      </
div>
    </
div>
  </
div>
  <
div id="foot_bottom">
    <
div class="main_wrap">
      <
div id="foot_bottom_inner"

<
div class="floatcontainer footer" id="footer">
  <
ul class="footer_links" id="footer_links">

    
      <
li><a href="http://www.forumtecn0logia.com">F?rum Tecn0logia</a></li


Just tried it, it didn't work :(

Lynne 12-31-2011 04:24 PM

What *exactly* did you try (that is only a portion of the footer, not the whole thing)? And can we get a link to see it so we can see what is wrong.

Toorak Times 01-02-2012 02:13 PM

Hi Lynne,

Mick here, www.tooraktimes.com.au, This footer would add that little bit of publishing wise panache I need at the bottom of my page. Does this tie in with the site map also?

Cheers, and Happy New Year

final kaoss 01-05-2012 12:28 PM

1 Attachment(s)
Hold the phone just a minute here... Why do you have so many premium skins installed?

Lynne 01-05-2012 04:41 PM

Quote:

Originally Posted by Toorak Times (Post 2283041)
Hi Lynne,

Mick here, www.tooraktimes.com.au, This footer would add that little bit of publishing wise panache I need at the bottom of my page. Does this tie in with the site map also?

Cheers, and Happy New Year

Does what tie into the site map? I have no idea what you are asking about.

alaska_av8r 01-05-2012 09:53 PM

I went into the footer template and posted
PHP Code:

<div class="main_wrap">
  <
div style="clear: left">  
      </
div>

</
div>

</
div>

<
div id="body_footer">
<
div class="main_wrap">

    <
form action="forum.php" method="get" id="footer_select" class="footer_select">

            
        
            <
select name="styleid" onchange="switch_id(this, 'style')">
                <
optgroup label="Seletor R?pido de Estilos">
                    <
option value="1" class="" >-- Default Style</option><option value="5" class="" >-- TF Ideal (Fixed)</option><option value="7" class="" >---- TF Ideal Blue (Fixed)</option><option value="8" class="" selected="selected">------ TF Ideal Blue (Fluid)</option><option value="6" class="" >---- TF Ideal (Fluid)</option>

                </
optgroup>
            </
select>    
        
        
        
            <
select name="langid" onchange="switch_id(this, 'lang')">
                <
optgroup label="Seletor R?pido de Idioma">
                    <
option value="1" class="" >-- English (US)</option><option value="3" class="" selected="selected">-- Portugu?(Brasil)</option>
                </
optgroup>
            </
select>
        
    </
form>

          <
div id="footer_copyright" class="shade footer_copyright"
            <!-- Do 
not remove this copyright notice --> 
            
Powered by <a href="http://www.vbulletin.com" id="vbulletinlink">vBulletin&trade;</aVersion 4.1.9 <br />Copyright &copy2012 vBulletin SolutionsIncAll rights reserved.  
            <!-- Do 
not remove this copyright notice --> 
          </
div>
          
</
div>
</
div>

<
div id="foot">
  <
div id="foot_top">
    <
div class="main_wrap">
      <
div class="below_body">
<
div id="footer_column_1">
<
div class="footer_column_inner">
<
h4 class="footer_column_header">
Column One Header
</h4>
<
ul>
<
li><a href="#">Example Link 1</a></li>
<
li><a href="#">Example Link 2</a></li>

<
li><a href="#">Example Link 3</a></li>
<
li><a href="#">Example Link 4</a></li>
<
li><a href="#">Example Link 5</a></li>
<
li><a href="#">Example Link 6</a></li>
</
ul>
</
div>
</
div>
<
div id="footer_column_2">
<
div class="footer_column_inner">
<
h4 class="footer_column_header">
Column Two Header
</h4>
<
ul>

<
li><a href="#">Example Link 1</a></li>
<
li><a href="#">Example Link 2</a></li>
<
li><a href="#">Example Link 3</a></li>
<
li><a href="#">Example Link 4</a></li>
<
li><a href="#">Example Link 5</a></li>
<
li><a href="#">Example Link 6</a></li>
</
ul>
</
div>
</
div>
<
div id="footer_column_3">
<
div class="footer_column_inner">

<
h4 class="footer_column_header">
About Us
</h4>
<
div>
Lorem ipsum dolor sit ametsem mauriseget aeneanNulla nislUt sit liberoamet aliquam potentiEu pede molestieinteger velit nibhlorem imperdietFacilisis malesuada consequateget lacus consectetuerrisus nam id.
</
div>
</
div>
</
div>
<
div id="footer_column_4">
<
div class="footer_column_inner">

<
h4 class="footer_column_header">
Search
</h4>
    <
div>
        <
form action="search.php?do=process" method="post" id="footer_search" class="footer_search">

            
            <
input type="hidden" name="securitytoken" value="guest" />
            <
input type="hidden" name="do" value="process" />
            <
input type="text" value="" name="query" class="textbox" tabindex="99" />
            <
input type="image" class="searchbutton" src="images/tf_ideal/blue/buttons/search.png" name="submit" onclick="document.getElementById('navbar_search').submit;" tabindex="100"/>
        </
form>
    </
div>
    <
div id="footer_advanced_search">
    <
a href="search.php?" accesskey="4">Pesquisa Avan?ada</a>

    </
div>

<
div id="social_icons_footer">
<
h4 class="footer_column_header">
Connect With Us
</h4>
<
div>
<
a href="#"><img src="images/tf_ideal/social/facebook.png" alt="Facebook" /></a>
<
a href="#"><img src="images/tf_ideal/social/myspace.png" alt="Myspace" /></a>
<
a href="#"><img src="images/tf_ideal/social/blogger.png" alt="Blogger" /></a>
<
a href="#"><img src="images/tf_ideal/social/twitter.png" alt="Twitter" /></a>
<
a href="#"><img src="images/tf_ideal/social/youtube.png" alt="YouTube" /></a>
</
div>
</
div>
<
div class="clear"></div>
</
div></div>

        <
div class="clear"></div>
      </
div>
    </
div>
  </
div>
  <
div id="foot_bottom">
    <
div class="main_wrap">
      <
div id="foot_bottom_inner"

<
div id="footer" class="floatcontainer footer">
  <
ul id="footer_links" class="footer_links">

    
      <
li><a href="http://www.forumtecn0logia.com">F?rum Tecn0logia</a></li>
    
    
    
    
      <
li><a href="archive/index.php?">Arquivo</a></li>
    
    
    
    
    
      <
li><a href="sendmessage.php?" rel="nofollow" accesskey="9">Fale Conosco</a></li>
    
  </
ul>
  
  <
script type="text/javascript">
    <!--
        
// Main vBulletin Javascript Initialization
        
vBulletin_init();
    
//-->
    
</script
  
</
div>

<
div id="footer_morecopyright" class="shade footer_morecopyright"
            <!-- Do 
not remove cronimage or your scheduled tasks will cease to function --> 
            <
img src="http://www.forumtecn0logia.com/cron.php?rand=1325711339" alt="" width="1" height="1" border="0" /> 

            <!-- Do 
not remove cronimage or your scheduled tasks will cease to function --> 
            

</
div>

<
div style="display: none;">

</
div>
<
div class="clear"></div>


      </
div>
      <
div class="clear"></div>
    </
div>
  </
div>
</
div




It is not working so I am obviously missing some code because it is not recognizing the columns that they have, everything left aligns.

I also edited my own footer code and cannot get it to recognize columns. Sorry not too good at this php stuff. This is as far as I have gotten with it. http://www.boatinghowto.com/forum.php


All times are GMT. The time now is 06:57 AM.

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.01353 seconds
  • Memory Usage 1,944KB
  • 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
  • (3)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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