Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7843251
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T16:30:31+00:00 2026-06-02T16:30:31+00:00

This sounds simple, but I just can’t get it… I need to display a

  • 0

This sounds simple, but I just can’t get it…

I need to display a simple drop down list of the last 10 nodes of type X. I can’t seem to be able to create it with a simple view, it only lets me create static lists of nodes, and not drop down lists.

Thank you.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T16:30:32+00:00Added an answer on June 2, 2026 at 4:30 pm

    Ok first create a simple view with Row Style as fields and Style as unformatted. Use node title as a field and make sure HTML tags are stripped out. This should give you a list of node titles in plain text. These will be used as the options for the HTML select element.

    Next we need to create a template to theme the output. You can do this by overriding the default view templates.

    Click Information next to Theme: to show your template options. You want to theme the whole result set so we need to override the Style output (unformatted template). Next to style output is a list of template suggestions for this example I chose:

    views-view-unformatted–drop-down-test.tpl.php

    choose the suggestion after the bold one (this applies to all displays).

    put this in the file:

    `

    <select>
    
      <?php foreach ($rows as $id => $row): ?>
    
      <option value="<?php print $id; ?>">
    
        <?php print $row; ?>
    
      </option>
    
    <?php endforeach; ?>
    
    </select>
    

    `

    Stick the file in your theme folder and click rescan template files and your template should get picked up and appear bold in the views interface.

    Hit preview and now your results with be in a glorious drop down.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I know this sounds simple, and probably is, but I can't seem ot get
I know this sounds like a simple question, but I just wasted the last
This sounds simple but my regex knowledge is limited. I need an expression to
Hey all. I know this sounds simple, but I can't find a way to
This sounds like a simple enough question, but can't find the answer for the
This sounds like a really simple question, but I am new to PHP. If
This sounds funny..just a little experiment. i wanted to simulate a drag drop of
This sounds ridiculously easy, and it is with other shells. But I can't seem
Maybe this sounds a little bit crazy, but I need to come up with
Unfortunately, the answer to this question isn't quite as simple as it sounds... but

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.