[Help] Creation Of The "Point Shop" Idea
5 posters
Page 1 of 1
[Help] Creation Of The "Point Shop" Idea
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
Re: [Help] Creation Of The "Point Shop" Idea
I think you should provide your "html_form_action.asp" too better html page only
Re: [Help] Creation Of The "Point Shop" Idea
I have not created a html page on this or anything like this yet, its a work in process but as of right now this works under a widget -
Modules -> Portal Widget --> Then Create & Paste "code above" & its in beta version
Modules -> Portal Widget --> Then Create & Paste "code above" & its in beta version
Re: [Help] Creation Of The "Point Shop" Idea
Are you wanting help to add this to your forum, or are you trying to submit a tutorial?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: [Help] Creation Of The "Point Shop" Idea
i need help adding more code to this like i have stated above, sorry for any confusion but i need help editing the script i have created with a way of choosing something & then putting in a redirect back to page for this script to confirm/decline transaction of points.SLGray wrote:Are you wanting help to add this to your forum, or are you trying to submit a tutorial?
Re: [Help] Creation Of The "Point Shop" Idea
You can not link your system to our point system as you have to add and remove points on the ACP that is the only way to remove points.
Re: [Help] Creation Of The "Point Shop" Idea
okay well can you guys assist me in adding the redirect page to this system for my forum? like how theirs a html redirect page.
Re: [Help] Creation Of The "Point Shop" Idea
You can try and design this in a HMTL page. That way you won't be needing any redirection links. Better result, better forum functioning and less javascripts.
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: [Help] Creation Of The "Point Shop" Idea
Great idea! I'm going to work on that & turn it into a whole section in the navbar if thats even possible
Re: [Help] Creation Of The "Point Shop" Idea
It is possible because you can add any link you want and then add it to your navbar so it opens to a new page.
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: [Help] Creation Of The "Point Shop" Idea
Luffy wrote:It is possible because you can add any link you want and then add it to your navbar so it opens to a new page.
Any tutorials? this would be great.
Re: [Help] Creation Of The "Point Shop" Idea
There's no need for tutorial. Once you create your HTML page there should be a link displaying the link for that page. Let's say for example /h1-page
What you have to do next is go to your Admin Panel, to Display, then Homepage to Headers & Navigation and create a new link filling out the needed information. That's all.
From there on, you can move it to what place you want to using the up and down icons. As simple as that.!
What you have to do next is go to your Admin Panel, to Display, then Homepage to Headers & Navigation and create a new link filling out the needed information. That's all.
From there on, you can move it to what place you want to using the up and down icons. As simple as that.!
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: [Help] Creation Of The "Point Shop" Idea
Okay i think i got what i needed from here, thanks guys 😇💯
Re: [Help] Creation Of The "Point Shop" Idea
Problem solved & topic archived.
|
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum