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 7644581
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T09:43:29+00:00 2026-05-31T09:43:29+00:00

I am using Drupal 6 to build a website. I need to insert a

  • 0

I am using Drupal 6 to build a website. I need to insert a carousel. As much as the drupal plugins claim that they make it easy, I have been trying like “forever” and just cant get it working. I admit I am not a php developer, nor a html/js developer. But I guess I shouldn’t need to have these skills if its suppose to be easy.

Now, I am referring to http://dev.herr-schuessler.de/jquery/popeye/demo.html and have placed the first sample in the body (full html) of a Page Content in drupal. I have also downloaded the jQuery-popeye.zip and unzipped in sites/default/files folder.

If I guess correctly, I need the class=”ppy-outer” to refer to this downloaded js files. So where do I place the js files in the drupal path ?

Code in the body of my Page Content

<div class="ppy-outer">
    <div class="ppy-stage">
        <div class="ppy-nav">
            <a class="ppy-prev" title="Previous image">Previous image</a>
            <a class="ppy-switch-enlarge" title="Enlarge">Enlarge</a>
            <a class="ppy-switch-compact" title="Close">Close</a>
            <a class="ppy-next" title="Next image">Next image</a>
        </div>
    </div>
</div>
<div class="ppy-caption">
    <div class="ppy-counter">
        Image <strong class="ppy-current"></strong> of <strong class="ppy-total"></strong> 
    </div>
    <span class="ppy-text"></span>
</div> 

Edit : Getting a simple carousel working was such a pain, I had to move to wordpress. I expected more from drupal. But wordpress rocks big time. Compared wordpress and drupal here.

  • 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-05-31T09:43:31+00:00Added an answer on May 31, 2026 at 9:43 am

    To create a carousel in drupal i had to use a few different modules.

    Views, Image Upload and CCK

    I created a content type which allows the user to upload images and specify alt text and title text.

    Next i had to create a view that shows only this content type and ordered by updated date.

    I had to create 2 templates that styled the view at this point.

    Now on the page i wanted to place the carousel i placed some code that would pull in the view. For me it was:

    <?php
      $view = views_get_view('Main_Slider');
      if ($view) {
        print $view->execute_display('default');
        unset ($view);
      }
    ?>
    

    Now using javascript i had to find all the images in the view and place them into li tags.

    For me i used:

    $("li.mainsliderimg").appendTo("ul#main-slider");
    

    Now that this is complete i then called the carousel which shows the images!

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

Sidebar

Related Questions

we want to build a website that have some forms (including image attachments, info,
I'm using Drupal 7 to build a website. For production websites you might want
I'm starting a build of a Drupal based online store, using Ubercart etc. It
I've been using Drupal for a long time, and know that it's robust and
I am using Drupal 6.13, Views 6.x-2.6, Voting API 6.x-2.3, Fivestar 6.x-1.18. I have
I am using Drupal and have sifr set on list items, and also a,
I'm using Drupal for a website, and I've a link "Unselect All" to deselect
I'm using Drupal 6 to build a web application which will be centered around
I'm using Drupal, XDebug & PDT. I need to know if I need to
I am using a popular module called Computed Field in Drupal. I have used

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.