Jump to content
MakeWebGames

User Description


TheMasterGeneral

Recommended Posts

Info:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Needed:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

SQL:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Create userdesc.php

Paste:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Add underneath:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Save, upload.

Open viewuser.php

Find the user query at the top.

Add in `userDESC`,

Scroll down to the end of the file.

Above the endpage, paste:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Save, upload!

Questions or errors? Please let me know!

Edited by KyleMassacre
Added code tags around the SQL
Link to comment
Share on other sites

  • 1 year later...
Info:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Needed:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

SQL:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Create userdesc.php

Paste:

 

Save, upload.

Open preferences.php

Find:

Display Pic Change

 

Add underneath:

Change User Description

 

Save, upload.

Open viewuser.php

Find the user query at the top.

Add in `userDESC`,

Scroll down to the end of the file.

Above the endpage, paste:

echo "

Player Description";

if ($r['userDESC'])

{

echo"

{$r['userDESC']}";

}

else

{

echo"This player does not have a user description set.";

 

}

echo "[Report Description to staff for advertising/inappropriate behavior/etc.]";

Save, upload!

Questions or errors? Please let me know!

This any better?

Link to comment
Share on other sites

Nice, where you do see that? Maybe it's not a view that's available on mobile

Click where it says "Last edited by KyleMassacre; 03-25-2016, 09:55 PM. Reason: Added code tags around the SQL " , and you should get an edit history. Only works for mods, and the posters on VB. I have no idea if it works on mobile.

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...