Signature not appearing below posts for any users.[Solved]
5 posters
Page 1 of 1
Signature not appearing below posts for any users.[Solved]
Now, I've gone into the setting in the Panel, but I haven't been able to figure this out. In the panel, signatures are enabled. We've also turned on signatures in posts within the personal preferences menu. However, nothing shows up, and when we go to the area in a post to click "add signature"... well the option simply is not there. Now, below I'll attach some screenshots of the current settings. I've been building and helping friends build these for a few years, and I've never once come across this issue.
For example my post here:
Here is a post edit menu, and yes. A New reply, and new thread look the very same:
Now, there is also the personal settings for your own preferences. Signatures and HTML are enabled.
Now, here is our panel:
I don't know what is causing this. To me, this seems like a deep code issue that I can't solve. Basic HTML is all I have, and no CSS. I did look into the CSS as best I could, however, but have yet to discover anything of interest. This is the CSS below, incase someone more experienced can spot this issue that I clearly cannot. That said, I am still browsing through the menus to see if there is anything I have missed that may or may not have been changed in the months I've been away.
Thank you for your time, and have a wonderful day or evening, depending on where you are.
As a side note, the main owner of the forum may or may not post here. He/she is lazy, so I don't have my hopes up but she asked her underclassmen for help, and I couldn't say no.
For example my post here:
Here is a post edit menu, and yes. A New reply, and new thread look the very same:
Now, there is also the personal settings for your own preferences. Signatures and HTML are enabled.
Now, here is our panel:
I don't know what is causing this. To me, this seems like a deep code issue that I can't solve. Basic HTML is all I have, and no CSS. I did look into the CSS as best I could, however, but have yet to discover anything of interest. This is the CSS below, incase someone more experienced can spot this issue that I clearly cannot. That said, I am still browsing through the menus to see if there is anything I have missed that may or may not have been changed in the months I've been away.
Thank you for your time, and have a wonderful day or evening, depending on where you are.
- Code:
.bodyline {background-color:rgba(255,255,255,0.56);}
.gensmall {
color: #000000;
}
td.row1, td.row3 {
background-color:rgba(255,255,255,0.66);
}
td.row1, td.row2 {
background-color:rgba(255,255,255,0.66);
}
td.row1.over {
font-family:aaarghnormal;
}
td.row3 {
background-color:rgba(255,255,255,0.66);
}
td.row1 {
background-color:rgba(255,255,255,0.66);
}
.gensmall {
font-family: latin;
}
.gen, .genmed {
color: #000000;
font-family:aaarghnormal;
}
.sceditor-toolbar {background-color:#ffffff;}
#i_logo {border:2px solid #000;-moz-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -otransition: all 0.5s ease-in-out;}
#i_logo:hover {border:2px solid #000;-moz-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -otransition: all 0.5s ease-in-out;background-image:url(http://i39.servimg.com/u/f39/19/01/34/63/imagek11.jpg);width:1060px;height:300px;}
@font-face {font-family:"aaarghnormal";src:url("http://rpa.b1.jcink.com/uploads/rpa/Aaargh_webfont.eot") format("eot"),url("http://rpa.b1.jcink.com/uploads/rpa/Aaargh_webfont.woff") format("woff"),url("http://rpa.b1.jcink.com/uploads/rpa/Aaargh_webfont.ttf") format("truetype"),url("http://rpa.b1.jcink.com/uploads/rpa/Aaargh_webfont.svg") format("svg");font-weight:normal;font-style:normal;}
@font-face {font-family:"minotaur";src:url("http://rpa.b1.jcink.com/uploads/rpa/minotaur_webfont.eot") format("eot"),url("http://rpa.b1.jcink.com/uploads/rpa/minotaur_webfont.woff") format("woff"),url("http://rpa.b1.jcink.com/uploads/rpa/minotaur_webfont.ttf") format("truetype"),url("http://rpa.b1.jcink.com/uploads/rpa/minotaur_webfont.svg") format("svg");font-weight:normal;font-style:normal;}
@font-face{
font-family: 'latin';
src: url('http://rpa.b1.jcink.com/uploads/rpa/ColabThi_webfont.eot') format('eot'),
url('http://rpa.b1.jcink.com/uploads/rpa/ColabThi_webfont.woff') format('woff'),
url('http://rpa.b1.jcink.com/uploads/rpa/ColabThi_webfont.ttf') format('truetype'),
url('http://rpa.b1.jcink.com/uploads/rpa/ColabThi_webfont.svg') format('svg'); }
.topictitle, h1, h2 {font-family:aaarghnormal;font-size:13px;}
th {font-family:minotaur;}
a.cattitle {
color:#000000;
font-family:latin;
padding-left:5px;
}
#fa_toolbar {
background-color:rgba(7,21,51, 0.67);
}
As a side note, the main owner of the forum may or may not post here. He/she is lazy, so I don't have my hopes up but she asked her underclassmen for help, and I couldn't say no.
Last edited by Patchy on January 10th 2015, 9:12 am; edited 1 time in total
Re: Signature not appearing below posts for any users.[Solved]
We seem to be experiencing the same issue. Our forum just migrated from a previous host, and while the posts and user information from the old forum all seem to have carried over, no signatures are being displayed. I noticed some initial issues with formatting in my old signature (<BR> tags had been inserted between punctuation in URLs), but even after I corrected those and made a few test posts, the signature doesn't attach or isn't shown in the forum layout. Could it be an issue with the theme we're using or something else? I'm interested in any replies to OP's question. Thank you and good luck!
Re: Signature not appearing below posts for any users.[Solved]
Patchy wrote:This is our forum so far: http://alciem.forumotion.com/
Now, I've gone into the setting in the Panel, but I haven't been able to figure this out. In the panel, signatures are enabled. We've also turned on signatures in posts within the personal preferences menu. However, nothing shows up, and when we go to the area in a post to click "add signature"... well the option simply is not there. Now, below I'll attach some screenshots of the current settings. I've been building and helping friends build these for a few years, and I've never once come across this issue.
For example my post here:
http://alciem.forumotion.com/t3-the-caretaker-of-the-infinite-library
Here is a post edit menu, and yes. A New reply, and new thread look the very same:
Now, there is also the personal settings for your own preferences. Signatures and HTML are enabled.
Now, here is our panel:
I don't know what is causing this. To me, this seems like a deep code issue that I can't solve. Basic HTML is all I have, and no CSS. I did look into the CSS as best I could, however, but have yet to discover anything of interest. This is the CSS below, incase someone more experienced can spot this issue that I clearly cannot. That said, I am still browsing through the menus to see if there is anything I have missed that may or may not have been changed in the months I've been away.
Thank you for your time, and have a wonderful day or evening, depending on where you are.
- Code:
.bodyline {background-color:rgba(255,255,255,0.56);}
.gensmall {
color: #000000;
}
td.row1, td.row3 {
background-color:rgba(255,255,255,0.66);
}
td.row1, td.row2 {
background-color:rgba(255,255,255,0.66);
}
td.row1.over {
font-family:aaarghnormal;
}
td.row3 {
background-color:rgba(255,255,255,0.66);
}
td.row1 {
background-color:rgba(255,255,255,0.66);
}
.gensmall {
font-family: latin;
}
.gen, .genmed {
color: #000000;
font-family:aaarghnormal;
}
.sceditor-toolbar {background-color:#ffffff;}
#i_logo {border:2px solid #000;-moz-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -otransition: all 0.5s ease-in-out;}
#i_logo:hover {border:2px solid #000;-moz-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -otransition: all 0.5s ease-in-out;background-image:url(http://i39.servimg.com/u/f39/19/01/34/63/imagek11.jpg);width:1060px;height:300px;}
@font-face {font-family:"aaarghnormal";src:url("http://rpa.b1.jcink.com/uploads/rpa/Aaargh_webfont.eot") format("eot"),url("http://rpa.b1.jcink.com/uploads/rpa/Aaargh_webfont.woff") format("woff"),url("http://rpa.b1.jcink.com/uploads/rpa/Aaargh_webfont.ttf") format("truetype"),url("http://rpa.b1.jcink.com/uploads/rpa/Aaargh_webfont.svg") format("svg");font-weight:normal;font-style:normal;}
@font-face {font-family:"minotaur";src:url("http://rpa.b1.jcink.com/uploads/rpa/minotaur_webfont.eot") format("eot"),url("http://rpa.b1.jcink.com/uploads/rpa/minotaur_webfont.woff") format("woff"),url("http://rpa.b1.jcink.com/uploads/rpa/minotaur_webfont.ttf") format("truetype"),url("http://rpa.b1.jcink.com/uploads/rpa/minotaur_webfont.svg") format("svg");font-weight:normal;font-style:normal;}
@font-face{
font-family: 'latin';
src: url('http://rpa.b1.jcink.com/uploads/rpa/ColabThi_webfont.eot') format('eot'),
url('http://rpa.b1.jcink.com/uploads/rpa/ColabThi_webfont.woff') format('woff'),
url('http://rpa.b1.jcink.com/uploads/rpa/ColabThi_webfont.ttf') format('truetype'),
url('http://rpa.b1.jcink.com/uploads/rpa/ColabThi_webfont.svg') format('svg'); }
.topictitle, h1, h2 {font-family:aaarghnormal;font-size:13px;}
th {font-family:minotaur;}
a.cattitle {
color:#000000;
font-family:latin;
padding-left:5px;
}
#fa_toolbar {
background-color:rgba(7,21,51, 0.67);
}
As a side note, the main owner of the forum may or may not post here. He/she is lazy, so I don't have my hopes up but she asked her underclassmen for help, and I couldn't say no.
hello this problem not in css code
you want to attach your signature in every post? and topics?
Guest- Guest
Re: Signature not appearing below posts for any users.[Solved]
...If I have not made that clear, then perhaps re-reading my post would be best. There's no need at all to quote the entire thing. I've already answered that above. Yes, we do. Its not letting us at all. I'm hoping someone from the forum staff will get back to me.
Re: Signature not appearing below posts for any users.[Solved]
hello
sorry for reply in your topic
and i promiss next time not reply in your topics
never trying to help your good luck
sorry for reply in your topic
and i promiss next time not reply in your topics
never trying to help your good luck
Guest- Guest
Re: Signature not appearing below posts for any users.[Solved]
Hello,
I am \isogriv.\, the current Head Admin, Founder and Owner of the forum of the topic: Alciem Ultimo. In regards to what Duke3 has said, ideally we would like to be able to have a signature–if a member possesses one–be consistently attached to their post when made (in boards where it is allowed, or in the case that they have their signatures activated in their own personal preferences). I've gone over the CSS attentively, so as far as my own review goes I find that it shouldn't contribute to the problem we currently have. Given that, considering the problem is occurring for multiple people of even different boards, it seems most logical that the root of the problem lies in the board. I took a look at the Signature Div on Alciem and the Signature Div on some other sites, and there doesn't appear to be anything wrong with them, though it doesn't look like it has any bearing on the issue at hand in any way. With all of this in mind, I do believe I have tried everything possible within my limits to see what's wrong and how to fix it.
I am \isogriv.\, the current Head Admin, Founder and Owner of the forum of the topic: Alciem Ultimo. In regards to what Duke3 has said, ideally we would like to be able to have a signature–if a member possesses one–be consistently attached to their post when made (in boards where it is allowed, or in the case that they have their signatures activated in their own personal preferences). I've gone over the CSS attentively, so as far as my own review goes I find that it shouldn't contribute to the problem we currently have. Given that, considering the problem is occurring for multiple people of even different boards, it seems most logical that the root of the problem lies in the board. I took a look at the Signature Div on Alciem and the Signature Div on some other sites, and there doesn't appear to be anything wrong with them, though it doesn't look like it has any bearing on the issue at hand in any way. With all of this in mind, I do believe I have tried everything possible within my limits to see what's wrong and how to fix it.
If it truly is an issue with the board itself and is something we cannot fix, well--that's that. With those who have helped and tried to help, I appreciate it; thank you.
Re: Signature not appearing below posts for any users.[Solved]
Hello,
@\isogriv.\ Please do not use colour for the whole of your post as this is reserved for staff members only when they moderate such as this message. Thanks.
My Signature is not displayed, what should I do?
In general, there are two settings that could be the reason for your sig not to be displayed. The first one is in your admin panel, where you can allow or deny the use of signatures on a global level. Go to "Users & Groups / Users / User Options" and set "Allow Signatures" to YES.
The second option can be found in your personal profile settings. Go to "Profile >> Preferences" and enable the option "Always attach my signature". Your signature should now be attached to all posts you make, if you actually have content in it.
Note: On some forum versions, it's possible that you still won't see your signatures on posts you have already made, although you have activated all necessary options. There is no other way to change this than to edit those posts and mark the box "attach my signature to this post" and save.
@\isogriv.\ Please do not use colour for the whole of your post as this is reserved for staff members only when they moderate such as this message. Thanks.
Re: Signature not appearing below posts for any users.[Solved]
Sorry for that, and thank you for the commenting. Unfortunately, while we did have the signature option checked "no" in the User Options, even after changing it to "All Members", signatures still fail to show up. As it stands, we're back to square one.
Last edited by isogriv. on January 10th 2015, 1:43 am; edited 1 time in total
Re: Signature not appearing below posts for any users.[Solved]
I will register on your forum and test this out for myself. Then, I will report my findings here.
Could you please activate my account on the forum? I currently don't have access to my emails.
Could you please activate my account on the forum? I currently don't have access to my emails.
Re: Signature not appearing below posts for any users.[Solved]
Hello @Patchy,
Have you enabled the option here :
Administration Panel > Users and groups > Users > User options
Under "User settings" make sure "Allow Signatures" is enabled for either your groups or all members.
Have you enabled the option here :
Administration Panel > Users and groups > Users > User options
Under "User settings" make sure "Allow Signatures" is enabled for either your groups or all members.
Re: Signature not appearing below posts for any users.[Solved]
\isogriv.\ wrote:Sorry for that, and thank you for commenting. Unfortunately, while we did have the signature option checked "no" in the User Options, even after changing it to "All Members", signatures still fail to show up. As it stands, we're back to square one.
Re: Signature not appearing below posts for any users.[Solved]
Thank you. After testing on your forum, signatures DO indeed work. With regards to your existing posts, you need to manually go through each one of them and select 'attach my signature to this post'.
Re: Signature not appearing below posts for any users.[Solved]
Yes, I myself have newly discovered that it shows up with new posts. As for attaching signatures to already existing posts, it would appear that I've been accidentally double clicking it the whole time, resulting in it being unchecked. That in mind, it seems there is no longer any problems, and this thread is Solved. I suppose we must simply wait for Patchy to edit her post and have this thread solved?
Thank you Base, Ange Tuteur, and Duke3 for the help, and Patchy for posting this thread to begin with; I really appreciate it.
Thank you Base, Ange Tuteur, and Duke3 for the help, and Patchy for posting this thread to begin with; I really appreciate it.
Re: Signature not appearing below posts for any users.[Solved]
You're welcome! Glad we could help.
Solved => Archived
Solved => Archived
Similar topics
» Posts Are Appearing Before Post Author When Merging Topics
» Signature isn't appearing?
» Signature appearing
» Deleting posts..Solved
» New post appearing above old posts in thread
» Signature isn't appearing?
» Signature appearing
» Deleting posts..Solved
» New post appearing above old posts in thread
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum