1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

delete footer, how to?

Discussion in 'CSS' started by Leone, Oct 28, 2008.

  1. #1
    i'm allowed to delete footer on my forum, but I don't know the way how to do it? can someone please help me??
     
    Leone, Oct 28, 2008 IP
  2. Dimmo

    Dimmo Well-Known Member

    Messages:
    42
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    126
    #2
    If you can give a link to your forum that would be helpful.

    Most of the time the footer will be all but near the last thing in your html code before </body> tag.
     
    Dimmo, Oct 28, 2008 IP
  3. sadiqsaad

    sadiqsaad Peon

    Messages:
    405
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    If you provide us a link that would be the best option. Otherwise look in index.php or functions.php or the index.php of theme / template that you are using.
     
    sadiqsaad, Oct 28, 2008 IP
  4. Leone

    Leone Peon

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Leone, Oct 28, 2008 IP
  5. judge0

    judge0 Peon

    Messages:
    400
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #5
    ur footer HTML. if u want delete the footer delete this code
    
    <div id="page-footer">
    <div class="navbar">
    <div class="inner">
    <span class="corners-top">
    <span/>
    </span>
    <ul class="linklist clearfix">
    <li class="footer-home">
    <a class="icon-home" accesskey="h" href="/forum.htm">Home</a>
    </li>
    <li class="rightside">
    <strong>
    </strong>
     | 
    <span class="gensmall">©</span>
    <a class="copyright" target="_blank" href="http://www.editboard.com/hr/phpbb/">phpbb</a>
     | 
    <a class="copyright" target="_blank" href="http://help.forumotion.com/" name="bottom">Free forum support</a>
     | 
    <a class="copyright" rel="nofollow" href="/contact.forum" name="bottom">Kontaktiraj</a>
     | 
    <a class="copyright" rel="nofollow" href="/report_abuse.forum?page=%2Findex.htm&report=1">Report an abuse</a>
     | 
    <strong>
    </strong>
    </li>
    </ul>
    <span class="corners-bottom">
    </span>
    </div>
    </div>
    <p class="copyright">
    </p>
    </div>
    
    Code (markup):
     
    judge0, Oct 28, 2008 IP
  6. Leone

    Leone Peon

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    can i delete it over CSS? 'coz I can't find that html code.. .
     
    Leone, Oct 28, 2008 IP
  7. concretejungle

    concretejungle Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Insert this in your css, that should work:

    
    #page-footer .navbar{
    display: none !important;
    }
    
    Code (markup):
     
    concretejungle, Oct 28, 2008 IP
  8. Leone

    Leone Peon

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    yap, it works, but i want not to delete powered by phpbb link, you know how?
     
    Leone, Oct 28, 2008 IP
  9. judge0

    judge0 Peon

    Messages:
    400
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #9
    I don't think so because css responsible for presentation in whole site if delete one class or id the effect will be in all class related
     
    judge0, Oct 28, 2008 IP
  10. Leone

    Leone Peon

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    so there is nothing I can do about that? i can't add just "powered by phpbb" in the footer (actually, I'm not allowed do delete that, i must leave phpbb link) hope you understand . .
     
    Leone, Oct 28, 2008 IP
  11. judge0

    judge0 Peon

    Messages:
    400
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #11
    i get it now hope anyone can help u
     
    judge0, Oct 28, 2008 IP
  12. Leone

    Leone Peon

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    anyone?
    please
     
    Leone, Oct 29, 2008 IP