SMF 2.0RC5
I have a custom babynames mod for my SMF site.
I have a sql file that I purcahsed that has 30,000 names, meanings, etc etc in it. I would like to try and make it compatible with a custom Babynames mod for SMF, where I can just import the SQL file.
So, the sql, uses 2 tables, but only one is important: "Names", that has 6 fields(?), but only 5 are needed.
* Names
- id
- name
- meaning
- gender
- origin
My Babyname mod uses 5 tables.
* smf_babynames
- id_name author
- date
- bname
- gender
- origin
- meaning
- is_active
- rates
* smf_babynames_comments
- id_comment
- id_name author
- body
- date
- last_modified
- modified_name
* smf_babynames_rating
- id_rate
- id_member
- id_name value
* smf_babynames_favorites
- id_name
- id_member
What would you charge to alter the SQL file to make it so that I can import the 30,000+ meanings, origins, etc etc to work with my Babynames mod? If that is, your willing to do it.