Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter letimati

    (@letimati)

    Cheers i will upgrade it.

    Thread Starter letimati

    (@letimati)

    PHP Version 4.2.3

    mysql
    MySQL Support enabled
    Active Persistent Links 0
    Active Links 0
    Client API version 3.23.39

    Directive Local Value Master Value
    mysql.allow_persistent
    On On
    mysql.default_host
    no value no value
    mysql.default_password
    no value no value
    mysql.default_port
    no value no value
    mysql.default_socket
    no value no value
    mysql.default_user
    no value no value
    mysql.max_links
    Unlimited Unlimited
    mysql.max_persistent
    Unlimited Unlimited

    odbc

    Thread Starter letimati

    (@letimati)

    I still just get no pages at all. I have just started the site and its only got a few pages i have just put in to get the structure and its internal so can let yous see it.

    thanks i will keep trying it.

    Forum: Plugins
    In reply to: Vanilla forum integration

    But then would you have to change the vanilla code to let the forum know the user had logged in though the wp.

    It would be so easy if the field names were the same expecialy the key (id).

    at the moment its something like this

    wp
    ID
    user_login
    user_pass

    vanilla
    userID
    Name
    Password

    I am going to ask on the vanilla forum how easy it would be to change the user tables fields.

    Forum: Plugins
    In reply to: Vanilla forum integration

    I am interested in this as well and I have just been having a wee look about and trying to work out how i could do this.

    First off I am not the best php programmer but i get by and I am new to wordpress and just finding out how it all works.

    So here are my thoughts on what i could do.

    1.integrate the two user tables in the DB to one. The vanilla one has more fields so use that. Now to do this i would change the name of the table in wp-settings.php (easy) then go though the files that insert into the table and change SQL query’s or the forms.

    Problems – I dont know if its a good idea going in changing stuff in wordpress in case i cant get new plugins working in the future.

    2.Keep two tables for different users and run some sort of script after each person registers that inserts the user into the other DB. Also when someone logs in run some script that logs them into the other.

    I dont like the thought of two tables for users seems just bad.

    I dont have the first clue how to do this in a plug in so any advice or plugins already built that do something similar would be very helpfully.

    any thoughts, even if its pointing out how my ideas would never work would be gratefully.

    Thread Starter letimati

    (@letimati)

    thanks that did the trick.

Viewing 6 replies - 1 through 6 (of 6 total)