Jump to content

zachary

Members
  • Posts

    120
  • Joined

  • Last visited

Posts posted by zachary

  1. I want a system where this will happen:A person under 13 will enter there parents email. Then a message[i can customize.. :)] will be sent to the parents with an activation link. The parents will click it, Not the child. Also in the email it will have a delete url to delete the forum acount. And I need all this as a IPB mod.(v2.1.7) Anyone want to make?

  2. I need a better system than manualy approving them. My forum is going to be huge, And I dont think Ill have the time to do all this :/

  3. Im about to start a website, Before I do I need to ask questions about coppa.

    1. Can I be a operator, Im 11 at the current time.(I have my parents permission)
    2. Can I use EMAIL instead of Fax
    3. Do I HAVE to use coppa?
    4. If I HAVE to use coppa, Can I have them EMAIL it to me?

    Thanks :)Im planing on running a forum thats why.

  4. Well Im the html coder not php coder so I cant really help you. I am also a support member to give you support with the forums.If you have ANY questions please email us!Toungy - toungy@toungeweb.comZachary - Zachary.webmaster@gmail.comStobbo - Admin@rshub.comLazer - Im not sure about his email :/ :)

  5. My freind owns TBB. His name is toungy. Im a devloper and another freind named stobbo is helping us too. Plus we got another guy good with PHP too :) And yes we wanted to look like IPB, Its more user freindly :)

  6. Im back, School has been in my way and im working on an exciting project!I present to you TBB!Im working with 3 people on this project. Its been really fun so far :) Anywho for you who dont know what it is, its a forum system :)

  7. Does anyone have a script either made out of html/java/javascipt that could edit the right click options? and does any one have a code that can Hide all the content in your source? :)

  8. You could see if this helps:<html><head><script type="text/javascript">function comingsoon(){document.write("Comming soon<br />")}</script></head><body><select size="5"><option onclick="comingsoon()" disabled>test<option onclick="comingsoon()" disabled>test2</select></body></html>

  9. <html><head><script type="text/javascript">function comingsoon(){//document.write("Comming soon<br />")document.getElementById('container').innerHTML = '<div align="center"><div style="background-color: #f4e7ea; border: 1px solid #986265; padding: 5px; font-weight: normal; width: 50%; text-align: center;">Coming soon....</div></div>';}</script></head><body><select size="5"><option onclick="comingsoon()">test<option onclick="comingsoon()">test2</select><span id="container"></span></body></html>

    I edited it a little bit and it works like I want it to. Thanks!
  10. Ok I made a simple javascript when clicking on choice changes the pages contents to comming soon

    <html><head><script type="text/javascript">function comingsoon(){document.write("Comming soon<br />")}</script></head><body><select size="5"><option onclick="comingsoon()" disabled>test<option onclick="comingsoon()" disabled>test2</select></body></html>

    What I want it to do is instead of taking away all the content and displaying this text is to add:

    <div align="center"><div style="background-color: #f4e7ea; border: 1px solid #986265; padding: 5px; font-weight: normal; width: 50%; text-align: center;">Coming soon....</div></div>

×
×
  • Create New...