Author |
Topic  |
|
SylvainTV
Starting Member
1 Posts |
Posted - 21 May 2002 : 14:32:03
|
Does anyone know how to change simply the items of the profiles?
Actually we are programming a 3d engine, and on our forum, it would be nice to have the 3D card, cpu and hardware information in the profile.
Thanks in advance
Sylvain Dupont TrueVision3D Programmer http://www.truevision3dsdk.com/
|
|
Um
Junior Member
 
222 Posts |
Posted - 21 May 2002 : 15:34:00
|
You have to change some thing in your inc_profile.asp, and pop_profile.asp
You can do this:
Find this line where is "Bio" question (somewhere about line 128):
<td bgColor=<% =strPopUpTableColor %> valign=top align=right nowrap width="10%"> <b><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">Bio: </font></b> </td>
And there where is red. change to 3D card... to be like this:
<td bgColor=<% =strPopUpTableColor %> valign=top align=right nowrap width="10%"> <b><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">3D card: </font></b> </td>
so, there you have question about the 3d card
if you look down there in inc_profile, you'll see other question like "Hobbies" and "Last news", there you can change it to cpu instead hobbies, and hardweare instead Last news, but if you do so, You must change also this in pop_profile.asp, because, if somebody go to see your deteals he will see bio, hobbies... also there you must change this lines...
|
 |
|
|
Topic  |
|
|
|