![]() |
|
|||||||
| Pre-Sales Questions If you have any pre-sales questions, here's the place to ask. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Member
|Forum Newbie|
![]() Join Date: Jun 2008
Posts: 42
![]() |
Hi everybody.
I wanna do something with cs's url structure. I want to replace "ş" to "s" I edited function.php and "function clean_seo_text( $text, $slash=true ) {" in it. Code:
function clean_seo_text( $text, $slash=true ) {
$entities_match = array(' ','--','"','!','@','#','%','^','&','*','_','(',')','+','{','}','|',':','"','<','>','?','[',']','\\',';',"'",',','.','/','*','+','~','`','=','ş','ı','ğ','ü','ç','Ş','İ','Ğ','Ü','Ç');
$entities_replace = array('-','-','','','','','','','','','','','','','','','','','','','','','','','','','s','i','g','u','c','s','i','g','u','c');
Please help. Thanks. Last edited by Mujaheed : 09-29-2010 at 07:57 PM. |
|
|
|
|
|
#2 |
|
Member
|Forum Newbie|
![]() Join Date: Nov 2010
Posts: 1
![]() |
Hello,
I have the same problems. Maybe some one have solution ? Thanks. |
|
|
|
|
|
#3 |
|
Verified Member
|Forum Newbie|
![]() Join Date: Mar 2009
Posts: 22
![]() |
you should use PsPad to edit with utf-8 code
|
|
|
|
|
|
#4 |
|
Member
|Forum Newbie|
![]() Join Date: Feb 2012
Location: turkey / istanbul
Posts: 45
![]() |
hey bana da yardım edin bendede aynı sorun var ben video url de türkçe karakter istemiyorum
|
|
|
|
|
|
#5 |
|
Member
|Forum Newbie|
![]() Join Date: Feb 2012
Location: turkey / istanbul
Posts: 45
![]() |
I have the same problem mine does not help anyone cause I want to remove these characters from video url.
|
|
|
|
|
|
#6 |
|
Member
|Forum Senior|
![]() ![]() ![]() ![]() Join Date: May 2007
Posts: 450
![]() |
Hi,
I do it as follows: PHP Code:
Regards |
|
|
|
|
|
#7 |
|
Verified Member
|Forum Newbie|
![]() Join Date: Mar 2012
Posts: 24
![]() |
Does anyone tried fornit codes and see if it works? It still doesn't work completely on my end. Please help.
|
|
|
|
|
|
#8 |
|
Member
|Forum Newbie|
![]() Join Date: Feb 2012
Location: turkey / istanbul
Posts: 45
![]() |
Nothing changed in the same issue that you've added code continues?
|
|
|
|
|
|
#9 |
|
Member
|Forum Senior|
![]() ![]() ![]() ![]() Join Date: May 2007
Posts: 450
![]() |
Hm,
I've debugged it - the change needs to be done a bit different. Clipshare makes use of the Smarty plugin "seourl" to build its seo urls and that's the function which has to be changed. So, I suggest to do that as follows. Open the file include/smarty/libs/plugins/function.seourl.php Replace the code by the following: PHP Code:
Regards |
|
|
|
|
|
#10 |
|
Member
|Forum Newbie|
![]() Join Date: Feb 2012
Location: turkey / istanbul
Posts: 45
![]() |
no, no: I do not want to destroy a simple method that has already been. I want to convert. Turkish has a multi-clip-share video website I want it to be converted into other kinds of characters has no meaning. What is important is the full name of the video goes
|
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to embed replacement player | Jackablade | General Discussion | 0 | 04-10-2009 12:09 AM |
| IPN Paypal replacement | mentaldave | Freelance Services | 0 | 04-27-2007 06:32 PM |