How to limit Signatures size??

Post new topic   This topic is locked: you cannot edit posts or make replies.

View previous topic View next topic Go down

Solved How to limit Signatures size??

Post by Darkaleks on November 7th 2009, 11:52 am

How to limit Signatures size?? I mean some guys in my forum have made the biggest signature and i don't like it
What kind of forum should i have to limit them with pixels or width and height?.....This is his signature:




Yes i know its Shocked-ing
Help me out !!! scratch scratch scratch


Last edited by ankillien on November 12th 2009, 9:30 am; edited 2 times in total (Reason for editing : Bold & color Removed.)

Darkaleks
Forumotion Member

Posts: 5
Language: Albanian
Country:
Join date: 2009-11-07

Back to top Go down

Solved Re: How to limit Signatures size??

Post by Kinky on November 7th 2009, 12:01 pm

You can not limit a siggy size, all though you may remove those and make it so only staff may use siggys Wink

Kinky
Forumotion Member

Male
Posts: 1924
Age: 14
Language: Currently, I am receiving support requests by P.M. Support requests, which can, and should, be done in the support section.
Location: Learning HTML CSS And BBCode and all that soon:)
Country:
Join date: 2009-03-28

http://Click-n-Chat.Forumotion.com

Back to top Go down

Solved Re: How to limit Signatures size??

Post by Sanket on November 7th 2009, 3:18 pm

Bold and Color are reserved for moderation, like this, so please keep to the default font

Sanket
Support Moderator
Support Moderator

Male
Posts: 13642
Age: 26
Language: English
Location: Mumbai
Country:
Join date: 2008-10-01

Back to top Go down

Solved Re: How to limit Signatures size??

Post by Base on November 8th 2009, 5:23 am

As Kinky has said, you cannot limit a signature size but you can decide who gets to use signatures. This way you can decide which members are trustworthy enough to use signatures. To do this you'll need to create a new group.

1) Administration Panel (advanced mode)
2) Users & Groups Tab
3) Group Administration (on the left, under Groups)
4) Create a new group to your likings (this will be the one that has access to signatures)

After you have done all that, go to:

1) Users options (on the left, under Users)
2) Scroll down a little bit until you see "Allow Signatures :"
3) Select "Groups"
4) 2 boxes should appear on the screen with the titles "Not allowed" and "Allowed"
5) In the "Not allowed" box, you should see the group you created, click on that group and then click on the icon that has ">>" in it.
6) The selected group should now be in "Allowed" and therefore can use signatures
7) Hit "Save"

Repeat as many times as desired for other groups. Very Happy

Regards,

Base

Base
Forumotion Member

Male
Posts: 491
Age: 17
Language: English, French, Spanish, very little German, Chinese and Japanese
Location: England
Country:
Join date: 2008-12-15

Back to top Go down

Solved Re: How to limit Signatures size??

Post by ankillien on November 8th 2009, 11:29 am

Hello,

I think there is a way to limit the signature image size via CSS.
Can I have a link to your forum please?

_________________

ankillien
Support Moderator
Support Moderator

Posts: 2504
Language: English, HTML, CSS, JScript
Location: home.php?id=bedroom
Country:
Join date: 2008-07-13

Back to top Go down

Solved Re: How to limit Signatures size??

Post by Darkaleks on November 10th 2009, 9:17 am

Hello,

I think there is a way to limit the signature image size via CSS.
Can I have a link to your forum please?

http://asmodian.2morpg.com/
Hello

Darkaleks
Forumotion Member

Posts: 5
Language: Albanian
Country:
Join date: 2009-11-07

Back to top Go down

Solved Re: How to limit Signatures size??

Post by ankillien on November 11th 2009, 6:32 am

Hi,
Sorry, but I don't think you can do it in a phpBB2 forum.

_________________

ankillien
Support Moderator
Support Moderator

Posts: 2504
Language: English, HTML, CSS, JScript
Location: home.php?id=bedroom
Country:
Join date: 2008-07-13

Back to top Go down

Solved Re: How to limit Signatures size??

Post by Darkaleks on November 11th 2009, 7:08 am

Dont worry i can change my forums template because its just the beggining what version do you need to do it????

Darkaleks
Forumotion Member

Posts: 5
Language: Albanian
Country:
Join date: 2009-11-07

Back to top Go down

Solved Re: How to limit Signatures size??

Post by ankillien on November 11th 2009, 7:59 am

You can use phpBB3.

To limit sig images go to Admin CP > Display > COlors > CSS.
Add this code there and submit...

Code:
.signature_div img {
max-height : 50px;
max-width : 100px;
}


You can set the max height and width as per your need.
Its for phpBB3.

_________________

ankillien
Support Moderator
Support Moderator

Posts: 2504
Language: English, HTML, CSS, JScript
Location: home.php?id=bedroom
Country:
Join date: 2008-07-13

Back to top Go down

Solved Re: How to limit Signatures size??

Post by Darkaleks on November 11th 2009, 12:48 pm

But that resizes the siggys and doesnt limit em

Darkaleks
Forumotion Member

Posts: 5
Language: Albanian
Country:
Join date: 2009-11-07

Back to top Go down

Solved Re: How to limit Signatures size??

Post by Dion on November 11th 2009, 2:21 pm

For phpBB3 or IPB2/Invision, try this:

Code:
.signature_div {max-height: 100px; overflow: hidden;}

Those using IE6 will still see full signatures, but everyone else will see signatures cut off at 100 pixels.

Personally, I would create a group called NoSig and go to Users/Groups, User Options and set up that group to have signatures disabled -- and afterwards, make sure to set up the proper forum permissions for the new group. I would then warn the member in a PM to limit their signature to one small image. If they don't comply, I would put them into the "NoSig" group and they would lose their signature completely.

Dion
Forumotion Member

Posts: 166
Language: Javascript and CSS
Location: Outside the box
Country:
Join date: 2009-06-07

http://dion2.forumotion.com/index.htm

Back to top Go down

Solved Re: How to limit Signatures size??

Post by Darkaleks on November 12th 2009, 7:29 am

This is great pal thx. Even if it isnt what I wanted it surely works out.First i ll try the group and than i will use the CSS if the group doesnt work ThX Again Its great shakng2

Darkaleks
Forumotion Member

Posts: 5
Language: Albanian
Country:
Join date: 2009-11-07

Back to top Go down

Solved Re: How to limit Signatures size??

Post by ankillien on November 12th 2009, 9:29 am

Solved > Locked

_________________

ankillien
Support Moderator
Support Moderator

Posts: 2504
Language: English, HTML, CSS, JScript
Location: home.php?id=bedroom
Country:
Join date: 2008-07-13

Back to top Go down

View previous topic View next topic Back to top


Permissions of this forum:
You cannot reply to topics in this forum