Advertise Here

Author Topic: custom tabs  (Read 6490 times)

0 Members and 1 Guest are viewing this topic.

Offline Seldom Fail

  • Helpers
  • *
  • Posts: 2082
  • Helping for 3 years! :)
    • View Profile
    • My Site!

  • Total Badges: 26
    Badges: (View All)
    Sixth year Anniversary Fifth year Anniversary Apple User Search Poll Voter
Re: custom tabs
« Reply #15 on: June 01, 2009, 03:05:17 pm »
I can help you achieve this with more information.

You want to make a page with polls similar to the arcade? So they can choose a poll to take?

This can be done. It may take some time and work but I will do my best to help you find the easiest solution ;)
<--- Donate to SMF For Free! :D

Offline Mad Gamer2

  • SMF For Free Full Member
  • *
  • Posts: 145
    • View Profile

  • Total Badges: 13
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: custom tabs
« Reply #16 on: June 01, 2009, 03:07:36 pm »
k ty

Offline Mad Gamer2

  • SMF For Free Full Member
  • *
  • Posts: 145
    • View Profile

  • Total Badges: 13
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: custom tabs
« Reply #17 on: June 01, 2009, 03:07:58 pm »
thats wat i need it like arcade

Offline Seldom Fail

  • Helpers
  • *
  • Posts: 2082
  • Helping for 3 years! :)
    • View Profile
    • My Site!

  • Total Badges: 26
    Badges: (View All)
    Sixth year Anniversary Fifth year Anniversary Apple User Search Poll Voter
Re: custom tabs
« Reply #18 on: June 01, 2009, 03:15:53 pm »
Ok.

Do you have polls made?

There are a couple of websites that allow you to make polls and retrieve codes for them.

Here are a couple I found with Google:

     http://www.micropoll.com/
     http://learnmyself.com/poll-builder 
     http://www.snappoll.com/index_web.php

There are also many others on Google I have found. Those are just a few.

You will need to create a poll, and retrieve the code for it.

     
<--- Donate to SMF For Free! :D

Offline Mad Gamer2

  • SMF For Free Full Member
  • *
  • Posts: 145
    • View Profile

  • Total Badges: 13
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: custom tabs
« Reply #19 on: June 01, 2009, 03:22:51 pm »
i already made a poll using xat.com

Offline Seldom Fail

  • Helpers
  • *
  • Posts: 2082
  • Helping for 3 years! :)
    • View Profile
    • My Site!

  • Total Badges: 26
    Badges: (View All)
    Sixth year Anniversary Fifth year Anniversary Apple User Search Poll Voter
Re: custom tabs
« Reply #20 on: June 01, 2009, 03:33:25 pm »
Ok... now we'll need a place to put the code for it.

Lets make a webpage.

Admin CP > Webpage Editor

Click Add Webpage

Whatever you named this poll put that as the name of the webpage.

Find the HTML button on the toolbar and click it.

Paste the code for your poll in the window that appears and then click Update

Click Save



Further instructions will be added soon

<--- Donate to SMF For Free! :D

Offline Mad Gamer2

  • SMF For Free Full Member
  • *
  • Posts: 145
    • View Profile

  • Total Badges: 13
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: custom tabs
« Reply #21 on: June 01, 2009, 03:41:13 pm »
ty

Offline Seldom Fail

  • Helpers
  • *
  • Posts: 2082
  • Helping for 3 years! :)
    • View Profile
    • My Site!

  • Total Badges: 26
    Badges: (View All)
    Sixth year Anniversary Fifth year Anniversary Apple User Search Poll Voter
Re: custom tabs
« Reply #22 on: June 01, 2009, 03:45:06 pm »
Did you want a poll page? Where they can read through a list of polls?

Look at the bottom of this forum and see if you'd like this on your forum: http://landingtest.smfforfree.com

