• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Chinese Channels seo urls

Started by vulcain,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

vulcainTopic starter

I have created a Chinese channel but the url shows channel/國家/552/ and display a 404.
It looks like it rewrite Arab and non alpha except chinese.
  •  

PHPVibe A.

Hi,

There is no chinese translation table.

Try this, open index.php and find:

$router->map(get_option('channel-seo-url','/channel/:name/:id/:section'), 'channel', array('methods' => 'GET', 'filters' => array('id' => '(\d+)','section' => '(.*)')));


replace it with:

$router->map(get_option('channel-seo-url','/channel/:name/:id/:section'), 'channel', array('methods' => 'GET', 'filters' => array('id' => '(\d+)','section' => '(.*)','name' => '(.*)')));


Let me know if it work for chinese.

vulcainTopic starter

  •  

PHPVibe A.


 

Similar topics (7)

Important Announcement: PHPVibe Video Sharing CMS End of Life

Started by Marius P.


Replies: 1
Views: 39058

The problem of video viewing PHPVibe 5.0

Started by Nayn


Replies: 25
Views: 70135

embed video does not work on v5

Started by neospider69


Replies: 6
Views: 50221

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

Started by spirog


Replies: 2
Views: 4285

Better Idea for PHPVibe v5 Channels page

Started by DeadFish


Replies: 2
Views: 3887

insite ads issue when selecting above/below video player location

Started by georgepanaitescu


Replies: 3
Views: 22162

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

Started by spirog


Replies: 4
Views: 5148