The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Signature settings

3 posters

Go down

Signature settings Empty Signature settings

Post by ~Xr~eLement# August 20th 2013, 1:05 pm

How do I change signature settings in userpanels like maximum size and the separation between the post and the signature?And idk why,everyone else's signature is displaying exept mine ._.
avatar
~Xr~eLement#
New Member

Posts : 16
Reputation : 1
Language : English

Back to top Go down

Signature settings Empty Re: Signature settings

Post by Derri August 20th 2013, 1:31 pm

Go into your profile on your forum and set "Always attach my signature" to yes

To change the line display of how a signature is displayed go to ACP --> General --> Messages and Emails --> Configuration --> Post / signature separator :

For setting sizes for signatures, see this: https://help.forumotion.com/t109841-limitations-on-signatures
Derri
Derri
Helper
Helper

Male Posts : 8755
Reputation : 638
Language : English & Basic French
Location : Scotland, United Kingdom

Back to top Go down

Signature settings Empty Re: Signature settings

Post by ~Xr~eLement# August 20th 2013, 2:17 pm

My signature still doesn't display >_<
avatar
~Xr~eLement#
New Member

Posts : 16
Reputation : 1
Language : English

Back to top Go down

Signature settings Empty Re: Signature settings

Post by Derri August 20th 2013, 2:19 pm

You do actually have content in your signature right?

If so, when you go to make a reply, hit preview and then make sure you tick the box " Attach signature (signatures can be changed in profile)"
Derri
Derri
Helper
Helper

Male Posts : 8755
Reputation : 638
Language : English & Basic French
Location : Scotland, United Kingdom

Back to top Go down

Signature settings Empty Re: Signature settings

Post by ~Xr~eLement# August 20th 2013, 2:22 pm

:O signatures only appear to replies xD I thout that was both when making a new topic+reply lawl anyways thanks again Very Happy
avatar
~Xr~eLement#
New Member

Posts : 16
Reputation : 1
Language : English

Back to top Go down

Signature settings Empty Re: Signature settings

Post by Derri August 20th 2013, 2:25 pm

I should have mentioned that if you hadn't had all the options set up correctly before hand it won't automatically add your signature on. It should now do it for all future posts/thread creations.
Derri
Derri
Helper
Helper

Male Posts : 8755
Reputation : 638
Language : English & Basic French
Location : Scotland, United Kingdom

Back to top Go down

Signature settings Empty Re: Signature settings

Post by ~Xr~eLement# August 20th 2013, 2:33 pm

btw the link you gave me suggests to add something to css but when i add it css tell that theres problem with number of { and } so didn't work..any solutions?
avatar
~Xr~eLement#
New Member

Posts : 16
Reputation : 1
Language : English

Back to top Go down

Signature settings Empty Re: Signature settings

Post by Derri August 20th 2013, 3:10 pm

Your forum version is PHPBB3 correct?

The code should work as I tested it out just now on my PHPBB3 forum.

Try placing it right at the top of your CSS
Derri
Derri
Helper
Helper

Male Posts : 8755
Reputation : 638
Language : English & Basic French
Location : Scotland, United Kingdom

Back to top Go down

Signature settings Empty Re: Signature settings

Post by ~Xr~eLement# August 20th 2013, 3:37 pm

I input it like this:
Code:
.signature_div img {
    max-width: 100px;
}
* {
    margin: 0px;
    padding: 0px;
    }
.............
Is it correct?
avatar
~Xr~eLement#
New Member

Posts : 16
Reputation : 1
Language : English

Back to top Go down

Signature settings Empty Re: Signature settings

Post by Derri August 20th 2013, 3:40 pm

Just use the original coding I gave you and edit the "100px" no need to add on the extra stuff as I think that's what's making it invalid.
Derri
Derri
Helper
Helper

Male Posts : 8755
Reputation : 638
Language : English & Basic French
Location : Scotland, United Kingdom

Back to top Go down

Signature settings Empty Re: Signature settings

Post by ~Xr~eLement# August 20th 2013, 3:43 pm

The extra stuff was already there,I just copied a bit from the css sheet and pasted here ><
avatar
~Xr~eLement#
New Member

Posts : 16
Reputation : 1
Language : English

Back to top Go down

Signature settings Empty Re: Signature settings

Post by Derri August 20th 2013, 3:47 pm

Remove the dots.

So like this:

Code:
.signature_div img {
    max-width: 100px;
}
* {
    margin: 0px;
    padding: 0px;
    }
I think that's what's causing the errors as without them the CSS is fine.
Derri
Derri
Helper
Helper

Male Posts : 8755
Reputation : 638
Language : English & Basic French
Location : Scotland, United Kingdom

Back to top Go down

Signature settings Empty Re: Signature settings

Post by Sir. Mayo August 20th 2013, 5:23 pm

Yes Deri you could be correct the ...... could be causing the issue with the Persons CSS! OR it can be that else where in The CSS the Tags are not closed Correctly! But it would most likely be the Dots that are causing it
Sir. Mayo
Sir. Mayo
Forumember

Male Posts : 980
Reputation : 90
Language : English, Some french.
Location : you can also reach me on snoonet's irc server. I idle in #Techsupport Username is Vault108

http://sir-mayo.forumotion.com/

Back to top Go down

Signature settings Empty Re: Signature settings

Post by Derri August 20th 2013, 5:28 pm

Sir. Mayo wrote:Yes Deri you could be  correct the ...... could be causing the issue with the Persons CSS! OR it can be that else where in The CSS the Tags are not closed Correctly! But it would most likely be the Dots that are causing it  
Well I tested it without the dots and it worked fine.
Derri
Derri
Helper
Helper

Male Posts : 8755
Reputation : 638
Language : English & Basic French
Location : Scotland, United Kingdom

Back to top Go down

Back to top

- Similar topics

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