vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now! HACKER SAFE certified sites prevent over 99.9% of hacker crime.
ne nw
vBSEO Total Support Team Launches DeskPro New vBSEO Discount Level for Network Builders vBSEO 3.2.0 GOLD Has Landed Success with vBSEO = 600ore Web Visitors + $1400 in a Day! Crawlability Inc. Files for SEO Technology Patent
se sw

Remove statistic information to increase registrations

This is a discussion on Remove statistic information to increase registrations within the Template Modifications forums, part of the vBulletin SEO Discussion category; Introduction: I came up with this idea when I thought about "what discourages me from registering with a forum I ...

Go Back   vBulletin SEO Forums > vBulletin SEO Discussion > Template Modifications

Enhancing 80 million pages.

Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read

Reply

 

LinkBack Thread Tools
  #1  
Old 07-31-2007, 04:32 PM
StarBuG's Avatar
Senior Member
vBSEO Pre-Release Team
 
Real Name: StarBuG
Join Date: Jul 2007
Posts: 261
Thumbs up Remove statistic information to increase registrations

Introduction:

I came up with this idea when I thought about "what discourages me from registering with a forum I don't know when the topic interests me?"

Ask yourself what you do when you are searching for a topic and find a forum.
Where do you look first? What is it that turns you away?

Right! You/I first check to see how many threads and posts are in this forum and then I check the stats for how many registered members there are.
If these numbers are to low for me, then I most likely don't even start to read in the forum.
Does this sound familiar to you? If it does this hack is for you!

What this hack does:

It removes the columns "threads" and "posts" (count) for guests but leaves them for members on FORUMHOME and FORUMDISPLAY.
Optional it removes the whole "what is going on" box.
This way you get rid of unimportant information for guests and let them focus on your content.
These information are only helpful anyway if you are the top dog in your niche and want to show of what you got. If you have a smaller forum these information will most likely discourage guests more then it would encourage them.

And as nice SEO side effect you get rid of some code for guests which will increase your code to content ratio and if you also remove the what is going on box, then a lot of useless links are gone as well

Installation:

Templates to edit: 6

For all who have installed the Template Modification System
skip the manual edit and use the attached xml file to import all template edits.



In Template FORUMHOME find:



Code:
<td class="thead">$vbphrase[threads]</td>
      <td class="thead">$vbphrase[posts]</td>
and replace it with:



Code:
       <if condition="$show['member']">
       <td class="thead">$vbphrase[threads]</td>
       <td class="thead">$vbphrase[posts]</td>
      </if>
find:



Code:
<td class="tfoot" align="center" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><div class="smallfont"><strong>
and replace it with:



Code:
<if condition="$show['member']">
         <td class="tfoot" align="center" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><div class="smallfont"><strong>
        <else />
         <td class="tfoot" align="center" colspan="<if condition="$vboptions['showmoderatorcolumn']">4<else />3</if>"><div class="smallfont"><strong>
        </if>
In Template forumhome_forumbit_level1_nopost



find:



Code:
<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
and replace it with:



Code:
<if condition="$show['member']">
        <td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
    <else />
        <td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">4<else />3</if>">
    </if>
In Template forumhome_forumbit_level1_post



find:



Code:
<td class="alt1">$forum[threadcount]</td>
        <td class="alt2">$forum[replycount]</td>
and replace it with:



Code:
<if condition="$show['member']">
         <td class="alt1">$forum[threadcount]</td>
             <td class="alt2">$forum[replycount]</td>
            </if>
In Template forumhome_forumbit_level2_nopost



find:



Code:
<td class="tcat" colspan="<if condition="$vboptions['showmoderatorcolumn']">5<else />4</if>">
and replace it with:



Code:
<if condition="$show['member']">
     <td class="tcat" colspan="<if condition="$vboptions['showmoderatorcolumn']">5<else />4</if>">
    <else />
     <td class="tcat" colspan="<if condition="$vboptions['showmoderatorcolumn']">3<else />2</if>">
    </if>
In Template forumhome_forumbit_level2_post



find:



Code:
<td class="alt1">$forum[threadcount]</td>
    <td class="alt2">$forum[replycount]</td>
and replace it with:



Code:
<if condition="$show['member']">
      <td class="alt1">$forum[threadcount]</td>
      <td class="alt2">$forum[replycount]</td>
  </if>
In Template FORUMDISPLAY



find:



Code:
<td class="thead">$vbphrase[threads]</td>
       <td class="thead">$vbphrase[posts]</td>
and replace it with:



Code:
<if condition="$show['member']">
       <td class="thead">$vbphrase[threads]</td>
       <td class="thead">$vbphrase[posts]</td>
      </if>
OPTIONAL:



If you want the "What is going on" box to be removed as well:



In Template FORUMHOME find:



Code:
<!-- what's going on box -->
and replace it with:



Code:
<if condition="$show['member']">
<!-- what's going on box -->
find:



Code:
<!-- end what's going on box -->
and replace it with:



Code:
<!-- end what's going on box -->
</if>
If you install this hack, please mark it as installed. Thank you.

DEMO: Patientenfragen.net - Für Patienten mit medizinischen Fragen


Feedback is welcome

StarBuG
Attached Files
File Type: xml install_remove_stats_1.0.xml (4.8 KB, 113 views)
__________________
My current Projects:

Elternfragen.net | Patientenfragen.net | Asthmafragen.net | Abnehmfragen.net |
Hiphop-Battles.com


go, check them out ;)

Last edited by StarBuG; 08-01-2007 at 06:21 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #2  
Old 07-31-2007, 05:24 PM
Mert Gökçeimam's Avatar
vBSEO.com Webmaster
vBSEO Total Customer SupportvBulletin HackerBig Board Administrator
 
Real Name: Lizard King
Join Date: Oct 2005
Location: Istanbul
Posts: 7,831
Blog Entries: 1
Send a message via MSN to Mert Gökçeimam
Honestly i never check how many threads or members a forum has. My main concern about a forum is the content and the subject of the forum.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #3  
Old 07-31-2007, 05:32 PM
StarBuG's Avatar
Senior Member
vBSEO Pre-Release Team
 
Real Name: StarBuG
Join Date: Jul 2007
Posts: 261
So you register in forums with 20 members and 120 threads?

Are you sure?

I have seen the effect on my forum, it had no dramatic impact
because I already had a very active forum but it was measurable.

StarBuG
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #4  
Old 07-31-2007, 06:28 PM
Joe Ward's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Joseph Ward
Join Date: Jun 2005
Location: Puerto Rico
Posts: 19,777
Blog Entries: 7
I think this is a good idea. I believe many forums already do so. If you're looking for information and happen upon a forum that does not look active, you can sometimes discriminate and move on. Not all end users will do this, but a significant portion may very well do so.
__________________
Joe Ward / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #5  
Old 07-31-2007, 08:16 PM
Ace Shattock's Avatar
vBSEO Staff
vBSEO Total Customer SupportCommunity Builder
 
Real Name: Ace Shattock
Join Date: Jul 2005
Location: New Zealand
Posts: 2,923
I think there was a similar plugin for this over at .org ([Board Optimization] Do not show who's online for guests - vBulletin.org Forum), I combined it with Reduce Bandwidth, Enhance Pagerank [Remove Last Post for Guests] .
__________________
Ace Shattock / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.


My Personal Sites: New Zealand Forum | vBulletin Modifications and Styles | vBulletin Hosting
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #6  
Old 07-31-2007, 08:33 PM
StarBuG's Avatar
Senior Member
vBSEO Pre-Release Team
 
Real Name: StarBuG
Join Date: Jul 2007
Posts: 261
Removing who's online is only a fraction of my mod.

I personally don't like the "last post removal".

Users often lurk in a forum for quite some time before they register,
why take away the functionality of getting directly to a new post in a thread they are interested in? Why not let them see which thread was the last that was replied to?

I thought about removing just the image to the last post for reducing duplicate content but that would also take away this functionality for guest.

I personally use it sometimes on other forums or when I use my forum from a different computer and don't want to log in.

But that is my personal opinion

StarBuG
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #7  
Old 07-31-2007, 11:31 PM
Juan Muriente's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Juan Carlos Muriente
Join Date: Jun 2005
Location: Puerto Rico
Posts: 12,721
Interesting template modification, thank-you for sharing.

** Made sticky. **
__________________
Juan Muriente / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #8  
Old 07-31-2007, 11:52 PM
sportsmedjosh's Avatar
Senior Member
 
Real Name: Josh
Join Date: Jan 2007
Posts: 395
Any thought about turning this into a plugin.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #9  
Old 08-01-2007, 06:22 AM
StarBuG's Avatar
Senior Member
vBSEO Pre-Release Team
 
Real Name: StarBuG
Join Date: Jul 2007
Posts: 261
I have edited my first post

For all who have installed the Template Modification System
skip the manual edit and use the attached xml file to import all template edits.

If you don't have installed the TMS, read this:
For all vBulletin Admins. READ THIS ;)

StarBuG
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #10  
Old 08-02-2007, 02:18 PM
Member
 
Real Name: hum1
Join Date: May 2007
Posts: 50
I think webmasters are more inclined to do what you do. Not regular people..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #11  
Old 08-07-2007, 07:52 PM
Senior Member
 
Real Name: Justin
Join Date: Jul 2006
Posts: 231
Thanks for this and the TMS file! I'll probably keep the what's going on only b/c I've made a mod for affiliates that adds your affiliates to your what's going on box. And I dont think my affiliates would be happy if they found out they were removed from guests/SE bots view.

Again, thanks for the TMS file...makes life so much easier
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #12  
Old 08-09-2007, 09:20 AM
StarBuG's Avatar
Senior Member
vBSEO Pre-Release Team
 
Real Name: StarBuG
Join Date: Jul 2007
Posts: 261
You'r welcome

You can simply deactivate the "what is going on" box modification to keep it.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #13  
Old 09-30-2007, 03:24 PM
Senior Member
 
Real Name: dave
Join Date: Jun 2006
Posts: 346
Blog Entries: 1
Our traffic has picked up alot here lately but registrations haven't.

We're just installed this template edit today, and we'll report our findings after a couple weeks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #14  
Old 11-12-2007, 05:55 AM
StarBuG's Avatar
Senior Member
vBSEO Pre-Release Team
 
Real Name: StarBuG
Join Date: Jul 2007
Posts: 261
FightRice... did you see any difference after you installed my mod?

I would be interested in your report

ps: Black font on a dark brown background is not a good idea. It is so hard to read
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #15  
Old 12-30-2007, 09:02 PM
curriertech's Avatar
Senior Member
 
Real Name: Josh
Join Date: Feb 2006
Location: NH
Posts: 101
I've just installed part of this on my new forum, I can't wait to see how much it helps!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
Reply

Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
The vBSEO LinkBacks User Guide - vBSEO 3.0 GOLD Joe Ward General Discussion 25 06-05-2008 12:04 PM
How can I remove VBSEO_COPYRIGHT information ClosingBell Troubleshooting 11 03-09-2007 01:17 AM


All times are GMT -4. The time now is 06:56 PM.


Powered by vBulletin Version 3.8.0 Beta 4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.5 ©2008, Crawlability, Inc.