Go Back   vb.org Archive > vBulletin 5 Connect Discussion > vB5 General Discussions
Prev Previous Post   Next Post Next
  #1  
Old 03-09-2015, 02:18 PM
satriamuda99 satriamuda99 is offline
 
Join Date: Oct 2014
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default MAKE footer of a module of vb 5.1.5

MAKE footer of a module of vb 5.1.5 made footer with html module . and input this code
PHP Code:
<html lang="en">
<
head>
    <
style type="text/css">
        
#footer-menu { 
            
float:left
            
background:#442619 ; 
            
color:DB9900
            
width:1110px;
            
margin:50px auto 0 auto
            
padding:10px 10px 2px 10px
            
display:inline;
        }
        
#footer-menu ul { 
            
padding:0
            list-
style-type:none
            
left:auto
            
overflowauto
        }
        
#footer-menu li { 
            
margin:0 20px 5px 0
            
padding-left:6px
            list-
style-type:none
            
float:left
            
display:inline
            
background:none
            
position:relative
            
font-family:Arial
            
font-weight:bold
            
border-left:1px solid 000000;
        }
        
#footer-menu ul li ul {
            
margin:5px 0 5px 0;
        }
        
#footer-menu ul ul li {
            
float:none
            
padding:0
            
margin:0 0 2px 0
            
font-weight:normal
            
display:block
            
width:auto
            
border:0;
        }
        
#footer-menu a { 
            
text-decorationnone
            
colorwhite;
        }
        
#footer-menu a:hover {
            
text-decorationunderline
            
colorgold;
        }
    </
style>
</
head>
<
body>
    <
div id="footer-menu">
        <
ul>
            <
li><a href="http://thejual.com">Peraturan forum</a>
                <
ul>
              <
li><a href="http://www.thejual.com/forum/main-forum/mau-bikin-thread-atau-posting-baca-ini-dulu">Peraturan</a></li>
                    <
li>
            <
a href="http://www.thejual.com/forum/main-forum/belajar-posting">Belajar posting</a> </li>        
            <
li><a href="http://www.thejual.com/forum/main-forum/mau-bikin-thread-atau-posting-baca-ini-dulu">Peraturan Posting</a> </li>
            
                    
                 
                </
ul>
            </
li>
            <
li><a href="http://www.thejual.com/forum/serba-serbi">Serba Serbi</a>
                <
ul>
                    <
li>
            <
a href="http://www.thejual.com/forum/serba-serbi/berita-dan-hukum">Berita dan Hukum</a> </li>        
            <
li><a href="http://www.thejual.com/forum/serba-serbi/ilmu-marketing-aa"Ilmu Marketing</a> </li>
            <
li>    <a href="http://www.thejual.com/forum/serba-serbi/ngobrol-bebas"Ngobrol Bebas</a></li>
                </
ul>
            </
li>
            <
li><a href="http://www.thejual.com/forum/webmaster">Web Master</a>
                <
ul>
                    <
li>
            
                     <
a href="http://www.thejual.com/forum/webmaster/seo">Seo</a>
                         <
li>    <a href="http://www.thejual.com/forum/webmaster/vbulletin">Vbulletin</a>
                          <
li>    <a href="http://www.thejual.com/forum/webmaster/wordpress">Wordpress</a></li>
                </
ul>
            </
li>
            
            <
li><a href="http://www.thejual.com/forum/webmaster/sosial-media">Sosial Media</a
                <
ul>
                   <
li> <a href="http://www.thejual.com/forum/webmaster/sosial-media/facebook">Facebook</a>
                         <
li>    <a href="http://www.thejual.com/forum/webmaster/sosial-media/twitter">Twitter</a>
                          <
li>    <a href="http://www.thejual.com/forum/webmaster/sosial-media/instagram">Instagram</a></td>

                </
ul>
            </
li>
<
li><a href="http://www.thejual.com/forum/forum-jual-beli">Jual Beli</a
                <
ul>
                    <
li>
            
                     <
a href="http://www.thejual.com/forum/forum-jual-beli/otomotif">Automotif</a>
                         <
li>    <a href="http://www.thejual.com/forum/forum-jual-beli/properti">Properti</a>
                          <
li>    <a href="http://www.thejual.com/forum/forum-jual-beli/handphone-tablet">Hp tablet</a></td>

                </
ul>
</
li>

<
div id="share-buttons">
 
<!-- 
Facebook -->
<
a href="https://www.facebook.com/thejual" target="_blank"><img src="http://www.simplesharebuttons.com/images/somacro/facebook.png" alt="Facebook" /></a>
 
<!-- 
Twitter -->
<
a href="https://twitter.com/thejual" target="_blank"><img src="http://www.simplesharebuttons.com/images/somacro/twitter.png" alt="Twitter" /></a>
 
<!-- 
Google+ -->
<
a href="https://twitter.com/thejual" target="_blank"><img src="http://www.simplesharebuttons.com/images/somacro/google.png" alt="Google" /></a>
 

 
<!-- 
LinkedIn -->
<
a href="https://www.linkedin.com/hp/?dnr=80jyJ0KlYK6F8Wwr80_wp0SlYK6oVzMwNY-c&trk=nav_responsive_tab_home" target="_blank"><img src="http://www.simplesharebuttons.com/images/somacro/linkedin.png" alt="LinkedIn" /></a>
 
<!-- 
Pinterest -->
<
a href="https://www.pinterest.com/a_properti/"><img src="http://www.simplesharebuttons.com/images/somacro/pinterest.png" alt="Pinterest" /></a>
 

 
<!-- 
Email -->
<
a href="mailto:?Subject=Simple Share Buttons&Body=I%20saw%20this%20and%20thought%20of%20you!%20 http://www.simplesharebuttons.com"><img src="http://www.simplesharebuttons.com/images/somacro/email.png" alt="Email" /></a>
 
</
div>
                </
ul>
        </
ul>
    </
div>
</
body>
</
html


sample my forum www.thejual.com
Reply With Quote
Благодарность от:
delicjous
 

Thread Tools
Display Modes

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

Forum Jump


All times are GMT. The time now is 09:43 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.10827 seconds
  • Memory Usage 2,615KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_php
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (7)post_thanks_box
  • (1)post_thanks_box_bit
  • (7)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (7)post_thanks_postbit_info
  • (7)postbit
  • (2)postbit_attachment
  • (7)postbit_onlinestatus
  • (7)postbit_wrapper
  • (1)showthread_list
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_threadedmode.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids_threaded
  • showthread_threaded_construct_link
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • postbit_attachment
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete