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

  • Home
  • SEARCH
  • 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 3787060
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T11:46:53+00:00 2026-05-19T11:46:53+00:00

now, i used views module getting all the site’s articles list, to make the

  • 0

now, i used views module getting all the site’s articles list, to make the result list conveniently to read. i want to add a big space after 10 line,20line,30line….. how to add the
label after the 10line,20 line,…… how to overwrite the views output result. 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-05-19T11:46:54+00:00Added an answer on May 19, 2026 at 11:46 am

    off the cuff:

    in views-view-list–viewname.tpl.php

     <?php foreach ($rows as $id => $row): ?>
      <li class="<?php print $classes[$id]; ?>"><?php print $row; ?></li>
    <?php endforeach; ?>   
    

    turns into something like:

    <?php $count = 0 ?>
    <?php foreach ($rows as $id => $row): ?>
      <?php $count++ ?>
      <?php if($count == 10): ?> 
        <li class="<?php $classes[$id]; ?> big_space"><?php print $row; ?></li>  
      <?php else:
        <li class="<?php $classes[$id]; ?>"><?php print $row; ?></li>
      <?php endif; ?>
    <?php endforeach; ?>   
    

    in your css:

    .big_space {margin-bottom: 50px;}
    

    Untested, but you get the idea.

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

Sidebar

Related Questions

I have used PHP for awhile now and have used it well with CodeIgniter,
I'm a ClearCase newbie and up until now have been used to SVN. Therefore,
Does your work environment use Harvest SCM? I've used this now at two different
I frequently use HTML output in applications, up to now I've used some simple
I used to work with VWD and now I try to install the new
I've used several apps now that launch the itunes store directly from the app.
I used MySQL Workbench to generate a database and now I inserted it into
I used jQuery to set hover callbacks for elements on my page. I'm now
We are porting an app which formerly used Openbase 7 to now use MySQL
Several of my ajax applications in the past have used GET request but now

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.