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.
Signature Seperator
-
- Posts: 102
- Joined: Wed Dec 15, 2010 8:42 pm
Signature Seperator
Last edited by itsallaboutmusic on Tue Feb 26, 2013 10:29 am, edited 2 times in total.
Re: Signature Seperator
do you mean like this separator?
Last edited by spaceace on Tue Feb 26, 2013 10:29 am, edited 2 times in total.
if you like my work and would like to contribute to my development of styles, please donate by using the donate button in the header.
Need hosting? Click this text to check out ICDSOFT
Need hosting? Click this text to check out ICDSOFT
-
- Posts: 102
- Joined: Wed Dec 15, 2010 8:42 pm
Re: Signature Seperator
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?
<img src="http://www.livemembersonly.com/styles/C ... nature.png" alt="Image" />
The above is it correct, I jsut put in my board info?
Last edited by itsallaboutmusic on Tue Feb 26, 2013 10:29 am, edited 5 times in total.
-
- Posts: 102
- Joined: Wed Dec 15, 2010 8:42 pm
Re: Signature Seperator
All fixed and thanks again.
Last edited by itsallaboutmusic on Tue Feb 26, 2013 10:29 am, edited 2 times in total.
Re: Signature Seperator
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
Last edited by spaceace on Tue Feb 26, 2013 10:29 am, edited 2 times in total.
if you like my work and would like to contribute to my development of styles, please donate by using the donate button in the header.
Need hosting? Click this text to check out ICDSOFT
Need hosting? Click this text to check out ICDSOFT
-
- Posts: 102
- Joined: Wed Dec 15, 2010 8:42 pm
Re: Signature Seperator
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
<img src="http://www.itsallaboutmusic.net/styles/ ... nature.png" alt="Image" />
I had it placed after the copyright line in the view_topic.html
Last edited by itsallaboutmusic on Tue Feb 26, 2013 10:29 am, edited 3 times in total.
-
- Posts: 102
- Joined: Wed Dec 15, 2010 8:42 pm
Re: Signature Seperator
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.
Again, Prospace has the img src="http://www.itsallaboutmusic.net/styles/ ... nature.png" alt="Image" /> the others do not.
Last edited by itsallaboutmusic on Tue Feb 26, 2013 10:29 am, edited 3 times in total.
Re: Signature Seperator
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
and here's a screen shot of one of your posts with the sig divider
now, if a user doesn't have a signature set in their profile, this will not show up. is this what you're seeing?
Code: Select all
and the sig div is here<!-- IF postrow.SIGNATURE --><div class="sigimg"></div><div id="sig{postrow.POST_ID}" class="signature">{postrow.SIGNATURE}</div><!-- ENDIF -->
Code: Select all
and the class is in the css file content.css<div class="sigimg"></div>
Code: Select all
and the file is in the imageset folder. i'll link directly to your image in the Deepspace style.sigimg {
background: url("{T_IMAGESET_PATH}/signature.png") no-repeat center;
height: 48px;
clear: both;
padding: 6px 0 6px 0;
}
and here's a screen shot of one of your posts with the sig divider
now, if a user doesn't have a signature set in their profile, this will not show up. is this what you're seeing?
You do not have the required permissions to view the files attached to this post.
Last edited by spaceace on Tue Feb 26, 2013 10:29 am, edited 2 times in total.
if you like my work and would like to contribute to my development of styles, please donate by using the donate button in the header.
Need hosting? Click this text to check out ICDSOFT
Need hosting? Click this text to check out ICDSOFT
-
- Posts: 102
- Joined: Wed Dec 15, 2010 8:42 pm
Re: Signature Seperator
Ah got it but what is up with prospace then?
Last edited by itsallaboutmusic on Tue Feb 26, 2013 10:29 am, edited 3 times in total.
Re: Signature Seperator
Prospace never had one. the signature divider was added in one of the updates in Bluespace
Last edited by spaceace on Tue Feb 26, 2013 10:29 am, edited 2 times in total.
if you like my work and would like to contribute to my development of styles, please donate by using the donate button in the header.
Need hosting? Click this text to check out ICDSOFT
Need hosting? Click this text to check out ICDSOFT