Go Back   vb.org Archive > vBulletin 5 Connect Discussion > vB5 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #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
  #2  
Old 03-16-2015, 06:30 PM
delicjous's Avatar
delicjous delicjous is offline
 
Join Date: Nov 2014
Posts: 352
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

nice idea!
I made a mod that display some links at the end of the footer.
Made it that you could use it with all your links and have full control about admincp.

Left Block:
5 Blocks of Links with each 4 Links
Every Link could be handle at admincp
Right:
6 Sharebuttons

Everything could set-up in settings -->options --> Footer menu

Hope it is useful for you and others.
Attached Images
File Type: jpg Bildschirmfoto 2015-03-16 um 20.27.08.jpg (30.8 KB, 0 views)
Attached Files
File Type: xml product_footer_add_menu.xml (32.6 KB, 18 views)
Reply With Quote
  #3  
Old 10-12-2015, 10:43 AM
satriamuda99 satriamuda99 is offline
 
Join Date: Oct 2014
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by delicjous View Post
Hi,

nice idea!
I made a mod that display some links at the end of the footer.
Made it that you could use it with all your links and have full control about admincp.

Left Block:
5 Blocks of Links with each 4 Links
Every Link could be handle at admincp
Right:
6 Sharebuttons

Everything could set-up in settings -->options --> Footer menu

Hope it is useful for you and others.
best footer nice..:up::up::up:
Reply With Quote
  #4  
Old 10-13-2015, 04:31 AM
friendlymela's Avatar
friendlymela friendlymela is offline
 
Join Date: Dec 2012
Location: Karachi, Pakistan
Posts: 272
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by delicjous View Post
Hi,

nice idea!
I made a mod that display some links at the end of the footer.
Made it that you could use it with all your links and have full control about admincp.

Left Block:
5 Blocks of Links with each 4 Links
Every Link could be handle at admincp
Right:
6 Sharebuttons

Everything could set-up in settings -->options --> Footer menu

Hope it is useful for you and others.
it will work on vb4?
Reply With Quote
  #5  
Old 10-14-2015, 09:24 AM
delicjous's Avatar
delicjous delicjous is offline
 
Join Date: Nov 2014
Posts: 352
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by friendlymela View Post
it will work on vb4?
don't know... try it ;-)

I don't use vB4, but I didn't believe it will work before you will change a bit of code.
Reply With Quote
  #6  
Old 09-14-2016, 04:34 PM
satriamuda99 satriamuda99 is offline
 
Join Date: Oct 2014
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by delicjous View Post
don't know... try it ;-)

I don't use vB4, but I didn't believe it will work before you will change a bit of code.
what your forum..?
Reply With Quote
  #7  
Old 09-14-2016, 04:37 PM
delicjous's Avatar
delicjous delicjous is offline
 
Join Date: Nov 2014
Posts: 352
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by satriamuda99 View Post
what your forum..?
Don't have any vB-Forums anymore.
(Just do some moderate-work on some forums)
Reply With Quote
Reply


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 01:19 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.04769 seconds
  • Memory Usage 2,324KB
  • Queries Executed 14 (?)
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)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (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)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_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
  • 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