1
jmedodd
Pay Module: TNG Integration
  • 2005/1/26 4:24

  • jmedodd

  • Just popping in

  • Posts: 11

  • Since: 2004/6/16


I would like to ask if anyone is interested in creating some sort of integration module for TNG.

TNG=The Next Generation of Genealogical Site Building
http://lythgoes.net/genealogy/software.php

It is by far, the very best online genealogy sitebuilding tool on the market today. It costs money for the application but it's a small amount and I'd be willing to pay for a license in order to help get this built. There is already a Postnuke convertor available but it's mostly a wrapper. I'm not asking for full integration, just a way to wrap it into my XOOPS site and allow all registered members to automatically become registered users of TNG.

If someone is interested, please can you give me an idea of how much something like this would cost? You can send me a PM if you wish or post it here. I am very interested in this type of project and if I can't get help here, I will try on one of the Rent a Coder types of sites.

This idea has been posted here before with no real outcome but this time I am willing to pay someone to help me. Thanks for any comments or suggestions.



2
jmedodd
NewBB : Create PDF from ENTIRE post
  • 2005/1/25 3:48

  • jmedodd

  • Just popping in

  • Posts: 11

  • Since: 2004/6/16


The ability to create a PDF file from a post in NewBB is an excellent feature! I may have not searched properly but I am wondering is it possible to create a PDF from an entire topic. I believe that currently you can only create a PDF from each individual post while I would like the ability to create a PDF that would include all of the posts from a single topic. Am I missing something somewhere? Thanks in advanced for any advice or constructive comments. :)



3
jmedodd
Re: Will XOOPS suit my needs ?
  • 2004/8/9 3:28

  • jmedodd

  • Just popping in

  • Posts: 11

  • Since: 2004/6/16


Don't have much time right now but wanted to give you the link to WHMAP. It is a little expensive but SO well worth it.

http://www.whmautopilot.com/

I'll reply back later in regards to your other comments.



4
jmedodd
Re: Will XOOPS suit my needs ?
  • 2004/8/8 13:46

  • jmedodd

  • Just popping in

  • Posts: 11

  • Since: 2004/6/16


Quote:
I do web hosting and domain name reselling


