Author |
Message |
fury
Worker


Joined: Sep 09, 2003
Posts: 165
|
Posted:
Thu Sep 11, 2003 8:56 pm |
|
|
|
 |
Raven
Site Admin/Owner

Joined: Aug 27, 2002
Posts: 17088
|
Posted:
Thu Sep 11, 2003 10:57 pm |
|
I haven't tried this but I think it will work. If not, let me know and I'll look deeper into it.
In the the nuke_users table is a column called user_attachsig. By default, when a new user is created, the default value is '0' (OFF). Use phpMyAdmin and alter the column default value to 1 (ON). That should cause it to be checked in the profile. |
|
|
|
 |
fury

|
Posted:
Fri Sep 12, 2003 6:43 am |
|
ok will try tonight when i get home thanks and i will let you know
Thanks
SF |
|
|
|
 |
fury

|
Posted:
Sat Sep 13, 2003 7:44 am |
|
nope did not work thanks for the try though |
|
|
|
 |
Raven

|
Posted:
Sat Sep 13, 2003 8:34 am |
|
Hmmmm. I just tried it and it worked for me. Maybe I'm not understanding your question. By doing what I instructed you to do, when you add a new account and go to the Forum Profile screen, the Always Attach My Signature radio button reads Yes instead of No. Is that not what you asked? |
|
|
|
 |
fury

|
Posted:
Sat Sep 13, 2003 9:42 am |
|
yes that is what i am asking and maybe i am not doing it right or simething |
|
|
|
 |
Raven

|
Posted:
Sat Sep 13, 2003 9:46 am |
|
Here is the SQL statement to run in the SQL window
Code:ALTER TABLE `nuke_users` CHANGE `user_attachsig` `user_attachsig` INT( 2 ) DEFAULT '1' NOT NULL
|
Then, add a new user and look at their Forum Profile. It should have YES selected now. |
|
|
|
 |
fury

|
Posted:
Sat Sep 13, 2003 1:32 pm |
|
that worked perfectly thanks alot |
|
|
|
 |
fury

|
Posted:
Sat Sep 13, 2003 1:45 pm |
|
now i wish i could get my avatar problem worked out. |
|
|
|
 |
Raven

|
Posted:
Sat Sep 13, 2003 1:46 pm |
|
|
|
 |
fury

|
Posted:
Sat Sep 13, 2003 10:42 pm |
|
i am working on the avatar linking problem between the forums profile and the user profile not being the same. I believe I got the answers and updated Your_Account/index.php file from NUKE COPS and the information to fix the problem but for some reason i can not get any avatars to link from the nuke user to the phbb user |
|
|
|
 |
Raven

|
Posted:
Sat Sep 13, 2003 11:22 pm |
|
If this is the same issue I just reported to NC (I noticed it on their site), then it's only with custom uploaded avatars, correct? It's the same here to so it must be a long time error. If not, we have two issues  |
|
|
|
 |
fury

|
Posted:
Sun Sep 14, 2003 1:04 am |
|
well here goes i cant get any avatars to work after i did the stuff from NC and its all messed up and i cant get any avatars to display in the profile page at all anymore for all the changes they was having me do
if i want to start from scratch which files do i restore to allow me to start over |
|
|
|
 |
Raven

|
Posted:
Sun Sep 14, 2003 5:53 am |
|
Well I don't know what you did from NC? Can't you just restore you backups? |
|
|
|
 |
|