| Re: editing the header |
| by snow77 on 2006/9/3 7:10:29 I am not a developer, can't create with php or do things to mysql. I just know css and html. Lots of other people here could help you with that. |
| Re: editing the header |
| by glennnphp on 2006/9/3 6:58:12 hey Snow, can i hire you to do something that probably woon't take you 15 minutes? in MySQL? it's an older script that needs to just call the new xoops_users tables... shouldn't be much at all...? |
| Re: editing the header |
| by glennnphp on 2006/9/3 6:54:12 yeah, that's what i've been doing. it still doesn't work with the imge backgrounded, but it works with the image inserted as long as i clean the smarty templates each time. theyre a pain!! what's the point? how was i supposed to change logo.gif to begin with??? |
| Re: editing the header |
| by glennnphp on 2006/9/3 6:30:11 found it - it was in my smarty templates... |
| Re: editing the header |
| by snow77 on 2006/9/3 6:29:32 yeah I am seeing unexisting code too. Go to administration menu > system > preferences > genereal settings and set to YES this option: Check templates for modifications ? and erase all the files in templates_c folder except the index.html, just to be double sure no cache is left. then here is the header table again and style you'll need for the header: header table: le="color: #000000"><?php <table width="100%" cellspacing="0"> <tr > <td id="headerbanner"> </td> </tr> <tr> <td id="headerbar"> </td> </tr> </table> style: #headerbanner { background-color: #FFFFFF; background-image: url(LTLF.gif); background-repeat: no-repeat; background-position: center; height: 155px; } |