Louise
|
Whosonline Icon Issue.I am currently making some edits over at The Chillpill In time for St Paddys Day...But Have run Into a problem that I've never encountered before, despite making such edits Numerous times.
Our Default style is No4, so I am making edits on No 2, so that they stay Secret until Monday.
Our Usual Whosonline icon, is a little smiley face that says Join Us today But On the page I am editting I want to set it as a Clover...I have done the usual thing of naming it the same and uploading it to Chillpill2 But It's also showing on Chillpill 4...even though i haven't uploaded it to that template.
So I have had to change it back for now to what it is originally.
|
admin (no pm's please)
|
Sounds like your template has the path hardcoded somewhere. e.g. chillpill4 is looking at the chillpill1 template for that image.
|
Louise
|
So How do I rectify That?....It' s never happened before.
|
Symon
|
Strange ?
Quick way around this would be to upload the image with a different name .
Then find the path to it
something like
templates/myfs_testhtml1/images/whosonline.gif
Now open up template 2
index_body.tpl
find
| Code: | | <td class="row1" align="center" valign="middle" rowspan="2"><img src="templates/myfs_testhtml1/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td> |
And just change the url path of the image
|
Louise
|
Thanks...I will try That Now.
I really can't understand why it's happening though as i Only made similar edits 2 weeks ago for St Davids day and Mothers day and had No Problems there.
Also, Is it likely that it's just that one Icon I'll have the problem with...I'm just thinking of the end of the year when I'll want to change all my Buttons To Christmas Puddings and Things...
|
Louise
|
It worked a treat anyway...Thanks .x
|
Symon
|
Look at the image paths on template 4 to see where they are pointing, if you have copied and pasted some code from one template to another this may cause it.
All image paths should be pointing to the same template as you are editing
so
Template 2 would read
templates/myfs_testhtml2/images/whosonline.gif
And 4
templates/myfs_testhtml4/images/whosonline.gif
|
Louise
|
Aaaaahhhh...Thanks Symon, That's EXACTLY what I did a few days ago, when I messed up my Index Body while editting...I copied the working copy from Chillpill2 into Chillpill4...I'll go and correct them all Now...Thanks!
|
|
|