Except for the domain name reselling (which I am still working on) and the short urls (which I'm not too worried about right now), I am using XOOPS for a similar site. It does take a lot of work to get it to do what you want but once get the hang of the layout, code, etc., you can pretty much do anything you want. You really have to have a good idea of what you are wanting to do prior to starting though. At least it helps.

You can visit my site but just know that it is BY FAR not finished.http://walkernetwork.com

You can see how I have used blocks to display my hosting plans, I have used the tiny content duplicatable module to add my content. I was even able to hack a little to make my hosting signup script (WHM AutoPilot) flow with my template. There aren't a lot of hosting templates for XOOPS which is why I am using the current one. You'd be better off creating your own though so that way you don't have the same looking site as someone else like I do now.

Good luck and keep us updated on your progress. I know I for one am always interested in seeing how people manage to utilize a CMS to fit their needs.



5
jmedodd
Re: New domain buy/sell site comments? SPAM!!
  • 2004/8/7 0:57

  • jmedodd

  • Just popping in

  • Posts: 11

  • Since: 2004/6/16


I will second what Herko said. That does make it look differently. I apologize for my hasty reaction but you have to understand how more often than not, these things really are just spam.



6
jmedodd
Re: New domain buy/sell site comments? SPAM!!
  • 2004/8/6 15:20

  • jmedodd

  • Just popping in

  • Posts: 11

  • Since: 2004/6/16


Looking at the source, it is NOT xoops, therefore this post should be labeled..

!!SPAM!!



7
jmedodd
Re: Geneweb is Free
  • 2004/7/27 0:27

  • jmedodd

  • Just popping in

  • Posts: 11

  • Since: 2004/6/16


Towards the bottom of the features page, you can see that yes, you can change information. One of the things I like about phpGedView is that you can have multiple gedcoms. So if you are working on something and you find a branch but aren't sure if it's related to one you're already working on, you can have it separate but still workable. Here's a quote from the features page regagarding the online editing.

Quote:
Online Editing

Online Editing - Administrators can give users edit privileges to add, edit, and delete facts from individuals in the gedcom through online html forms.
Accept or Undo changes - Administrators are alerted when changes have been made online to the gedcom and they can choose to accept or undo those changes.
Change Diff View - Users with edit privileges can choose to view an online diff of the changes that have been made.
Add new people - You can now add new people to the Gedcom as children or spouses.
Edit Names - You can now edit the names of people in your gedcom file.
NEW Add Parents, Children, and Spouses - You can now extend your tree online by adding parents children and spouses online.
Integrated Research Log - You can download the Research Log module and install it into your PhpGedView directory and it will automatically integrate right into PhpGedView. When it is installed it adds a Research Log Tab to the individual page that will show you the research logs you have created for that person.
Remote GDBI Client - PhpGedView has teamed up with the GDBI project to provide a remote Java client that can be used to edit your genealogy data remotely.



8
jmedodd
Re: Geneweb is Free
  • 2004/7/26 16:16

  • jmedodd

  • Just popping in

  • Posts: 11

  • Since: 2004/6/16


Another free genealogy script which is really super is phpGedView which has already been hacked to work with Postnuke from Cas over as nuy.info

View phpGedView Here

I am using this particular module on a private family site and it's one of the main reasons why I'm still using PN over XOOPS on this particular site.



9
jmedodd
Re: Friendfinder 3.1 problem
  • 2004/7/11 3:17

  • jmedodd

  • Just popping in

  • Posts: 11

  • Since: 2004/6/16


I was having the same problem setaside and this is how I managed to fix it:

In file view.php around line 50:

Find:

//Function to see if directfriends is installed
//This function only works with xoops2
if(XOOPS_VERSION=="XOOPS 2.0"){
    
$module_handler =& xoops_gethandler('module');
    if (
$module_handler->getCount(new Criteria('dirname''directfriends'))) {
        
$directfriends=1;
        } else{
        
$directfriends=0;
    }
}else{
    if (
XoopsModule::moduleExists("directfriends")) {
        
$directfriends=1;
        } else{
        
$directfriends=0;
    }
}

//end of direct friends


and delete the entire block of code.

Now, I am NOT a coder, and I have no idea if this is a needed block of code for something or not, but deleting this has made my module work just fine. So far, no other errors unless I turn PHPdebug on and then that's a whole 'nother issue.



10
jmedodd
Re: Geneweb is Free
  • 2004/6/17 11:12

  • jmedodd

  • Just popping in

  • Posts: 11

  • Since: 2004/6/16


Everyone is always out to get something free. We happily walk around downloading mods here and there using them for our own benefit. Yes, sometimes people give donations to the creators but let's face it, not very often. I do it all the time, downloading mods and not thinking twice about the work and effort that was put in creating it. This type of module is something that could be used by families for genealogy research and I think would be a great benefit to the XOOPS community. I think it would be great to have someone port it.

Having said that, I agree, it will be hard to get someone to port a pay module. However, if given the choice between Geneweb and TNG, I would whole-heartedly have to choose TNG. I mean come on, compare the two and it's like comparing the Motel 6 to the Tropicana...they both serve basically the same purpose but which one would you rather stay in? I have already paid for it (it really isn't that expensive...like $20 or so) and I, like others, don't use it because I have become more and more excited about using XOOPS and there's just really no good way to integrate it yet.

I would gladly support the creation of the module with any testing purposes (as like many, I am not a coder yet) and maybe even a very small donation...trust me, small, I am poor lately... :)




TopTop



Login

Who's Online

148 user(s) are online (93 user(s) are browsing Support Forums)


Members: 0


Guests: 148


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits