Author |
Topic  |
|
IcyStormFL
Starting Member
21 Posts |
Posted - 01 April 2007 : 11:58:24
|
do I need to change anything? Avatar Mod for 3.4
Creating table(s)... CREATE TABLE FORUM_AVATAR( A_ID int IDENTITY (1, 1) PRIMARY KEY NOT NULL , A_URL nvarchar (255) NULL , A_NAME nvarchar (50) NULL , A_MEMBER_ID int NULL DEFAULT 0) Table already exists
--------------------------------------------------------------------------------
Adding Column M_AVATAR_URL... ALTER TABLE FORUM_MEMBERS ADD M_AVATAR_URL nvarchar (255) NULL ALTER TABLE FORUM_MEMBERS ADD M_AVATAR_URL nvarchar (255) NULL -2147217900 | Column names in each table must be unique. Column name 'M_AVATAR_URL' in table 'FORUM_MEMBERS' is specified more than once.
--------------------------------------------------------------------------------
Adding Column M_AVATAR_URL... ALTER TABLE FORUM_MEMBERS_PENDING ADD M_AVATAR_URL nvarchar (255) NULL ALTER TABLE FORUM_MEMBERS_PENDING ADD M_AVATAR_URL nvarchar (255) NULL -2147217900 | Column names in each table must be unique. Column name 'M_AVATAR_URL' in table 'FORUM_MEMBERS_PENDING' is specified more than once.
--------------------------------------------------------------------------------
Adding new records.. INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('intShowAvatar','1') INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('strAvatarFolder','avatars/') INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('intAvatarWidth','64') INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('intAvatarHeight','64') INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('intAvatarBorder','1')
Value(s) updated successfully --------------------------------------------------------------------------------
|
|
JJenson
Advanced Member
    
USA
2121 Posts |
Posted - 01 April 2007 : 13:15:08
|
Nope that seems to look ok are you having any errors with the mod itself? |
 |
|
IcyStormFL
Starting Member
21 Posts |
Posted - 01 April 2007 : 17:23:34
|
im having issues with every mod...lol wish there was a 10and1 mod lol. |
 |
|
JJenson
Advanced Member
    
USA
2121 Posts |
Posted - 01 April 2007 : 20:28:24
|
What problems are you having if you will list what is going on then the people here can help you work through them. |
 |
|
Panhandler
Average Member
  
USA
783 Posts |
Posted - 01 April 2007 : 22:09:11
|
You mention a 10in1 mod, so i'm guessing that you may have installed the 5-in-1 expansion pack?
If so, you will need to inspect the original author's readme.html instructions for the Private Messages mod as there are special instruction that relate to compatibility with the Avatar mod. |
"5-in-1 Snitz Common Expansion Pack" - five popular mods packaged for easy install ". . .on a mote of dust, suspended in a sunbeam. . ." HarborClassifieds Support Snitz Forums
|
 |
|
IcyStormFL
Starting Member
21 Posts |
Posted - 02 April 2007 : 21:27:25
|
Configuration of Attachments Upload directory: http://www.350zclubofflorida.net/default_group.asp/?????????/ Allow attachments in posts: Yes: No:
what goes where the ??? are? this is for the file Proeders file attachment
The reason I dont post to many problems is cause then I feel like an idiot LOL.
|
 |
|
Shaggy
Support Moderator
    
Ireland
6780 Posts |
Posted - 03 April 2007 : 04:13:11
|
“He who asks is a fool for five minutes, but he who does not ask remains a fool forever.” 
|
Search is your friend “I was having a mildly paranoid day, mostly due to the fact that the mad priest lady from over the river had taken to nailing weasels to my front door again.” |
 |
|
|
Topic  |
|