Hi Mark,
Wow, what an impressive work of programming you have contributed! Thank you so much! Virtually everything works now for me except when I enable the integrated log in, I get this message when logging in from either side: "Fatal error: Cannot redeclare tng_header() (previously declared in /home/jlxxxe1/tng/genlib.php:44) in /home/jlxxxe1/tng/genlib.php on line 106" . The login does work on both WP and TNG – I just have the error message to back out of.
Regards,
Jim
So first I went to line 44 of the genlib.php file and found the line:
function tng_header( $title, $flags ) {
and before it I added
if(!function_exists('tng_header')){
then added a } at the end of the function to close that new "if statement."
Then I repeated that step for every other function in the file (you have to). If anyone wants me to send the corrected genlib.php file. Drop me a comment on any post of http://www.tommcconnon.com. (I know the blog currently looks outdated, but I'll get it).