If you are talking about plugin options page, open
plugins/block_server/options.php, find lines with
---
$blockFile = $data_dir . $username . ".block";
?>
Debugging steps are pretty simple. Check generated page
source. It must use theme colors in <body> tag. Also check
plugin's scripts and find all places that start html page
(echo '<html>') without displayPageHeader() function.
Please show URL that generates page without chosen theme
colors. Please provide information about theme selected by
user. 'chosen theme' does not give that information.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=225877
If you are talking about plugin options page, open
plugins/block_server/options.php, find lines with
---
$blockFile = $data_dir . $username . ".block";
?>
<html>
<?php displayPageHeader($color, 'None'); ?>
---
and remove <html> tag.
---
$blockFile = $data_dir . $username . ".block";
displayPageHeader($color, 'None'); ?>
---
Logged In: YES
user_id=914035
Thanks for your help. I tried this, but unfortunately it
didn't work. I've tried debugging, but I can't see anything
wrong.
Logged In: YES
user_id=225877
Debugging steps are pretty simple. Check generated page
source. It must use theme colors in <body> tag. Also check
plugin's scripts and find all places that start html page
(echo '<html>') without displayPageHeader() function.
Please show URL that generates page without chosen theme
colors. Please provide information about theme selected by
user. 'chosen theme' does not give that information.
Logged In: YES
user_id=914035
URL of the page I'm taken to when clicking 'block sender' is:
http://webmail.domain.com/plugins/block_sender/block_sender.php?mailbox=INBOX&passed_id=1412&startMessage=1
I've looked through that file and can't find any 'html' tag
anywhere. I'm using the 'Autumn 2' theme and 'serif-10'
stylesheet.
Thanks for the help.
patch for block_sender 2.02