Results 1 to 7 of 7
-
28th Dec 2011, 10:10 PM #1OPMember
modify seo url
Hello, you need to know how I can change the url, so that they have characters like this "/" in the titles.
be separated with a "-"
And not be all together.
I need to make it so.
cca1690 Reviewed by cca1690 on . modify seo url Hello, you need to know how I can change the url, so that they have characters like this "/" in the titles. be separated with a "-" And not be all together. http://i.lulzimg.com/c517194f89.png Rating: 5
SORRY FOR MY ENGLISH
-
29th Dec 2011, 09:17 AM #2Respected MemberWebsite's:
DL4Everything.com Soft2050.inIt can be done easily but you need to modify DLE core files.
Open engine/modules/addnews.php
Find this:
PHP Code:if( $alt_name == "" or ! $alt_name ) $alt_name = totranslit( stripslashes( $title ), true, false );
Replace that line with this:
PHP Code:if( $alt_name == "" or ! $alt_name ) $alt_name = totranslit( stripslashes( str_replace('/', '-', $title) ), true, false );
-
29th Dec 2011, 05:14 PM #3OPMember
not working
the seo url is like this:
.net/7188-fileservefilepostmegaupload.html
I wish there to be separate words, like this:
.net/7188-fileserve-filepost-megaupload.html
SORRY FOR MY ENGLISH
-
29th Dec 2011, 05:28 PM #4Respected MemberWebsite's:
DL4Everything.com Soft2050.inStrange. It works fine for me: http://www.dl4everything.com/softwar...1-x86-eng.html
Even tested on localhost and it was working.
-
29th Dec 2011, 09:38 PM #5OPMember
@soft2050 now working fine.
And I can change this ][ that when used in seo url should be replaced by -
?
same with the points.
I need to make it so.
Code:http://myweb.net/7203-dance-club-top-50-29-12-2011.html
SORRY FOR MY ENGLISH
-
30th Dec 2011, 08:21 AM #6Respected MemberWebsite's:
DL4Everything.com Soft2050.inYes, you can do so with any character
Just add more str_replace in this or you can use an array too.
PHP Code:if( $alt_name == "" or ! $alt_name ) $alt_name = totranslit( stripslashes( str_replace('/', '-', $title) ), true, false );
PHP Code:if( $alt_name == "" or ! $alt_name ) $alt_name = totranslit( stripslashes( str_replace('/', '-', str_replace('[', '-', str_replace(']', '-', $title))) ), true, false );
-
30th Dec 2011, 04:39 PM #7OPMember
@soft2050 , working fine , thanks per all you help
thanks
SORRY FOR MY ENGLISH
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Who can modify an Ipb skin?
By Envee in forum Forum and DDL DiscussionReplies: 3Last Post: 14th Apr 2012, 05:52 PM -
Modify my wp footer
By justinvest in forum WordpressReplies: 11Last Post: 18th Mar 2012, 12:39 PM -
[Hiring] Someone to modify a WP theme
By proXace? in forum Completed TransactionsReplies: 4Last Post: 25th Sep 2011, 11:47 AM -
Modify Wordpress
By BounceR in forum General DiscussionReplies: 3Last Post: 6th Nov 2009, 03:34 PM -
[WTB] Someone who can modify my skin!
By Zero - HosterBin in forum Completed TransactionsReplies: 7Last Post: 27th Oct 2009, 02:55 PM
themaCreator - create posts from...
Version 3.47 released. Open older version (or...