1
TheShadow
pages selection
  • 2009/4/2 4:08

  • TheShadow

  • Just popping in

  • Posts: 36

  • Since: 2009/1/23


Hi everyone
Can you please help fix pages selection problem
Resized Image


As you can see it is not very clear to users.
This problem is in videotube and yogurt gallery.

Thank you

2
ghia
Re: pages selection
  • 2009/4/2 16:57

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


With YouTube you can select alternative colour schemes for the player. Is this not possible for videotube?

3
TheShadow
Re: pages selection
  • 2009/4/3 6:58

  • TheShadow

  • Just popping in

  • Posts: 36

  • Since: 2009/1/23


Hi we can but my problem is not in the player, it is in the pages surfing.

Normally it should look like:
(1) 2 3 4 5 >>

demo here: (top right)
https://xoops.org/modules/extgallery/public-album.php?id=7

Surfing the pages, i hope i am clear.

4
ghia
Re: pages selection
  • 2009/4/3 7:16

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


It is probably in a template or you could alter some aspects in a css file. Look for xo-pagenav, xo-pagact, xo-counterpage and xo-pagarrow.

5
TheShadow
Re: pages selection
  • 2009/4/3 22:17

  • TheShadow

  • Just popping in

  • Posts: 36

  • Since: 2009/1/23


Quote:
It is probably in a template or you could alter some aspects in a css file. Look for xo-pagenav, xo-pagact, xo-counterpage and xo-pagarrow.


Hi in video_display.html i found the code:
<{if $video_page_nav}>
              <
td align="right" width="50%"><b><i><{$lang_pagesel}></i></b> <{$video_page_nav}></td>
          <{else}>
              <
td align="right">&nbsp;</td>
          <{/if}>


and something weired in this template:
<style type='text/css' media='all'>
  @
import url(<{$videocss}>);
</
style>


The call to videocss this css doesn't exist, i checked the whole module folder.



6
ghia
Re: pages selection
  • 2009/4/4 1:06

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


$video_page_nav and $videocss are template variables which contains the links assembled by the PHP program.

If xo-pagenav, xo-pagact, xo-counterpage and xo-pagarrow are not present in a css file, you could add them in your theme's css file and change the aspects for it.

7
TheShadow
Re: pages selection
  • 2009/4/4 7:13

  • TheShadow

  • Just popping in

  • Posts: 36

  • Since: 2009/1/23


Please can you post an example?

8
tank1955
Re: pages selection (videotube)
  • 2009/4/22 2:28

  • tank1955

  • Module Developer

  • Posts: 276

  • Since: 2007/9/7 1


In videotube v1.81 I introduced the module style sheet located in the module's /style/ subdirectory. In line 365 and line 905 in the module root level index.php file you will find the definition for the $videocss variable.

$xoopsTpl->assign('videocss'XOOPS_URL."/modules/videotube/style/videotube.css");


To display pagination there is a preferences parameter for defining how to display. The parameter is labeled Video Page Navigation Type Select and the options are Graphic Images, Numbers, and Drop-Down List.

Hope this helps.

Login

Who's Online

215 user(s) are online (135 user(s) are browsing Support Forums)


Members: 0


Guests: 215


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits