• Welcome to PHPVIBE Forums. Please log in.

Seo Settings & Permalink

Started by sowieso,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

sowiesoTopic starter

There is seo setting for single video title. I want to set video description 2 different options:
If video have a description Prefix / Before the description | Suffix / After the description
Else write description adding %title%

Permalink
I don't want tag pages link: .com/show/tag/
Be able to set the label permalink .com/whateverifyouwant/tag/
  •  

Marius P.

Hi, you can set it the same way, using an option

<?php echo get_option( $option, $default ); ?>



Look at com/com_video.php



// SEO Filters
function modify_title( $text ) {
global $video;
    return strip_tags(_html(get_option('seo-video-pre','').$video->title.get_option('seo-video-post','')));
}
function modify_desc( $text ) {
global $video;
    return _cut(strip_tags(_html($video->description)), 160);
}









For /show, open vibe_setts.php and edit


define( 'show', 'show' );

to


define( 'show', 'whateveryouwant' );


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)

I cant change User and Video-Settings

Started by eaion


Replies: 1
Views: 1447

[ Video Sharing CMS v4 ] Google login settings

Started by Abraham


Replies: 14
Views: 1625

[ Video Sharing CMS v4 ] How to change permalinks

Started by guest7728


Replies: 0
Views: 568


by guest7728
[ Video Sharing CMS v4 ] Account settings

Started by mihai


Replies: 4
Views: 1253

[ Video Sharing CMS v4 ] permalinks

Started by ronyhage


Replies: 4
Views: 853

[ Video Sharing CMS v4 ] how can i make the same settings

Started by tanveernawaz


Replies: 1
Views: 1063

[ Video Sharing CMS v4 ] Player Addons and settings

Started by izlekop


Replies: 13
Views: 2176