Drop-Down List of 'Repliers' Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
+2
ImProviser
Rok
6 posters

    Drop-Down List of 'Repliers'

    Poll

    Should we have this drop down list?

    [ 6 ]
    Drop-Down List of 'Repliers' Bar_left100%Drop-Down List of 'Repliers' Bar_right [100%] 
    [ 0 ]
    Drop-Down List of 'Repliers' Bar_left0%Drop-Down List of 'Repliers' Bar_right [0%] 

    Total Votes: 6
    Poll closed
    Rok
    Rok
    Energetic


    Male Posts : 6823
    Reputation : 234
    Language : idk

    Drop-Down List of 'Repliers' Empty Drop-Down List of 'Repliers'

    Post by Rok February 3rd 2009, 12:23 am

    How about we have something like when you browse through the topics in a forum, you will see a drop-down list that you can click and see all of the users that have posted on that topic. You can obviously see who posted last on that topic, how many views the topic has, ow many replies the topic has; why not add something where you can see all of the users who have posted on that topic.. Something like this :

    <select name="List of users who have posted in this thread">
    <option value="5">Rok'sStalkerWhoIsNowFallingForCaihlem</option>
    <option value="10">Rok</option>
    <option selected value="15">JonIsScarred</option>
    <option selected value="20">Tom</option>
    <option selected value="25">SktrFrLif</option>
    </select>

    This will not take up much space in the forums at all, and it can be very useful.

    Vote Yes or No please.


    P.S.; we could also have like a drop down list for the users who has visited the thread :

    <select name="List of users who have visited this thread">
    <option value="5">Caihlem</option>
    <option value="10">Rok</option>
    <option selected value="15">JonIsScarred</option>
    <option selected value="20">Tom</option>
    <option selected value="25">SktrFrLif</option>
    <option selected value="30">JamesMadison</option>
    <option selected value="35">Placehold</option>
    <option selected value="40">Sanket</option>
    <option selected value="45">OptionalTee</option>
    </select>
    ImProviser
    ImProviser
    Forumember


    Male Posts : 617
    Reputation : 23
    Language : Serbian, English, Deutsch
    Location : Kraljevo, Serbia

    Drop-Down List of 'Repliers' Empty Re: Drop-Down List of 'Repliers'

    Post by ImProviser February 3rd 2009, 12:35 am

    P.S.; we could also have like a drop down list for the users who has visited the thread :

    That drop list would be HUGE :/ i don't think its such a good idea...

    Anyways if it gets a little bit customized it would be nice Smile voted yes xD
    MrMario
    MrMario
    Helper
    Helper


    Male Posts : 22186
    Reputation : 1839
    Language : test

    Drop-Down List of 'Repliers' Empty Re: Drop-Down List of 'Repliers'

    Post by MrMario February 3rd 2009, 1:26 am

    Nice Idea. But I don't really think we need this.
    Rok
    Rok
    Energetic


    Male Posts : 6823
    Reputation : 234
    Language : idk

    Drop-Down List of 'Repliers' Empty Re: Drop-Down List of 'Repliers'

    Post by Rok February 3rd 2009, 4:09 pm

    Thanks for voting guys; but I really meant to post this in the suggestions for our forums :/ .
    Sorry. It would be great if someone could move it there.
    :)tayne:)
    :)tayne:)
    Forumember


    Male Posts : 794
    Reputation : 35
    Language : English

    Drop-Down List of 'Repliers' Empty Re: Drop-Down List of 'Repliers'

    Post by :)tayne:) February 3rd 2009, 7:12 pm

    I voted yes, I think it would be a great idea.
    Rok
    Rok
    Energetic


    Male Posts : 6823
    Reputation : 234
    Language : idk

    Drop-Down List of 'Repliers' Empty Re: Drop-Down List of 'Repliers'

    Post by Rok February 3rd 2009, 7:27 pm

    Thanks much, tayne. I believe it is a good idea as well.
    Tarogasini
    Tarogasini
    Active Poster


    Male Posts : 1351
    Reputation : 9
    Language : English
    Location : Simplicity is my style.

    Drop-Down List of 'Repliers' Empty Re: Drop-Down List of 'Repliers'

    Post by Tarogasini February 3rd 2009, 8:49 pm

    Personally i dont this is needed at all.

    But i voted yes, because you said it wouldnt take much time and showed us the code. I trust you that it wouldnt take much time - thats why i voted yes.
    Rok
    Rok
    Energetic


    Male Posts : 6823
    Reputation : 234
    Language : idk

    Drop-Down List of 'Repliers' Empty Re: Drop-Down List of 'Repliers'

    Post by Rok February 3rd 2009, 9:13 pm

    Here's more examples :

    <head>
    <script language=Javascript>
    <!-- script courtesy of http://www.web-source.net - Your Guide to Professional Web Site Design and Development
    function Navigate() {
    var number = NavSelect.selectedIndex;
    location.href = NavSelect.options[number].value; }
    // -->
    </script>

    <select name="NavSelect" onChange="Navigate(this.form)">
    <option value="" SELECTED>Click to view all visitors of this thread
    <option value="">Darren1
    <option value="">Improviser
    <option value="">MrMario
    <option value="">Nessa
    <option value="">Rok
    <option value="">Sarah
    <option value="">Tarogasini
    <option value="">:)tayne:)
    <option value="">'87' Guests

    </select>
    </head>

    <head>
    <script language=Javascript>
    <!-- script courtesy of http://www.web-source.net - Your Guide to Professional Web Site Design and Development
    function Navigate() {
    var number = NavSelect.selectedIndex;
    location.href = NavSelect.options[number].value; }
    // -->
    </script>

    <select name="NavSelect" onChange="Navigate(this.form)">
    <option value="" SELECTED>Click to view all 'repliers' of this thread
    <option value="">Improviser
    <option value="">MrMario
    <option value="">Rok
    <option value="">Tarogasini
    <option value="">:)tayne:)

    </select>
    </head>

    Notice that the list of all the users are in alphabetical order.
    Caihlem
    Caihlem
    Energetic


    Male Posts : 8969
    Reputation : 342
    Language : English, French & Female
    Location : You can't fly like the phenix

    Drop-Down List of 'Repliers' Empty Re: Drop-Down List of 'Repliers'

    Post by Caihlem February 3rd 2009, 9:31 pm

    Not for the support forum but for everyforum
    => Wrong area
    => Lock