Talk:Integrate with CMS

From PGVWiki
Jump to navigation Jump to search

Ron Field's Joomla component

I made the following modifications to mosgedview.php to get my system working with phpGedView 4 Beta 3

 #$ModName = $GLOBALS['name'];   // removed
 $PGV_DATABASE = " " ;     //added
 $post_fullname = " ";    //added
 $post_email = " ";       //added


--Laurie Lewis 10:35, 23 December 2005 (EST)

The current component already has all the above except the following line.

 $PGV_DATABASE = " " ;     //added

There are still a couple things to fix for phpGedview 4 Beta 3 but for the most part it works as is.

--Ron Field 11:52, 27 December 2005 (EST)