[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 173: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 174: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 180: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
IntegraMOD Home of phpBB Integrated Modifications 2006-06-08T13:19:08-07:00 https://integramod.com/forum/feed.php?f=17&t=1139 2006-06-08T13:19:08-07:00 2006-06-08T13:19:08-07:00 https://integramod.com/forum/viewtopic.php?t=1139&p=8997#p8997 <![CDATA[Re: Admin background]]>
check these files
templates/xxx/admin/
index_body.tpl
index_frameset.tpl
index_navigate.tpl

Statistics: Posted Author: Dragonsys — Thu Jun 08, 2006 1:19 pm


]]>
2006-06-08T12:28:18-07:00 2006-06-08T12:28:18-07:00 https://integramod.com/forum/viewtopic.php?t=1139&p=8992#p8992 <![CDATA[Admin background]]>
.css

body{color:#E8E8E6;font:12px Verdana,Arial,Helvetica,sans-serif;margin:6px;padding:0;

Removed background color


overall_header.tpl

<script>
if (document.all||document.getElementById)
document.body.style.background="url('my image url here') black center no-repeat fixed"

</script>

I set the color to black so that around the image its black on all the pages. Now I have an exception, that I dont know where to fix it at. The admistration pages does not carry over the changes. It has a white background. I dont care if the image is there. I just want it to be black.

Also in conjuction with this. I have installed a item tool tip that seems to carry over also to the admin panel. How can I get it to be gone w/o uploading the files to the root of admin so it can locate them?

Do I find the line that calls the header, and just make a new header (overall_header2.tpl) and see about that? How do I fix the background color in admin panel?

Statistics: Posted Author: Fallen — Thu Jun 08, 2006 12:28 pm


]]>