Can you make everyone have the same signature

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ptbyjason
    Member
    • Aug 2001
    • 60

    Can you make everyone have the same signature

    Can you make everyone have the same signature without them being able to edit it? Just curious if there is a way to do this? If this is not possible, Is there a way to add something to every post that is made? I am trying to advertise some of my businesses that pay for the board and we have around 400-500 members on at all time. We had to turn off the signature option due to so many people advertising OTHER competing websites rather than helping ours. Any suggestions?

    Thanks in advance!
  • Floris
    Senior Member
    • Dec 2001
    • 37767

    #2
    You can modify the postbit and postbit_legacy templates to include your own text below the signature variable. That way it is part of each post, and users can not edit this.

    Comment

    • ptbyjason
      Member
      • Aug 2001
      • 60

      #3
      So it is not a very difficult thing to change? If I show my programmer what you just posted, should he be able to change it without problems? Thanks!!

      Comment

      • Floris
        Senior Member
        • Dec 2001
        • 37767

        #4
        ignore this post, it was for version 3, I have posted the correct code for version 2 two posts down.
        Last edited by Floris; Wed 23 Jun '04, 4:33pm.

        Comment

        • Sylvus
          Member
          • Apr 2003
          • 96

          #5
          This is great news! vB2 now supports conditionals like vB3! Such power and no need to upgrade! Thanks for the great tip Floris.

          Syl...

          Comment

          • Floris
            Senior Member
            • Dec 2001
            • 37767

            #6
            No, it doesn't support conditionals.

            I am very sorry, but I overlooked that this was a version 2 question. Please ignore my previous post and allow me to correct myself and I will soon post a 'PROPER' reply.

            Again, my apologies.

            Comment

            • Floris
              Senior Member
              • Dec 2001
              • 37767

              #7
              Admin Control Panel > Templates > Expand the group 'Postbit'

              Open the template 'Postbit' and find this code:

              Code:
              <p>$post[signature]</p>
              Replace it with this code:

              Code:
              <p>$post[signature]
              <br>Your advertisement html goes here
              </p>
              Save the postbit template.

              Comment

              widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
              Working...