vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB5 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=262)
-   -   MAKE footer of a module of vb 5.1.5 (https://vborg.vbsupport.ru/showthread.php?t=317703)

satriamuda99 03-09-2015 02:18 PM

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

delicjous 03-16-2015 06:30 PM

1 Attachment(s)
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.
https://vborg.vbsupport.ru/attachmen...1&d=1426534169

satriamuda99 10-12-2015 10:43 AM

Quote:

Originally Posted by delicjous (Post 2540627)
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.
https://vborg.vbsupport.ru/attachmen...1&d=1426534169

best footer nice..:up::up::up:

friendlymela 10-13-2015 04:31 AM

Quote:

Originally Posted by delicjous (Post 2540627)
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.
https://vborg.vbsupport.ru/attachmen...1&d=1426534169

it will work on vb4?

delicjous 10-14-2015 09:24 AM

Quote:

Originally Posted by friendlymela (Post 2556935)
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.

satriamuda99 09-14-2016 04:34 PM

Quote:

Originally Posted by delicjous (Post 2556992)
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..?

delicjous 09-14-2016 04:37 PM

Quote:

Originally Posted by satriamuda99 (Post 2575905)
what your forum..?

Don't have any vB-Forums anymore.
(Just do some moderate-work on some forums)


All times are GMT. The time now is 01:07 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.01249 seconds
  • Memory Usage 1,802KB
  • 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
  • (1)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete