Results 1 to 12 of 12

Thread: Editing Joining Date in PHPBB Forum
      
   

  1. #1
    Ramkumar is offline First Sergeant
    Join Date
    Aug 2006
    Posts
    77

    Default Editing Joining Date in PHPBB Forum

    Hi,

    How to edit the joining date in PHPBB forum ??? I'm the moderator in my forum but my joining date is somehow wrongly set as Jan-1-1970 during forum installation. But now I want to correct this. How do I do that ? Please advice.

    www.msvtimes.com/forum

    Thanks.

  2. #2
    Aliens Anonymous is offline Special Status
    Join Date
    Jan 2006
    Location
    Dark side of the moon
    Posts
    1,161

    Default Re: Editing Joining Date in PHPBB Forum

    Right this might be a bit complicated. if you know how to manualy change your database you'll be ok.
    Back Up Your DataBase before making any changes.
    i take it that in your admin panel the start date is also wrong. so we will start with that. Copy and paste this into notepad.
    PHP Code:
    update phpbb_config 
    set config_value 
    unix_timestamp('2007-02-02 12:00:00'
    where config_name 'board_startdate' 
    Change the date to the date you started your forum, save as sql into a place you can find it. Now go to your Cpanel and click mysql when the page opens scroll right to the bottom and find phpMyAdmin and click.
    now on the page that opens on the left you will see a dropdown box click the arrow and select your forum and page will open. along the top you will see a tool bar
    Structure SQL Search Query Export Import Operations CLCIK THE Import link, on the page that opens you will see a text box with Location of the text file on one side and a Browse button on the other, click the browse button. find the sql file you saved earlier press ok, that file location is now in the text box. Now in the bottom right corner there is a GO button click it, wants it has finished close down and logo out of cpanel and check the admin of your forum you will see the date has changed.

    Do this first then come back and i will post how to change the user start date. have to go shop now so will be about a hour.

  3. #3
    Ramkumar is offline First Sergeant
    Join Date
    Aug 2006
    Posts
    77

    Default Re: Editing Joining Date in PHPBB Forum

    Thank you so much Aliens!!!

    Step by Step explanation.... Worked perfect!

    Waiting for your instructions to correct my join date!

    Regards,
    Ram

  4. #4
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

  5. #5
    Aliens Anonymous is offline Special Status
    Join Date
    Jan 2006
    Location
    Dark side of the moon
    Posts
    1,161

    Default Re: Editing Joining Date in PHPBB Forum

    Ok what i've done is put this part on my forum HERE as i have add some images so you know what to look for. you have done the first part. so start from the dancing smilie.

  6. #6
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

  7. #7
    Aliens Anonymous is offline Special Status
    Join Date
    Jan 2006
    Location
    Dark side of the moon
    Posts
    1,161

    Default Re: Editing Joining Date in PHPBB Forum

    Thanks David, I know you did not need the images but it's better explained if using images people can't really go wrong then.

  8. #8
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

    Default Re: Editing Joining Date in PHPBB Forum

    You done well my friend and will serve anyone who is not familiar
    with databases..................

    I have never touched BB´s before, so I am on a fast learning curve.

    Will probable snich some ideas off of you.......................

  9. #9
    Aliens Anonymous is offline Special Status
    Join Date
    Jan 2006
    Location
    Dark side of the moon
    Posts
    1,161

    Default Re: Editing Joining Date in PHPBB Forum

    Anytime

  10. #10
    Ramkumar is offline First Sergeant
    Join Date
    Aug 2006
    Posts
    77

    Default Re: Editing Joining Date in PHPBB Forum

    Worked! Great!

    Thank you, muchhh !!!

    Blue Voda Rules !

  11. #11
    Aliens Anonymous is offline Special Status
    Join Date
    Jan 2006
    Location
    Dark side of the moon
    Posts
    1,161

    Default Re: Editing Joining Date in PHPBB Forum

    Omly to glade to help.

  12. #12
    BLK306's Avatar
    BLK306 is offline Second Lieutenant
    Join Date
    Sep 2006
    Location
    Everman, Tx
    Posts
    144

    Default Re: Editing Joining Date in PHPBB Forum

    Thanks! I've been wondering how to do that for a while now.
    ID: 11830
    www.steadyracing.net

    Forum Menace!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49