Activity Stream
48,167 MEMBERS
62197 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 7 of 7
  1.     
    #1
    Member

    Default 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

  2.   Sponsored Links

  3.     
    #2
    Respected Member
    Website's:
    DL4Everything.com Soft2050.in
    It 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 totranslitstripslashes$title ), truefalse ); 
    It should be around line 206 or so.

    Replace that line with this:
    PHP Code: 
    if( $alt_name == "" or ! $alt_name $alt_name totranslitstripslashesstr_replace('/''-'$title) ), truefalse ); 
    This would work just fine for this.

  4.     
    #3
    Member
    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

  5.     
    #4
    Respected Member
    Website's:
    DL4Everything.com Soft2050.in
    Strange. It works fine for me: http://www.dl4everything.com/softwar...1-x86-eng.html

    Even tested on localhost and it was working.

  6.     
    #5
    Member
    @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

  7.     
    #6
    Respected Member
    Website's:
    DL4Everything.com Soft2050.in
    Yes, 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 totranslitstripslashesstr_replace('/''-'$title) ), truefalse ); 
    To add those:
    PHP Code: 
    if( $alt_name == "" or ! $alt_name $alt_name totranslit(  stripslashesstr_replace('/''-'str_replace('[''-'str_replace(']''-'$title))) ), truefalse ); 

  8.     
    #7
    Member
    @soft2050 , working fine , thanks per all you help

    thanks

    SORRY FOR MY ENGLISH

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Who can modify an Ipb skin?
    By Envee in forum Forum and DDL Discussion
    Replies: 3
    Last Post: 14th Apr 2012, 05:52 PM
  2. Modify my wp footer
    By justinvest in forum Wordpress
    Replies: 11
    Last Post: 18th Mar 2012, 12:39 PM
  3. [Hiring] Someone to modify a WP theme
    By proXace? in forum Completed Transactions
    Replies: 4
    Last Post: 25th Sep 2011, 11:47 AM
  4. Modify Wordpress
    By BounceR in forum General Discussion
    Replies: 3
    Last Post: 6th Nov 2009, 03:34 PM
  5. [WTB] Someone who can modify my skin!
    By Zero - HosterBin in forum Completed Transactions
    Replies: 7
    Last Post: 27th Oct 2009, 02:55 PM

Tags for this Thread

BE SOCIAL