• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Take off page title

Started by ronyhage,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ronyhageTopic starter

Hi,

How can I take off the page title as explained in the screen shot?

Please advise.

Thanks!
  •  

PHPVibe A.

com/com_post.php or com_page.php

$txt = '<h3 class="loop-heading"><span>'._html($_post->title).'</span></h3>';


changed to

$txt = '';

ronyhageTopic starter

ok changed the code from

$txt = '<h3 class="loop-heading"><span>'._html($_post->title).'</span></h3>';

to

$txt = '';

It was in the file com_post.php but no changes appeared.

I even cleaned cache and cookies in my browser, still no changes.
  •  

PHPVibe A.

Ok, this is for articles single post. Are you looking there?
From your image I can't tell if it's the blog page, or single article/page...I assume single article.

ronyhageTopic starter

basically I just create these pages from the dashboard under pages. I attached an image for where I create them from.
  •  

PHPVibe A.

If they are pages, you edit com_page.php and change

$txt = '<h3 class="loop-heading"><span>'._html($_page->title).'</span></h3>';


to

$txt = '';


To remove the title.

 

Similar topics (7)

Important Announcement: PHPVibe Video Sharing CMS End of Life

Started by Marius P.


Replies: 1
Views: 46177

The problem of video viewing PHPVibe 5.0

Started by Nayn


Replies: 25
Views: 74615

embed video does not work on v5

Started by neospider69


Replies: 6
Views: 56538

Better Idea for PHPVibe v5 Channels page

Started by DeadFish


Replies: 2
Views: 4424

insite ads issue when selecting above/below video player location

Started by georgepanaitescu


Replies: 3
Views: 26591

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

Started by spirog


Replies: 4
Views: 9767

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

Started by spirog


Replies: 3
Views: 9429