| Author |
Message |
MurphDog
Sergeant


Joined: Jul 12, 2003
Posts: 90
|
Posted:
Thu Oct 09, 2003 6:00 am |
  |
Hi guys and girls
First off, glad to see NukeMods is back and joined with NukeCops.
Second, I've brought this up before but didn't get anywhere (in other sites). There is an online genealogy (gedcom) viewer built on PHP called PHPGedView, found at http://phpgedview.sourceforge.net/index.html. This is a really good alternative than using some free web service like familytreemaker.com (no ads, etc).
Someone created a module for it so it can be used with PostNuke. I've wanted to convert either the PHPGedView files itself, or the PostNuke module files, found at http://phpgedview.sourceforge.net/modules.html. The main purpose of doing this is so that the userdatabase can be the same/shared with the Nuke database. This can be done according to the author.
Can anyone assist in converting? It's been a while since I've looked at the code, and I'm not really PHP literate yet, but I've done my share of "beginner" editing.
Thanks for any help you can give me!
MurphDog |
|
|
   |
 |
MurphDog
Sergeant


Joined: Jul 12, 2003
Posts: 90
|
Posted:
Thu Oct 09, 2003 6:04 am |
  |
btw, I currently have it setup in an iframe. It looks all right but that still does not solve the user database problem.
Thanks
Murphy |
|
|
   |
 |
Zhen-Xjell
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939
|
Posted:
Thu Oct 09, 2003 6:07 am |
  |
Sounds like an interesting endeavor... |
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki] |
|
     |
 |
yardgnome
Nuke Soldier


Joined: Jun 30, 2003
Posts: 17
Location: Austin, TX
|
Posted:
Mon Jan 05, 2004 12:43 pm |
  |
Have you had any success? I'm also very interested in a module for PHPGedView to use the PHPNuke authentication. There is a great PHPNuke Genealogy website dedicated to the Pasteur family which uses a PHPNuke frontend with the Geneweb program as a Nuke module for their genealogy database. http://php.pasteur.net/index.php I don't like Geneweb as much as I like PHPGedView, and would like to find a way to integrate PHPGedView with PHPNuke for my family's genealogy site in a similar fashion. Since I'm not a PHP coder, I've always depended upon the kindness of strangers for help with these things  |
|
|
     |
 |
MurphDog
Sergeant


Joined: Jul 12, 2003
Posts: 90
|
Posted:
Tue Jan 06, 2004 4:23 pm |
  |
Nothing yet, however I did send an email regarding NukeCops paid services some time ago. Have not gotten a response back yet. Hopefully soon. |
|
|
   |
 |
derryb
Nuke Cadet


Joined: Jun 28, 2004
Posts: 1
|
Posted:
Mon Jul 12, 2004 1:39 am |
  |
Anyone get anywhere with this? I too am impressed with phpGedView and although the documentation says that it can be used as a phpnuke or postnuke module there are only files for postnuke. |
|
|
   |
 |
MurphDog
Sergeant


Joined: Jul 12, 2003
Posts: 90
|
Posted:
Mon Jul 12, 2004 4:48 am |
  |
Nothing has happened yet, I got a response from ZX but I didn't follow through with it. because I offered to pay for it to be done. If it can be done, I will come back to it, but I recently decided to use a java applet. The same applet found on Family Tree Maker hosted sites. The creator of the applet has some demo pages found here. It is highly customizable.
Let me know if you have any question. |
|
|
   |
 |
babywebmaster
Nuke Soldier


Joined: Jan 02, 2004
Posts: 34
|
Posted:
Mon Jul 12, 2004 5:40 am |
  |
G'day mate, I'm interested in this as a module too but don't have a lot of time to spend on this project ...which applet did you use .. can I see it working on your site? It would be great if you could send me the applet code, Or do I have to configure it by myself? |
|
|
    |
 |
MurphDog
Sergeant


Joined: Jul 12, 2003
Posts: 90
|
Posted:
Mon Jul 12, 2004 10:05 am |
  |
Here it is on my site, this is a rough draft and some people tell me they see it just fine, but on my systems I don't (all I see is the applet, no left blocks, no header and no footer, just the table with the applet inside it.
(Refer to http://www.nukemods.com/modules.php?name=Forums&file=viewtopic&p=16061#16061 for issues I'm having )
http://www.theklings.net/modules.php?name=Genealogy
This applet was originally designed for use on FamilyTreeMaker hosted sites, but the person who created it has made it somewhat available. Check out his site / sites at
http://people.qualcomm.com/donb/
I'm at work right now, I'll add his other site when I get home because I don't recall the address.
It's easy to use if you already have a tree hosted on FTM's hosted pages, like my own, but I'm trying to find out how to host it on my own site so I don't need to depend on FTM to hold the file. |
|
|
   |
 |
filmfr3ak
Private


Joined: Mar 18, 2004
Posts: 42
Location: KY
|
Posted:
Fri Jul 23, 2004 12:49 pm |
  |
phpGedView DOES work with phpnuke.
Download:
phpGedView-3.1.zip AND pgvnuke-3.1.zip
upload the files in the phpGedView-3.1.zip to a folder called phpGedView which you have made in your modules directory. THEN upload the files in the pgvnuke-3.1.zip to the same folder.
Now...
you have to copy the pgv_footer.php to the base phpNuke directory.
now you have to configure phpgedview...
you CAN NOT do it from within phpnuke.
Go to yoursite/your nuke directory/modules/phpGedView/
at this point it should tell you to set up your admin and to configure phpgedview.
NOW...
Go to phpnuke administration (ie admin.php) and then click on modules.
Activate phpGedView (or whatever you have called phpGedView) make it invisible becasue this link will not work.
Build a link somewhere for phpGedView - similar to the one below - note that the module it calls is pgvindex.php (not just the index.php so std links in phpNuke module won't work)
I made a block called My Genealogy and it jsut had a link in it to the right file...
looked like <a href="modules.php?op=modload&name=phpGedView&file=pgvindex"> The GedCom File</a> |
|
|
       |
 |
|
|