Technical Details
Forum version : #Invision
Position : Founder
Concerned browser(s) : Mozilla Firefox, Google Chrome, Internet Explorer
Screenshot of problem : https://servimg.com/view/19473801/1
Who the problem concerns : All members
When the problem appeared : When entering username & password or viewing the widget
Forum link : http://crawlforus.forumotion.com/portal
Description of problem
Background: Okay so i have built this upon myself & i want this to be made for everyone, not just my website but as a whole and i need huge help because im not that great with this coding i havent done it in YEARS and i have trouble remembering codes / script and inserting the code but okay im going to explain this issue now:Issues:
1. When entering "username" & "password". This issue has bugged me for awhile but i want it to redirect & submit a choice.
2. Submitting a choice, there should be a way of clicking on a point shop option like " moderate your forum" & it deducts the points off your account & applying it or denying it if you dont have enough points on it.
-i have submitted the Beta Version Of My Point Shop below! I'd love some type of administration help in putting this together to be released for all to use!
- Code:
<h1>
Points Shop! (Beta version)
</h1>
<h1>
<style type="text/css">
table, td, th
{
border:1px solid black;
}
th
{
background-color:black;
color:white;
}
</style>
<table>
<tbody>
<tr>
<th>
Item
</th>
<th>
Price
</th>
</tr>
<tr>
<td>
VIP Rank
</td>
<td>
1500
</td>
</tr>
<tr>
<td>
Game Player
</td>
<td>
1000
</td>
</tr>
<tr>
<td>
MVP Rank
</td>
<td>
100
</td>
</tr>
<tr>
<td>
Diehard Rank
</td>
<td>
700
</td>
</tr>
<tr>
<td>
Custom Rank
</td>
<td>
1250
</td>
</tr>
<tr>
<td>
Glitter Name
</td>
<td>
475
</td>
</tr>
<tr>
<td>
Custom Group
</td>
<td>
450
</td>
</tr>
<tr>
<td>
Color in Rank
</td>
<td>
400
</td>
</tr>
<tr>
<td>
Custom Rank Font
</td>
<td>
375
</td>
</tr>
<tr>
<td>
Scrolling Rank
</td>
<td>
650
</td>
</tr>
<tr>
<td>
Image in rank
</td>
<td>
710
</td>
</tr>
<tr>
<td>
Image in front of name
</td>
<td>
800
</td>
</tr>
<tr>
<td>
Custom Rank Image
</td>
<td>
850
</td>
</tr>
<tr>
<td>
4 Gold stars in rank
</td>
<td>
915
</td>
</tr>
<tr>
<td>
Special Permissions
</td>
<td>
4,000
</td>
</tr>
<tr>
<td>
Moderate Your Own Forum
</td>
<td>
7,000
</td>
</tr>
</tbody>
</table>
<form name="input" action="html_form_action.asp" method="get">
Username: <input type="text" name="user" />Password: <input type="password" name="pwd" /><input type="submit" value="Submit" />
</form>
</h1>
Last edited by +$WiiFT+ on June 2nd 2016, 11:04 pm; edited 1 time in total