The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Import birthdays from phpbb => vB
Hi there,
how can I import the database field "user_birthday" from phpbb to vB without importing the complete table users ? I imported all users, but now i have to import the birthdays again because i deleted them -.- Is there a SQL Query or something else ? |
#2
|
|||
|
|||
not sure how its setup on phpbb but in vb its month-day-year
mm-dd-yyyy BACKUP YOUR DATABASE FIRST. but you can do something like update vbusertable, phpbbusertable set vbusertable.birthday = phpbbusertable.birthdaycolumn where vbusertable.userid = phpbbusertable.useridcolumn if you transferred data from phpbb to vb and its basically the same that should work. But im not 100% sure. |
#3
|
|||
|
|||
ok.
in phpbb birthday field is: INT , Length: 11, null: not nul,l standard: 999999 in vBulletin birthday field is: VARCHAR, length: 10, Collation: latin1_swedish_ci, Null: not null and in phpbb omg i dont know what that: i am born on october, 27th, 1988 and in the databse on my profile it views: "6874" in field of birthday. 6874 means october, 27th, 1988 ?? |
#4
|
|||
|
|||
Kungfu, can you help me again?
|
#5
|
|||
|
|||
need help plz
|
#6
|
|||
|
|||
plz can help someone
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|