The Arcive of vBulletin Modifications Site. |
|
|
#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:
Also wouldn't that be the hosts job to have it on their server? Even if I could download it, how do I get it to create the table I need?
|
|
#5
|
||||
|
||||
|
Quote:
I already have that installed too. I am just used to peeps saying run sql query. And to think some people respect me. ![]() 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 | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|