| October 28th, 2004 09:41 AM |
|
|
| Roushrules |
Isn't there some way somebody can write a script or make it possible to make the [Sticky] an image??
I use to have my site at another free BB and my image was this 
I am using this image on my site but I'd like to be able to place it beside a thread that i want to remain at the top of the thread list.
I know you guys can do it!! ;) |
| October 28th, 2004 10:54 AM |
|
|
| Hagurumon |
Well, I remember there being a way to change what word to make [Sticky], because I was thinking about making it [Announcement] instead. I'm sure you can use HTML in that text box to insert a picture. |
| October 28th, 2004 11:10 AM |
|
|
| krillmeed |
Yes you can, i use a red alert image |
| October 28th, 2004 11:27 AM |
|
|
| sdn |
There's a script around here for it. |
| October 28th, 2004 11:46 AM |
|
|
| Roushrules |
Is this the right script part to change that?
<!-- BEGIN threads -->
<tr>
<td width="2%" class="SecondAlt"><img src="{threads.img}"></td>
<td width="55%" class="FirstAlt"><span class="NormalText"><b>{threads.sticky}{threads.PollQ}</b><a href="thread.php?forumid={threads.forumid}&threadid={threads.threadid}">{threads.title}</a></span><span class="SmallText"> {threads.p}{threads.pagenumbers}</span></td>
<td width="15%" class="SecondAlt" align="center"><span class="SmallText">{threads.postusername}</span></td>
<td width="1%" class="SecondAlt" align="center"><img src=http://s2.excoboard.com/forums/510/user/2217/89416.gif> </td>
<td width="23%" class="FirstAlt"><span class="SmallText">{threads.timedisplay}<br>by {threads.lastposter}</span></span></td>
</tr>
<!-- END threads -->
if so which part do i change or which part of the script is the sticky thing :p |
| October 28th, 2004 11:50 AM |
|
|
| sdn |
I don't think you can change it in the template system, but I might be wrong. |
| October 28th, 2004 11:51 AM |
|
|
| Roushrules |
I just added the HTML and it made all my topics sticky but it did replace the word with an image- I think I am adding it wrong but I think there is a way- just have to figure it out |
| October 28th, 2004 11:57 AM |
|
|
| Roushrules |
here's a link to see what it did.
http://s2.excoboard.com/exco/forum.php?forumid=2543 |
| October 30th, 2004 02:38 AM |
|
|
| Catchow |
I am not good at coding. LOL that's an understatement!
Did you use the posted code or did you write your own? |