If so, you can use this code:
Code: [Select]
<div class="tborder"><table width="100%" border="0" cellspacing="1" cellpadding="4">
<tr class="catbg"><td width="20%"><center>Polls</center></td>
<td width="80%"><center>Descriptions</center></td>
</tr>
<tr>
<td width="20%" class="windowbg2">
<center>
<br>
<a href="POLL LINK">NAME OF POLL</a>
<br><br>
<a href="POLL LINK">NAME OF POLL</a>
<br><br>
</center>
</td>
<td class="windowbg" width="80%">
<left>
<br>
DESCRIPTION OF POLL
<br><br>
DESCRIPTION OF POLL
<br><br>
</left>
</td></tr></table></div>

POLL LINK = The link to the webpage you created with the poll code in it.
POLL NAME = What you named the poll
POLL DESCRIPTION = What the poll is. (you can just put the question you're asking in the poll here)


To add more than another poll add another line of this:
Code: [Select]
<a href="POLL LINK">NAME OF POLL</a>
<br><br>

To add a description to that poll, add another line of this:
Code: [Select]
DESCRIPTION OF POLL
<br><br>
<--- Donate to SMF For Free! :D

Offline Mad Gamer2

  • SMF For Free Full Member
  • *
  • Posts: 145
    • View Profile

  • Total Badges: 13
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: custom tabs
« Reply #23 on: June 01, 2009, 03:53:36 pm »
this website http://landingtest.smfforfree.com doesnt hve anything

Offline Seldom Fail

  • Helpers
  • *
  • Posts: 2082
  • Helping for 3 years! :)
    • View Profile
    • My Site!

  • Total Badges: 26
    Badges: (View All)
    Sixth year Anniversary Fifth year Anniversary Apple User Search Poll Voter
Re: custom tabs
« Reply #24 on: June 01, 2009, 03:55:02 pm »
You don't see the poll thing there?

On the front page. There's a box that says "Polls" and "Descriptions"
<--- Donate to SMF For Free! :D

Offline Mad Gamer2

  • SMF For Free Full Member
  • *
  • Posts: 145
    • View Profile

  • Total Badges: 13
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: custom tabs
« Reply #25 on: June 01, 2009, 03:58:07 pm »
oh

hmmmm
is there a way to put a list of polls so people can vote then go to the next one under it and so on

Offline Seldom Fail

  • Helpers
  • *
  • Posts: 2082
  • Helping for 3 years! :)
    • View Profile
    • My Site!

  • Total Badges: 26
    Badges: (View All)
    Sixth year Anniversary Fifth year Anniversary Apple User Search Poll Voter
Re: custom tabs
« Reply #26 on: June 01, 2009, 04:01:28 pm »
Well they can click the link to the poll, then go back to that page and vote again...
<--- Donate to SMF For Free! :D

Offline Mad Gamer2

  • SMF For Free Full Member
  • *
  • Posts: 145
    • View Profile

  • Total Badges: 13
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: custom tabs
« Reply #27 on: June 01, 2009, 04:03:35 pm »
thats the only way??

Offline Seldom Fail

  • Helpers
  • *
  • Posts: 2082
  • Helping for 3 years! :)
    • View Profile
    • My Site!

  • Total Badges: 26
    Badges: (View All)
    Sixth year Anniversary Fifth year Anniversary Apple User Search Poll Voter
Re: custom tabs
« Reply #28 on: June 01, 2009, 04:05:01 pm »
Unless you add a link to the poll before it...

OR

You could put all of the polls on the same page and not use the poll index...
<--- Donate to SMF For Free! :D

Offline Mad Gamer2

  • SMF For Free Full Member
  • *
  • Posts: 145
    • View Profile

  • Total Badges: 13
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: custom tabs
« Reply #29 on: June 01, 2009, 04:06:53 pm »
wat is better??

 

Related Topics

  Subject / Started by Replies Last post
20 Replies
26733 Views
Last post June 07, 2012, 09:59:23 am
by player
4 Replies
1706 Views
Last post October 15, 2008, 01:10:02 am
by JackOfBlades™
7 Replies
3131 Views
Last post December 11, 2008, 06:41:08 pm
by [JeReMy]
4 Replies
1551 Views
Last post October 06, 2009, 07:14:05 am
by Seldom Fail
3 Replies
1032 Views
Last post July 10, 2010, 02:17:46 pm
by ODST Will