• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] how to give index a $page-name for "body-$page" ??

Started by ollipaust,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ollipaustTopic starter

hi
i found that the index has no $page-variable. this causes that in the <body>tag theres a missing class which actually every page has. i specially mean for com_home.

i mean this

Quote<body class="touch-gesture body-" style="">

i would wish if you select "com_home.php" as index that the bodytag looks like this

Quote<body class="touch-gesture body-home" style="">

how can i do this?
  •  

PHPVibe A.

Same way in tpl.globals.php

$head .= '</head>
<body class="touch-gesture body-'.$page.'" style="">


Change it to
if(!isset($page) || nullval($page)) {$pcs ='home'; } else {$pcs = $page;}
$head .= '</head>
<body class="touch-gesture body-'.$pcs.'" style="">


ollipaustTopic starter

Quote from: Alexander on
Same way in tpl.globals.php

$head .= '</head>
<body class="touch-gesture body-'.$page.'" style="">


Change it to
if(!isset($page) || nullval($page)) {$pcs ='home'; } else {$pcs = $page;}
$head .= '</head>
<body class="touch-gesture body-'.$pcs.'" style="">


thank you works perfect  8)
  •  

 

Similar topics (7)

Important Announcement: PHPVibe Video Sharing CMS End of Life

Started by Marius P.


Replies: 1
Views: 32561

The problem of video viewing PHPVibe 5.0

Started by Nayn


Replies: 25
Views: 59475

embed video does not work on v5

Started by neospider69


Replies: 6
Views: 42240

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

Started by spirog


Replies: 2
Views: 1466

insite ads issue when selecting above/below video player location

Started by georgepanaitescu


Replies: 3
Views: 16631

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

Started by spirog


Replies: 4
Views: 1317

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

Started by spirog


Replies: 3
Views: 1794