StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 07-02-2009, 01:58 PM
johnny9k johnny9k is offline
Registered User
Pro Plus Member
 
Join Date: Feb 2009
Posts: 2
Default Video Page Suggestion

Couldn't find this elsewhere, but hopefully I am not created a repeat thread.

A suggestion for the Video Page. When you go to the page and click Next Video it takes you to page 2 and the index on the right shows the second page of videos even though the video you are viewing is on the second page. Would it be possible to keep the index aligned with the current video. Using the Streamline demo as an example, you wouldn't see the 2nd page of videos on the right until you are on video #6.

Original code:
Code:
			<?php $page = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts("cat=".get_theme_mod('vid_cat')."&showposts=".get_theme_mod('vid_cat_num')."&paged=$page"); while ( have_posts() ) : the_post() ?>
pseudocode (cause my php skills are weak):
indexpage = Int(paged/get_theme_mod('vid_cat_num') + 1

Code:
			<?php $page = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts("cat=".get_theme_mod('vid_cat')."&showposts=".get_theme_mod('vid_cat_num')."&paged=$indexpage"); while ( have_posts() ) : the_post() ?>
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Need suggestion for video in WP ghettohacker General Discussion 4 01-11-2011 08:17 AM
Featured Video Suggestion gordonmartin General Discussion 4 09-07-2010 02:07 PM
gallery and video plugin suggestion help harris414 General Discussion 3 12-03-2009 09:22 PM


All times are GMT -5. The time now is 03:35 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.