inherit
169267
0
Nov 23, 2024 18:59:51 GMT -8
Mike
Praise God Almighty!
1,534
July 2011
riccetts
|
Post by Mike on Nov 25, 2012 20:56:17 GMT -8
I made a page after registering where the user must agree to the site rules before entering the home page. I need a button plug-in to do this. Thanks
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Nov 25, 2012 21:05:01 GMT -8
Here's what I have.
I agree <input type="radio" name="agreement" id="agree" value="Agree"> I disagree <input type="radio" name="agreement" id="disagree" value="disagree" checked> <br /><br /> <input type="button" onclick="appPage()" value="Continue" id="agreementbutton">
<script> <!-- function appPage() { if(document.getElementById('agree').checked) { location.href='http://zssv5board.freemessageboards.com/thread/new/14'; }else if(document.getElementById('disagree').checked) { alert('You must agree to the rules. Thanks!'); } } </script>
It makes the radio buttons and the submit button, and the javascript code that makes it work.
|
|
inherit
186212
0
Sept 14, 2021 23:13:53 GMT -8
katanya123
163
November 2012
katanya123
|
Post by katanya123 on Nov 26, 2012 2:34:33 GMT -8
Question. I see that you have created a thread to display zssv5board.freemessageboards.com/thread/new/14What happens when the final switch is made and the URLS become your current board URLS? Will you have to go in and change the URL in the code again because the freemessageboard link becomes void? I was wondering about this the other day - shall I use the current hidden thread or the new hidden thread.
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Nov 26, 2012 2:43:38 GMT -8
I will have to change the URL but it won't be that big of a deal TBH. And what do you mean, "the current hidden thread or the new hidden thread"?
|
|
inherit
186212
0
Sept 14, 2021 23:13:53 GMT -8
katanya123
163
November 2012
katanya123
|
Post by katanya123 on Nov 26, 2012 2:51:26 GMT -8
I have a hidden thread on my message board already, and a new thread on the v5 beta - sorry I didn't make this too clear!
Anyway, thanks for all your help :-)
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Nov 26, 2012 2:58:55 GMT -8
Oh. It's up to you. I mean if you really aren't wanting to change the links on conversion, use your current hidden board thread, just note that upon conversion the URL's will change. Not the .freemessageboards.com part but the stuff after it. So honestly, it's up to you, however you want it right now. And no problem. If you need anymore help feel free to ask.
|
|
inherit
186212
0
Sept 14, 2021 23:13:53 GMT -8
katanya123
163
November 2012
katanya123
|
Post by katanya123 on Nov 26, 2012 3:21:03 GMT -8
Using the old one.
I'll just have to make a note to myself to edit the URL when everything is moved over hehe
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Nov 26, 2012 3:48:26 GMT -8
Should be no need to edit the URL, as you don't need the domain, just the path.
Example...
<a href="/thread/433602/plug-request-agree-button-rules">blah</a>
|
|
inherit
186212
0
Sept 14, 2021 23:13:53 GMT -8
katanya123
163
November 2012
katanya123
|
Post by katanya123 on Nov 26, 2012 3:57:26 GMT -8
Here's what I have. I agree <input type="radio" name="agreement" id="agree" value="Agree"> I disagree <input type="radio" name="agreement" id="disagree" value="disagree" checked> <br /><br /> <input type="button" onclick="appPage()" value="Continue" id="agreementbutton">
<script> <!-- function appPage() { if(document.getElementById('agree').checked) { location.href='http://zssv5board.freemessageboards.com/thread/new/14'; }else if(document.getElementById('disagree').checked) { alert('You must agree to the rules. Thanks!'); } } </script>
It makes the radio buttons and the submit button, and the javascript code that makes it work. Hey Where do you put this code in order for it to work?
|
|
inherit
186212
0
Sept 14, 2021 23:13:53 GMT -8
katanya123
163
November 2012
katanya123
|
Post by katanya123 on Nov 26, 2012 3:59:27 GMT -8
Should be no need to edit the URL, as you don't need the domain, just the path. Example... <a href="/thread/433602/plug-request-agree-button-rules">blah</a> But I'm using the After Registration Page section which is asking for a URL...
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Nov 26, 2012 4:11:04 GMT -8
I was talking about the code posted in this thread.
|
|
inherit
186212
0
Sept 14, 2021 23:13:53 GMT -8
katanya123
163
November 2012
katanya123
|
Post by katanya123 on Nov 26, 2012 4:11:57 GMT -8
Oh great, thank you! Now I just need to know how to use it
|
|
inherit
186212
0
Sept 14, 2021 23:13:53 GMT -8
katanya123
163
November 2012
katanya123
|
Post by katanya123 on Nov 26, 2012 4:13:50 GMT -8
Would someone be able to add <a href="/thread/433602/plug-request-agree-button-rules">blah</a> to the code please as I have NO idea how it would fit in. Thanks.
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Nov 26, 2012 4:26:17 GMT -8
how could i get the .checked) before the I Agree and Disagree
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Nov 26, 2012 8:12:47 GMT -8
Are you wanting the radio buttons before the words?
|
|