Page 1 of 2

Signature Seperator

Posted: Tue Jan 18, 2011 8:33 pm
by itsallaboutmusic
I seemed to have deleted all my reply to topic signature separators for all styles.

In fact I can not even find the images either.

Would you be so kind as to provide the image for each style and the file I am to mod to get them back? Thank You.

Re: Signature Seperator

Posted: Tue Jan 18, 2011 8:35 pm
by spaceace
do you mean like this separator?

Image

Re: Signature Seperator

Posted: Wed Jan 19, 2011 7:31 am
by itsallaboutmusic
Yes, I had that in each style and you had told me were to place it but I lost that info :( You gave me the line to add to the view_topic.html so it would show up. Appreciate the reminder.

<img src="http://www.livemembersonly.com/styles/C ... nature.png" alt="Image" />


The above is it correct, I jsut put in my board info?

Re: Signature Seperator

Posted: Wed Jan 19, 2011 8:02 am
by itsallaboutmusic
All fixed and thanks again.

Re: Signature Seperator

Posted: Wed Jan 19, 2011 8:14 am
by spaceace
when i looked on your board, i saw the sig images and i even looked in the Bluespace template and saw the <div> for the signature image. so i didn't understand what was missing but glad you got it sorted :D

Re: Signature Seperator

Posted: Wed Jan 19, 2011 8:28 am
by itsallaboutmusic
someting is wrong the sigs are showing up without this ref

<img src="http://www.itsallaboutmusic.net/styles/ ... nature.png" alt="Image" />

I had it placed after the copyright line in the view_topic.html

Re: Signature Seperator

Posted: Wed Jan 19, 2011 8:39 am
by itsallaboutmusic
Ok I am not sure but if I had some how copied prospace viewtopic_html to my other styles, would that be it. Here is what is happening. The other styles do not have the above in it at all. Only prospace so I have no idea how the other styles are showing the sig sep. This makes no sense to me.

Again, Prospace has the img src="http://www.itsallaboutmusic.net/styles/ ... nature.png" alt="Image" /> the others do not.

Re: Signature Seperator

Posted: Wed Jan 19, 2011 8:40 am
by spaceace
i just looked in the viewtopic_body.html in the Deepspace style and all the div's are in place. the line looks like this
Code: Select all
<!-- IF postrow.SIGNATURE --><div class="sigimg"></div><div id="sig{postrow.POST_ID}" class="signature">{postrow.SIGNATURE}</div><!-- ENDIF -->
and the sig div is here
Code: Select all
<div class="sigimg"></div>
and the class is in the css file content.css
Code: Select all
.sigimg {
	background: url("{T_IMAGESET_PATH}/signature.png") no-repeat center;
	height: 48px;
	clear: both;
	padding: 6px 0 6px 0;
}
and the file is in the imageset folder. i'll link directly to your image in the Deepspace style

Image

and here's a screen shot of one of your posts with the sig divider
1-19-2011 8-37-45 AM.png
now, if a user doesn't have a signature set in their profile, this will not show up. is this what you're seeing?

Re: Signature Seperator

Posted: Wed Jan 19, 2011 8:43 am
by itsallaboutmusic
Ah got it but what is up with prospace then?

Re: Signature Seperator

Posted: Wed Jan 19, 2011 8:47 am
by spaceace
Prospace never had one. the signature divider was added in one of the updates in Bluespace