Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Remove statistic information to increase registrations Details »»
Remove statistic information to increase registrations
Version: 1.00, by StarBuG StarBuG is offline
Developer Last Online: Nov 2022 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 3.6.7 Rating:
Released: 06-02-2007 Last Update: 06-10-2007 Installs: 33
Template Edits
 
No support by the author.

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.


Installation:

Templates to edit: 6



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: http://www.patientenfragen.net

NOTE:

I have just installed this mod on my forum www.patientenfragen.net and can't yet say if it really increases the registration rate like I think it will. But we will see

Feedback is welcome

StarBuG

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 06-04-2007, 03:52 AM
StarBuG's Avatar
StarBuG StarBuG is offline
 
Join Date: Dec 2001
Location: Germany
Posts: 1,033
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

As far as I believe template edits (search, replace) are not possible with plugins/products.

I have the template management system installed which does the edits automatically.
But the TMS is from Andreas and I think only available on the german vBulletin hack forum.
If anyone wants the xml file for the TMS System, just say so

If anyone points me to a tutorial how to make template changes in a plugin or product I am happy to make this mod a product.
Reply With Quote
  #13  
Old 06-04-2007, 04:14 PM
Snider Snider is offline
 
Join Date: May 2007
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

no where to be found in my template over at www.forumjunkies.net

Quote:
<td class="thead">$vbphrase[threads]</td>
<td class="thead">$vbphrase[posts]</td>
Actually none of the Forumhome stuff is there period. Guess this only works with certain templates
Reply With Quote
  #14  
Old 06-04-2007, 04:23 PM
StarBuG's Avatar
StarBuG StarBuG is offline
 
Join Date: Dec 2001
Location: Germany
Posts: 1,033
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

search for

$vbphrase[threads]

maybe the css class "thead" is changed in your style
I doubt that your style uses changed phrases as well

You need to modify my code to fit your style then.
Reply With Quote
  #15  
Old 06-04-2007, 04:34 PM
Snider Snider is offline
 
Join Date: May 2007
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
$vbphrase[threads]: $totalthreads,
$vbphrase[posts]: $totalposts,
$vbphrase[members]: $numbermembers<if condition="$show['activemembers']">,
That is all I have - guess I wont be using this as I know nothing about mods as is why I come here :-)
Reply With Quote
  #16  
Old 06-04-2007, 07:23 PM
bashy bashy is offline
 
Join Date: Nov 2005
Posts: 2,544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I also have only this

Code:
 <td class="alt1" width="100%">
        <div class="smallfont">
            <div>
<if condition="$totalcats or $totallinks or $totalcomments">
                $vbphrase[threads]: $totalthreads, $vbphrase[posts]: $totalposts<br />
                $vbphrase[ldm_links_database] $vbphrase[ldm_categories]: $totalcats, $vbphrase[ldm_entries]: $totallinks, $vbphrase[ldm_comments]: $totalcomments<br />
<else />
                $vbphrase[threads]: $totalthreads,
                $vbphrase[posts]: $totalposts,
</if>
What do i replace in that code above and with what (in case its changed)

Thanks....
Reply With Quote
  #17  
Old 06-05-2007, 03:52 AM
StarBuG's Avatar
StarBuG StarBuG is offline
 
Join Date: Dec 2001
Location: Germany
Posts: 1,033
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

With only a part of your forumhome templates I can't help you.
Attach all needed forumhome templates (including nopost, post,...) as txt file and I will have a look when I find the time.
Reply With Quote
  #18  
Old 06-05-2007, 10:23 AM
Snider Snider is offline
 
Join Date: May 2007
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This would also be better if you could remove the last posted date of the threads on the main page

That is something I look at first is when was the last post dated.
Reply With Quote
  #19  
Old 06-05-2007, 01:55 PM
StarBuG's Avatar
StarBuG StarBuG is offline
 
Join Date: Dec 2001
Location: Germany
Posts: 1,033
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't think this will help much because you can see that info on all threads as well.
Reply With Quote
  #20  
Old 06-09-2007, 12:10 PM
Luky Luky is offline
 
Join Date: Oct 2006
Location: Australia
Posts: 595
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

They will register and not post.
Reply With Quote
  #21  
Old 06-10-2007, 10:31 AM
StarBuG's Avatar
StarBuG StarBuG is offline
 
Join Date: Dec 2001
Location: Germany
Posts: 1,033
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Luky View Post
They will register and not post.
It is all about getting them read your content.
It does not help you to fill an empty forum.

But it helps to not let them leave right away because of some unimportant numbers
Reply With Quote
Reply


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

Forum Jump


All times are GMT. The time now is 06:26 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05257 seconds
  • Memory Usage 2,327KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (19)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete