Former Member
inherit
guest@proboards.com
244837
0
Nov 28, 2024 10:22:53 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Aug 24, 2017 14:44:51 GMT -8
Forum URL: zingit.boards.netLooking off an old forum, I have this code in my global header <script> $(document).ready(function() { var sellTitle = "What category does your forum best fit in?"; var link1 = "<a href=\"/board/7\" target=\"_self\">Roleplay</a>"; var link2 = "<a href=\"/board/17\" target=\"_self\">Technology</a>"; var link3 = "<a href=\"/board/15\" target=\"_self\">Writing / Music / Arts and Crafts</a>"; var link4 = "<a href=\"/board/12\" target=\"_self\">General Community / Chatterbox</a>"; var linkarr = [link1, link2, link3, link4]; what it should do is, add something to the nav bar called "Advertise". Then when you click it, it asks "What category blah blah" Below are options which direct you to a link. However, nothing is happening. What I want it to do is, when clicked it pops up saying "What category does your forum best fit in?" then below a bunch of options, such as Roleplay or Technology. Then when clicked, it asks "How would you describe your [roleplay/tech/etc] forum?" Then if you clicked on tech, it would be a bunch of coding-related options. Sorry if this is too complicated lol, it's from another forum but I don't know what else I had. I did some variation to it. Now that I have it here I think this is in the wrong category.....
|
|