Jump to content

Help moving thumbnails


Chrisj

Recommended Posts

Thanks for looking here.

 

I'd like to move the list of thumbnails that appears on the serch page of this php script (see attached).

 

They appear on the left side of the right column. I'd like them to appear on the right side of the right columns and was told to tweak the serch results part of the page and the css. So i thought i'd start with the search resukts code> Can you help me determine which part of this code I could change to accomplish this? Thanks. Any help will be appreciated.

 

 

<!--Begin Left Column-->
<div id="column-left-2">
<br />
   <!--Begin Popular Tag Cloud populate from search type ??-->
   <div class="header-narrow"><h3>[var.lang_Tags_most_popular]</h3></div>
   <div class="whats-showing"><!--[var.tag_cloud_block;htmlconv=no;comm]--></div>
   <div class="container-narrow-bottom"></div><!--End Popular Tag Cloud-->
   <!--Begin Left Advert-->
   <div class="container-narrow-top"></div>
   <div id="advert-left"><!--[var.ads_left;htmlconv=no;comm]--></div>
   <div class="container-narrow-bottom"></div><!--End Left Advert-->
   <div style="height:120px;"> </div>
</div><!--End Left Column-->

<!--Begin Right Column-->
<div id="column-right-2">

  <!--Begin Video Search List-->
  <div style="height: 2px;"> </div>

  <span style="margin-bottom: 12px;" class="font5_15">
    "[var.keyword]"  [var.get_type_word] [var.lang_search] [var.results_show] - [var.results_of] of [var.total_records] [var.lang_results] <br />You must <a href="login.php">log in</a> to view these video search results.<br /><br />

  </span>

  <div id="content-list">
    <ul class="content-list-thumb">
      <li><a href="videos/[blkfeatured.indexer;block=div]/[blkfeatured.title_seo;block=div]"><img src="uploads/thumbs/[blkfeatured.video_id;block=div].jpg" alt="video pic" width="120" height="90" border="0" /></a></li>
    </ul>
    <ul class="content-list-info">
      <li><h4> <!--[var.lang_title]:--><!--<a href="videos/[blkfeatured.indexer;block=div]/[blkfeatured.title_seo;block=div]"><!--[blkfeatured.title;htmlconv=no;block=div;ope=max:70;comm]--></a>--></h4></li>
<li><b><!--[var.lang_description]:--> </b></li>
      <li><!--<span class="font4_12">[var.lang_rating]  </span>-->
        <!--<img border="0" src="themes/[var.user_theme]/images/[blkfeatured.star1;block=div]" width="18" height="18" alt="1 Star" />-->
        <!--<img border="0" src="themes/[var.user_theme]/images/[blkfeatured.star2;block=div]" width="18" height="18" alt="1 Star" />-->
        <!--<img border="0" src="themes/[var.user_theme]/images/[blkfeatured.star3;block=div]" width="18" height="18" alt="1 Star" />-->
        <!--<img border="0" src="themes/[var.user_theme]/images/[blkfeatured.star4;block=div]" width="18" height="18" alt="1 Star" />-->
        <!--<img border="0" src="themes/[var.user_theme]/images/[blkfeatured.star5;block=div]" width="18" height="18" alt="1 Star" />-->
           
        <!--<span class="font4_12">[var.lang_views]: </span>--><!--(<!--[blkfeatured.number_of_views;block=div;comm]-->)-->
           
        <!--<span class="font4_12">[var.lang_duration]: </span>--><!--(<!--[blkfeatured.video_length;block=div;ope=max:45;comm]-->)-->
           
       <!--<span class="font4_12">[var.lang_uploaded]: </span>-->
      </li>
      <li><!--<span class="font4_12">[var.lang_tags]: </span>--></li>
      <!--<li><b>[var.lang_comments] - [var.lang_responses]: </b>(<!--[blkfeatured.comments;block=div;ope=max:80;comm]-->)</li>-->
    </ul>
    [onload;block=div;when [var.type_videos]=1;]
  </div>
  <!--End Video Search-->
  <!-- Pagination start -->
  <div align="center">
    <div id="pagination">
      <li> </li>
      <ul>[var.show_pages;htmlconv=no]</ul>
    </div>
  </div>
  <!-- Pagination end -->
</div><!--End Right Column-->

Link to comment
https://forums.phpfreaks.com/topic/162918-help-moving-thumbnails/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.