Jump to content

Translit URL


Recommended Posts

  • 1 year later...
  • 3 weeks later...
  • 2 weeks later...
On 7/1/2015 at 0:17 PM, Sonya* said:

Support Topic for the Translit URL Plugin at https://community.invisionpower.com/files/file/7630-translit-url/

Hello Sonya, edit.  read the description . 

has anyone tried to change the existing urls with some of the tips mentioned elswhere in a different plugin for translit ? 

like clearing the forum database   with these ;

UPDATE blog_blogs SET blog_seo_name='';
UPDATE blog_entries SET entry_name_seo='';
UPDATE calendar_calendars SET cal_title_seo='';
UPDATE cms_database_categories SET category_last_seo_title='';
UPDATE core_announcements SET announce_seo_title='';
UPDATE core_members SET members_seo_name='';
UPDATE downloads_categories SET cname_furl='';
 
UPDATE forums_topics SET title_seo='';
UPDATE gallery_albums SET album_name_seo='';
UPDATE gallery_categories SET category_name_seo='';
UPDATE gallery_images SET image_caption_seo='';
Edited by MeMaBlue
Link to comment
1 hour ago, MeMaBlue said:

Hello Sonya, edit.  read the description . 

has anyone tried to change the existing urls with some of the tips mentioned elswhere in a different plugin for translit ? 

like clearing the forum database   with these ;


UPDATE blog_blogs SET blog_seo_name='';
UPDATE blog_entries SET entry_name_seo='';
UPDATE calendar_calendars SET cal_title_seo='';
UPDATE cms_database_categories SET category_last_seo_title='';
UPDATE core_announcements SET announce_seo_title='';
UPDATE core_members SET members_seo_name='';
UPDATE downloads_categories SET cname_furl='';
 
UPDATE forums_topics SET title_seo='';
UPDATE gallery_albums SET album_name_seo='';
UPDATE gallery_categories SET category_name_seo='';
UPDATE gallery_images SET image_caption_seo='';

I have tested the query:

update `forums_topics` set`title_seo` = '' 

And yes, after loading the forum page the titles are rebuilt according to new Translit URLs rules. I have not tested another queries, but I assume, that they will be rebuilt as well.

The plugin works for me on 4.1.17 and for other users. I cannot say why it does not work for you. 

Link to comment
  • 7 months later...
  • 3 weeks later...

I am about to upgrade my from 3.4 to 4.2.3 but I cannot get this working for me...

I did few test upgrade everything went well but translit url is not working...

Here what I did.

  1. Upgrade board
  2. install translit url as a plugin and enabled it
  3. Then start testing the board but nothing happened
  4. Then I looked the suggestion and applied this fix UPDATE inv_blog_blogs SET blog_seo_name='';
    UPDATE inv_blog_entries SET entry_name_seo='';
    UPDATE inv_calendar_calendars SET cal_title_seo='';
    UPDATE inv_core_announcements SET announce_seo_title='';
    UPDATE inv_core_members SET members_seo_name='';
    UPDATE inv_forums_forums SET name_seo='', seo_last_title='', seo_last_name='';
    UPDATE inv_forums_topics SET title_seo='';
    UPDATE inv_gallery_albums SET album_name_seo='';
    UPDATE inv_gallery_categories SET category_name_seo='';
    UPDATE inv_gallery_images SET image_caption_seo='';
  5. That fixed the most of the area but still problems: The link suppose to be this: http://www.domain.com/test/topic/72252-main-one/?do=getLastComment but I get this instead http://www.domain.com/test/topic/72252-/?do=getLastComment The system is not creating the link

Anyone know why this is happening

Edited by media
Link to comment
  • 3 weeks later...
  • 6 months later...
  • 10 months later...
  • 2 months later...
  • 1 year later...
  • 10 months later...
  • 4 weeks later...
  • 2 weeks later...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...