The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
// Step 2.
// Open phpMyAdmin find user table in your forum Database // Add one column name selforum TYPE BLOB null Yes So, what do I do if I don't have phpMyAdmin? Any help on this would be greatly appreciated. Thanks. |
#2
|
|||
|
|||
![]()
i think getting it would be the best solution, you can get it from http://phpmyadmn.soureceforge.net
|
#3
|
||||
|
||||
![]() |
#4
|
||||
|
||||
![]() Quote:
![]() ![]() |
#5
|
||||
|
||||
![]() Quote:
I already have that installed too. I am just used to peeps saying run sql query. ![]() ![]() One question though, how do I create the table that it's asking for because I don't know the lines and um code and uh stuff. ![]() |
#6
|
|||
|
|||
![]()
phpmyadmin is just a script to allow you to mamage and manipulate your databases. There is various links within it to help you create and alter tables.
|
#7
|
||||
|
||||
![]()
You're not supposed to create a `user` table!!
![]() Just run this query (add a column to the user table): Code:
ALTER TABLE user ADD selforum BLOB NULL; ![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|