• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Best way to make a landing-page

Started by ollipaust,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ollipaustTopic starter

hello

I have trouble finding a logic way to make a landing page, but would like to make such like soundcloud where you can register and login.

since home is the index, what would be the best way to make a landing page without calling it index or home?

also f/e if you click on the logo, you should return to the home, instead of the landing page
and it shouldnt be visible if you already logged in (cookie)

regards
  •  

Marius P.

Not 100% sure if this is what you need, but let me give you an idea:


root/index.php

if(!$page)   {
$com_route = ABSPATH."/com/com_home.php";
$canonical = site_url();
}



to



if(!$page)   {
if(is_user()) {
$com_route = ABSPATH."/com/com_home.php";
} else {
$com_route = ABSPATH."/com/com_landing.php";
}
$canonical = site_url();
}



Is this what you needed?


you can also do it in theme's home.php or com/com_home.php file.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

 

Similar topics (7)

Important Announcement: PHPVibe Video Sharing CMS End of Life

Started by Marius P.


Replies: 1
Views: 37228

The problem of video viewing PHPVibe 5.0

Started by Nayn


Replies: 25
Views: 68652

embed video does not work on v5

Started by neospider69


Replies: 6
Views: 48134

when slecting to unpublish music mp3 - next page says unpublished video ?

Started by spirog


Replies: 2
Views: 3947

insite ads issue when selecting above/below video player location

Started by georgepanaitescu


Replies: 3
Views: 20609

Video that I've uploaded needs to have that value in admin to upload

Started by spirog


Replies: 4
Views: 3767

video,playlist,images, etc. (frontend) select all deselect all reselect all

Started by spirog


Replies: 3
Views: 3896