phpbb.com and pagerank

Discussion in 'Websites' started by 993ti, Nov 4, 2005.

  1. 993ti

    993ti Well-Known Member

    Messages:
    314
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    108
    #21
    If you don't allow guest posting, you might want to consider removing the post new topic, post reply and quote buttons for guests.
    I also removed the buttons of the users (profile, pm, www, email, icq, yim) in viewtopic.
    I also did the SEO mod by Craven (able2know), didn't do the rewrite though.
    I'm using the keyword url mod by webmedic (his site is still UC, if anyone wants the latest version before he started upgrading, let me know).
    I also did the mod above.

    Signatures are only shown once per page.
    So if a user posts 2x, the first has his/her sig, the second doesn't.
    If the user posts and get to page 2, the process will repeat.

    I'm also using the related topics mod and the archive mod.
    Did some profile stuff (removing email and pm buttons for guests).
    Also using the deter comment spam mod which adds the rel="NOFOLLOW" tag to links.
    A few months ago, my board got spammed with links, so that's why i'm using it.
    Can't remember what i did more, lol.
     
    993ti, Nov 8, 2005 IP
  2. 993ti

    993ti Well-Known Member

    Messages:
    314
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    108
    #22
    I don't know if it will work with easymod but i can help you out if you want to ;)
     
    993ti, Nov 8, 2005 IP
  3. protesto

    protesto Peon

    Messages:
    140
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #23
    Works great! Thank you very much.
     
    protesto, Nov 8, 2005 IP
  4. 993ti

    993ti Well-Known Member

    Messages:
    314
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    108
    #24
    Btw, i noticed that when using webmedics keyword url mod, the nav_links are not rewritten.
    So i removed them from overall_header.tpl.
    {NAV_LINKS}
    Code (markup):
     
    993ti, Nov 8, 2005 IP
  5. protesto

    protesto Peon

    Messages:
    140
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #25
    What are {NAV_LINKS}? I've checked the code but I could not understand its function.
     
    protesto, Nov 8, 2005 IP
  6. 993ti

    993ti Well-Known Member

    Messages:
    314
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    108
    #26
    On viewtopic.php view the source.
    You'll see these:
    
    <link rel="chapter forum" href="viewforum.php?f=43" title="Community" />
    <link rel="chapter forum" href="viewforum.php?f=50" title="View recent topics" />
    <link rel="chapter forum" href="viewforum.php?f=40" title="Couldn't find what you are looking for? Browse our old board." />
    <link rel="chapter forum" href="viewforum.php?f=41" title="Submit your site into our Special Links directory!" />
    <link rel="chapter forum" href="viewforum.php?f=42" title="Vote for our site on Neowin.net!" />
    <link rel="chapter forum" href="viewforum.php?f=49" title="Contact us" />
    <link rel="chapter forum" href="viewforum.php?f=1" title="Antivirus" />
    <link rel="chapter forum" href="viewforum.php?f=2" title="Antispyware" />
    <link rel="chapter forum" href="viewforum.php?f=3" title="Firewall" />
    <link rel="chapter forum" href="viewforum.php?f=4" title="Other Security Tools" />
    <link rel="chapter forum" href="viewforum.php?f=5" title="Data CD/DVD Burning" />
    <link rel="chapter forum" href="viewforum.php?f=6" title="CD/DVD Images Utilities" />
    <link rel="chapter forum" href="viewforum.php?f=7" title="CD/DVD Rip/Other Tools" />
    <link rel="chapter forum" href="viewforum.php?f=8" title="Other CD/DVD Tools" />
    <link rel="chapter forum" href="viewforum.php?f=13" title="Video" />
    <link rel="chapter forum" href="viewforum.php?f=14" title="Audio" />
    <link rel="chapter forum" href="viewforum.php?f=15" title="Graphic" />
    <link rel="chapter forum" href="viewforum.php?f=16" title="System Tweak" />
    <link rel="chapter forum" href="viewforum.php?f=17" title="Browser Tweak" />
    <link rel="chapter forum" href="viewforum.php?f=18" title="Memory Tweak" />
    <link rel="chapter forum" href="viewforum.php?f=19" title="Other Tweaking Tools" />
    <link rel="chapter forum" href="viewforum.php?f=20" title="System Info" />
    <link rel="chapter forum" href="viewforum.php?f=21" title="OS Enhancements" />
    <link rel="chapter forum" href="viewforum.php?f=22" title="File Management" />
    <link rel="chapter forum" href="viewforum.php?f=23" title="Back-Up and Recovery" />
    <link rel="chapter forum" href="viewforum.php?f=24" title="Launchers & Shutdown Tools" />
    <link rel="chapter forum" href="viewforum.php?f=25" title="Other System Tools" />
    <link rel="chapter forum" href="viewforum.php?f=26" title="Browsers" />
    <link rel="chapter forum" href="viewforum.php?f=27" title="E-mail" />
    <link rel="chapter forum" href="viewforum.php?f=28" title="WEB Design" />
    <link rel="chapter forum" href="viewforum.php?f=29" title="File Sharing" />
    <link rel="chapter forum" href="viewforum.php?f=30" title="Chat" />
    <link rel="chapter forum" href="viewforum.php?f=31" title="Other Internet Tools" />
    <link rel="chapter forum" href="viewforum.php?f=32" title="Compression tools" />
    <link rel="chapter forum" href="viewforum.php?f=33" title="Office Tools" />
    <link rel="chapter forum" href="viewforum.php?f=34" title="Programming" />
    <link rel="chapter forum" href="viewforum.php?f=35" title="Authoring Tools" />
    <link rel="chapter forum" href="viewforum.php?f=36" title="Desktop Enhancements" />
    <link rel="chapter forum" href="viewforum.php?f=37" title="Network Tools" />
    <link rel="chapter forum" href="viewforum.php?f=38" title="Mobile Phone Tools" />
    Code (markup):
    Notice that the urls are not rewritten but bots do follow those links = duplicate content ;)
     
    993ti, Nov 8, 2005 IP