[ Video Sharing CMS v4 ] 4 Question about skin / navbar / sidebar and remove powered by phpvibe

Started by gale77,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

gale77Topic starter

i would like to change my theme colorfull and designed by me  ::)

1. How can i change the skin of my website? skin of body, sidebar and navbar.

2. adding a menu to the navbar?

3. disable sidebar for new user

4. the last can i remove Powered by phpVibe™ from the footer?

Thanks for your quick response  ;)
  •  

gale77Topic starter

sorry more question  ;D

- how do i create a word "more video" in the end of homepage video?

- and manage video uploaded by user , they can't watching video until accept it by me as admin.

- how do i make a floating left sidebar?

thanks guys for reply
  •  

gale77Topic starter

  •  

PHPVibe A.

Quote from: gale77 on
i would like to change my theme colorfull and designed by me  ::)

1. How can i change the skin of my website? skin of body, sidebar and navbar.

2. adding a menu to the navbar?

3. disable sidebar for new user

4. the last can i remove Powered by phpVibe™ from the footer?

Thanks for your quick response  ;)

This are pretty complex to answer like this. You may want to ask specific questions.
1. The skin/template it's tpl/main/
2. Which navbar? And which version are you using?
3. You need to rephrase this as I don't get it
4. I can't post that on the forum, only that it's in tpl.globals.php in template.

PHPVibe A.

Quote from: gale77 on
and how to change favicon.

Place a favicon.ico in the root (root is main folder, where load.php exists).
May take some time to see the new one.

PHPVibe A.

Quote from: gale77 on
sorry more question  ;D

- how do i create a word "more video" in the end of homepage video?

- and manage video uploaded by user , they can't watching video until accept it by me as admin.

- how do i make a floating left sidebar?

thanks guys for reply

- ??? rephrase please
- set in config "unpublish" as initial state, you'll have to confirm all videos.
- ??? rephrase/detail please

gale77Topic starter

QuoteThis are pretty complex to answer like this. You may want to ask specific questions.
1. The skin/template it's tpl/main/
2. Which navbar? And which version are you using?
3. You need to rephrase this as I don't get it
4. I can't post that on the forum, only that it's in tpl.globals.php in template.

Thank alex  for your quick response 8)

first this is my website http://siteoflife.com

1. it's main website, i dont know what to say in script. like outerbody, innermain. i would change that skin. ok, i should explain you specific skin, it's background color

2. wait, do u have a second navbar? i dont see another navbar. navigation bar there is a word channel, language and search form. i have the last version 3.4 BETA

3. really i dont get too, that is left sidebar in the home page of a website for "new user".

4. it's possible changing code by pm here?

QuotePlace a favicon.ico in the root (root is main folder, where load.php exists).
May take some time to see the new one

thanks you i got it  8)

Quote??? rephrase please
- set in config "unpublish" as initial state, you'll have to confirm all videos.
??? rephrase/detail please

- for a word "more videos" it's in the main of website. look my attached

- done thanks!

- sorry not left sidebar but right sidebar. showing videos count, member, video views, etc. i would make it floating like a navbar float.

i'm really appreciate for your good response  8)
  •  

PHPVibe A.

Ok, for floating sidebar, I think you wish to make them fixed when scrolling, I'm trying that in the upgrade.

1. You look for tpl/main/css/vibe.style.cc
body{background-color:#fff;position:relative;padding:0;height:100%}

2. Ok, so you refer to the header (sorry, it's not a bootstrap navbar :) ) it's in tpl/main/tpl.globals.php
4. I can't give you the specific way http://www.phprevolution.com/forum/troubleshooting-issues/phpvibe-3-3-remove-'powered-by'/ Don't mean you cannot remove it, it's pretty easy to find.

"More videos" are you like trying to modify infinite scroll to load on click? I haven't did that but here is the documentation http://www.infinite-scroll.com/infinite-scroll-jquery-plugin/

From the documentation page of jQuery infinite scroll plugin:

In 1.4 you can trigger the loading of the next page of content at will. You'll first unbind the default behavior. And then trigger the next pull whenever you like.

// unbind normal behavior. needs to occur after normal infinite scroll setup.
$(window).unbind('.infscr');
// call this whenever you want to retrieve the next page of content
// likely this would go in a click handler of some sort
$(document).trigger('retrieve.infscr');

It should solve your needs.
Button should go in video-loop.php






gale77Topic starter

  •  

Similar topics (7)