| Author |
Message |
fury Worker


Joined: Sep 09, 2003 Posts: 165
|
Posted:
Tue Sep 09, 2003 9:13 pm |
|
I have a problem that keeps getting overlooked in the forums at NukeCops I will see what you think.
Ok i have read all the posts that i could possibly find on the forums.
My problem is as follows. I am running NUKE 6.9
1) I can not get the AVATAR UPLOAD and AVATAR GALLERY to display on the forum profile page. I have done the fixes and even the new INDEX.PHP that was presented to fix this problem in nuke6.5.
2) How do I get rid of the email verification and auto authorize all new users.
3) Also is there a way to allow non alpha numeric characters in a login field istead of me going back to the sql and editing the user info. For this is a pain.
4) I am looking to use Front Page to build tables to be displayed with information. The problem i have that they do display but are either way at the bottom or dont display at all with the proper information. I have tried to allow the HTML tags that would be used but it locked up my content editor. What to do from here I have no idea.
Thanks
SF |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Tue Sep 09, 2003 9:20 pm |
|
Well, let's take a stab here.
#1 - Please explain in more detail.
#2 - d/l my auto activation hack from this site.
#3 - On or about line 20 of Your_Account find this line Code:
| Code: | | if ((!$username) || ($username=="") || (ereg("[^a-zA-Z0-9_-]",$username))) $stop = "<center>"._ERRORINVNICK."</center><br>"; |
Change it to Code:
| Code: | | if ((!$username) || ($username=="") || (ereg("[^a-zA-Z0-9_\[\]\(\)-]",$username))) $stop = "<center>"._ERRORINVNICK."</center><br>"; |
#4 - Where won't conventional table tags display? You don't need FP for that. |
|
|
|
 |
fury Worker


Joined: Sep 09, 2003 Posts: 165
|
Posted:
Wed Sep 10, 2003 12:05 am |
|
disreguard #1 i fixed my stupid problem of my own making looking in to many places for the right answers
#2 already fixed 5 min after this post thanks to you.
#3 | Quote: | | Code: | if ((!$username) || ($username=="") || (ereg("[^a-zA-Z0-9_\[\]\(\)-]",$username))) $stop = "<center>"._ERRORINVNICK."</center><br>";
| | where the ("[^a-zA-Z0-9_\[\]\(\)-]" is i can enter only the characters i want to use such as the * and the - is all i want to allow.
#4 if i try to enter any type of table wether i use front page to build it or hand code it myself, i wont display the tables or it will distort it and cut it off or just not show up at all. and is there a way to allow for more information to be displayed on one content page that i will allow in the sql database. (ie. adjusting the sql somehow)
thanks
SF |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Wed Sep 10, 2003 6:02 am |
|
#3 - yes.
#4 - You can ALTER the storage type and/or size of the field by using phpMyAdmin. |
|
|
|
 |
fury Worker


Joined: Sep 09, 2003 Posts: 165
|
Posted:
Wed Sep 10, 2003 6:39 pm |
|
thank you raven i have had more luck here than anywhere else and will be here for life now. I do go to the Nuke Cops forums but they are bot very prompt and helpful as you have been and i praise you for your efforts
Thanks
SF |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Wed Sep 10, 2003 6:43 pm |
|
Great! Spread the word . |
|
|
|
 |
|
|
|
|