Page 4 of 5 FirstFirst 1 2 3 4 5 LastLast
Results 46 to 60 of 69

Reduce Bandwidth, Enhance Pagerank [Remove Last Post for Guests]

This is a discussion on Reduce Bandwidth, Enhance Pagerank [Remove Last Post for Guests] within the Template Modifications forums, part of the vBulletin SEO Discussion category; As I get into this, it would appear that the stock vBulletin page is awash with distractions that should be ...

  1. #46
    Junior Member
    Real Name
    oldengine
    Join Date
    Oct 2006
    Posts
    10
    Liked
    0 times
    As I get into this, it would appear that the stock vBulletin page is awash with distractions that should be nixed out for guests and robots.

    threadbit
    Code:
    <if condition="$bbuserinfo[usergroupid] != 1">
                <if condition="$show['gotonewpost']"><a href="showthread.php?$session[sessionurl]goto=newpost&amp;t=$thread[threadid]" id="thread_gotonew_$thread[realthreadid]"><img class="inlineimg" src="$stylevar[imgdir_button]/firstnew.gif" alt="$vbphrase[go_to_first_new_post]" border="0" /></a></if>
    </if>
    Also: Thread / Thread Starter / Rating / Replies / Views

    What a minefield!

  2. #47
    Junior Member
    Real Name
    oldengine
    Join Date
    Oct 2006
    Posts
    10
    Liked
    0 times
    I notice also that Google is messing with the expand/collapse buttons as seen on the FORUMHOME page.

    There is definitely more work to do here.

  3. #48
    Senior Member Brutal_Dreamer's Avatar
    Real Name
    Bruce
    Join Date
    Jan 2007
    Location
    Arkansas
    Posts
    134
    Liked
    0 times
    Quote Originally Posted by bernard View Post
    I enabled this via vBSEO ACP (Guest Only Enhancements > Remove Last Post Links Options) and it's working as intended on the forum pages, but the Recent Threads module of vBAdvanced is still showing the Last post column for guests. I guess I would need to hack the vBAdvanced Recent Threads module to effect the same result? Ideally, I'd like to have the column without links on the vBA module and no column at all on the forum pages.
    Did you successfully accomplish this? If so, would you post how to do it? Thanks.

    Cheers,
    Bruce
    RVO's OrchidTalk Orchid Forums - "Bringing People Together"

    We could learn a lot from crayons: some are sharp, some are pretty, some are dull, some have weird names, and all are different colors....but they all exist very nicely in the same box. ...Hmmm? ;)

  4. #49
    Member Mike54's Avatar
    Real Name
    Mike
    Join Date
    Oct 2006
    Posts
    72
    Liked
    0 times
    You can simply edit the vBa Recent Threads module and select Show Last Post Info > No.

  5. #50
    Senior Member
    Real Name
    Bernard
    Join Date
    Aug 2007
    Location
    Friendswood, TX
    Posts
    184
    Liked
    2 times
    Unfortunately, modifying the recent thread module settings via the ACP affects all accounts (both guests and members). I was not able to figure out how to disable the column for just guests.
    I'm using vbSEO for my precious metals forum.

  6. #51
    Senior Member Brutal_Dreamer's Avatar
    Real Name
    Bruce
    Join Date
    Jan 2007
    Location
    Arkansas
    Posts
    134
    Liked
    0 times
    Quote Originally Posted by bernard View Post
    Unfortunately, modifying the recent thread module settings via the ACP affects all accounts (both guests and members). I was not able to figure out how to disable the column for just guests.
    Thanks for responding. I two had the same issue.

    Regards,
    Bruce
    RVO's OrchidTalk Orchid Forums - "Bringing People Together"

    We could learn a lot from crayons: some are sharp, some are pretty, some are dull, some have weird names, and all are different colors....but they all exist very nicely in the same box. ...Hmmm? ;)

  7. #52
    Junior Member
    Real Name
    ali
    Join Date
    Jul 2008
    Posts
    16
    Liked
    0 times
    does this work in 3.7.2
    thanks for posting that

  8. #53
    Member jwashburn's Avatar
    Real Name
    Joey Washburn
    Join Date
    Jan 2007
    Posts
    72
    Liked
    0 times
    Quote Originally Posted by Michael Biddle View Post
    It should. No significant changes to these templates in vbulletin.
    There is one slight change in FORUMHOME and FORUMDISPLAY


    Code:
    In template 'FORUMHOME':
    ------------------------------------------------------------
    FIND:
     
    <td class="thead" width="175">$vbphrase[last_post]</td>
     
    REPLACE WITH:
     
    <!-- START REMOVE LAST POST FORUMHOME FOR GUESTS -->
    <if condition="$bbuserinfo[usergroupid] != 1"><td class="thead" width="175">$vbphrase[last_post]</td></if>
    <!-- END REMOVE LAST POST FORUMHOME FOR GUESTS -->
     
    This should read
    FIND:
    <td class="thead">$vbphrase[last_post]</td>
     
    REPLACE WITH:
    <td class="thead">$vbphrase[last_post]</td>
    <!-- START REMOVE LAST POST FORUMHOME FOR GUESTS -->
    <if condition="$bbuserinfo[usergroupid] != 1"><td class="thead">$vbphrase[last_post]</td></if>
    <!-- END REMOVE LAST POST FORUMHOME FOR GUESTS -->

  9. #54
    Member
    Real Name
    Opportunist
    Join Date
    Feb 2010
    Posts
    71
    Liked
    0 times
    thanks... works for 3.8.2 or 3.8.4 for me

  10. #55
    Member
    Real Name
    Opportunist
    Join Date
    Feb 2010
    Posts
    71
    Liked
    0 times
    I think i took off too much code or something.... how do i get this area to look correctly again... something is missing!

    look at the picture below...
    http://i40.tinypic.com/zodrpx.jpg

  11. #56
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,782
    Liked
    648 times
    Blog Entries
    2
    This is built into vbseo as of version 3.3.0 for vb3.x forums. No code edit is necessary (for most skins)
    Brian Cummiskey / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  12. #57
    Member
    Real Name
    Opportunist
    Join Date
    Feb 2010
    Posts
    71
    Liked
    0 times
    Quote Originally Posted by Brian Cummiskey View Post
    This is built into vbseo as of version 3.3.0 for vb3.x forums. No code edit is necessary (for most skins)
    darnit... i just did all those edits for nuttin then... and messed up my side border while i was at it :(

  13. #58
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,782
    Liked
    648 times
    Blog Entries
    2
    Sorry, the thread is 2 years old afterall :(

    Look for guest-only enhancements in the vbseo CP
    Brian Cummiskey / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  14. #59
    Member
    Real Name
    Opportunist
    Join Date
    Feb 2010
    Posts
    71
    Liked
    0 times
    http://i40.tinypic.com/zodrpx.jpg

    Brian how can i fix this table in the picture above?

    hiphopstan.com/forum

  15. #60
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,782
    Liked
    648 times
    Blog Entries
    2
    Looks like you're missing proper colspan numbers. As i have no idea what you modified, i would suggest reverting the forum home (and its sub child templates) and starting over (back up any customizations you may have done.
    Brian Cummiskey / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


Page 4 of 5 FirstFirst 1 2 3 4 5 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •