Talk:Integrate with CMS

From PGVWiki
Revision as of 11:02, 11 January 2008 by Nathanhaigh (talk | contribs) (Talk:How To:Integrate with CMS moved to Talk:Integrate with CMS: removed invalid namespace)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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)