• Anything ‘published’ on the web is viewed as intellectual property and, regardless of whether it displays a copyright symbol or not, is therefore copyrighted by the originator. The only exception to this is if there is a “free and unrestricted reuse” statement associated with the work.

    In order to protect our members and TFL from possible litigation, all members must abide by the following new rules:

    1. Copying and pasting entire articles from another site to TFL is strictly prohibited. The same applies to articles from print or other media, and to posting photographs taken of copyrighted pages or other media.

    2. Copyright law provides for “fair use” of portions of a copyrighted work. You can copy no more than a SINGLE paragraph from the article to your post (3 or 4 sentences at most).

    3. You must provide a link to the article along with the name of website. For example: ww.xxx.yyy/zzz (The Lower Thumbsuck Daily News).

    4. You must provide, in your own words, a brief summary of the article AND your reasons for believing it will be of interest to TFL members. Failure to do so may result in the thread being closed or your post being deleted as a “cut and paste drive by.”

    5. Photographs and other images are also copyrighted. "Hotlinking" of images (so that it appears in your message) from other sites is also prohibited unless you own rights to the image. If you wish to share an image, provide a clickable link to it.

    Posts that do not follow these new guidelines will be altered or deleted by staff. Members who continue to violate this policy may lose their posting privileges at TFL.

    Thank you for your cooperation and your participation in TFL, the leading online forum for firearms enthusiasts.

Only show signature on a user's first post on a page

jersey_emt

New member
On a very large forum where I am an administrator, we have set vBulletin to only show a user's signature on the first post of each page. This makes things look much cleaner, because you don't have multiple copies of signatures cluttering things up.

It's very easy to do.

First way is a simple edit to the postbit template.

Replace this:

Code:
<if condition="$post['signature']">
With this:
Code:
<if condition="$post['signature'] AND !$vboptions['shownsigs'][$post[userid]] AND $vboptions['shownsigs'][$post[userid]] = true">

The second way is through a vBulletin mod available at http://www.vbulletin.org/forum/showthread.php?t=148685. This will give you an option in the admincp to turn this feature on or off.
 
If this option was on, my signature would not be displayed for this post. It would only be displayed for my initial post above.
 
Yes, the fairly strict limits on signatures here (compared to where I am an administrator) definitely cuts down the need for doing this. But since TFL seems to be going for a very clean look to the forums with no distractions, I just wanted to make you aware that this can easily be done, and would make things even more uncluttered.
 
Back
Top