Jump to content

Featured Replies

Привет всем.

Раньше, на версии 3.3.4, использовал такую настройку - USE_ONLY_ID_FURL, соответственно ссылки были вида http://сайт/forum/forum/5

Сейчас я обновился на 3.4.8, и ссылки теперь - http://сайт/forum/forum/5-название-темы

Как в 3.4 сделать только id? Очень нужно, я потерял гиганскую часть посетителей, а автоматом он не редиректит(((

Link to comment
https://ipbmafia.ru/topic/11822-nastrojka-furl/
Share on other sites

Мне подошло бы даже простое перенаправление на ссылки нового вида.

Link to comment
https://ipbmafia.ru/topic/11822-nastrojka-furl/?&do=findComment&comment=90088
Share on other sites

Константа IPB_USE_ONLY_ID_FURL есть только в версиях от ИБР.

Link to comment
https://ipbmafia.ru/topic/11822-nastrojka-furl/?&do=findComment&comment=90089
Share on other sites

applications/forums/data/furl.json

 "forums_forum": {
		    "friendly": "forum/{#id}-{?}",
		    "real": "app=forums&module=forums&controller=forums",
		    "verify": "\\IPS\\forums\\Forum"
	    },
	    "forums_topic": {
		    "friendly": "topic/{#id}-{?}",
		    "real": "app=forums&module=forums&controller=topic",
		    "verify": "\\IPS\\forums\\Topic"
	    },

Заменить на:

 "forums_forum": {
		    "friendly": "forum/{#id}",
		    "real": "app=forums&module=forums&controller=forums",
		    "verify": "\\IPS\\forums\\Forum"
	    },
	    "forums_topic": {
		    "friendly": "topic/{#id}",
		    "real": "app=forums&module=forums&controller=topic",
		    "verify": "\\IPS\\forums\\Topic"
	    },

Перестроить кеш чпу:

Link to comment
https://ipbmafia.ru/topic/11822-nastrojka-furl/?&do=findComment&comment=90092
Share on other sites

applications/forums/data/furl.json

 

У ТС 3-ка, а не 4-ка

Да и в 4-ке furl правится в АЦ

Edited by LvsF

Link to comment
https://ipbmafia.ru/topic/11822-nastrojka-furl/?&do=findComment&comment=90097
Share on other sites

У ТС 3-ка, а не 4-ка

 Да, не проснулся еще)

Link to comment
https://ipbmafia.ru/topic/11822-nastrojka-furl/?&do=findComment&comment=90099
Share on other sites

заменить файлы, перестроить кеш,

в настройках SEO

ENvKdpM.png

 

пруфит

3.4.8 furl_id.rar

Link to comment
https://ipbmafia.ru/topic/11822-nastrojka-furl/?&do=findComment&comment=90100
Share on other sites

applications/forums/data/furl.json

у меня такой папки в корне нет, есть в admin, но там уже по пути нет папки data

заменить файлы, перестроить кеш,

в настройках SEO

ENvKdpM.png

 

пруфит

3.4.8 furl_id.rar

этот метод не пробовал еще.

а я сделал - '#/topic/(\d+)/?#i' (взял из старой версии своего движка)

пока методом сделал так, только в папке forum ссылки превел к виду

в этом архиве - '#^/topic/(\d+?)(?:-|/|$)#i'

Link to comment
https://ipbmafia.ru/topic/11822-nastrojka-furl/?&do=findComment&comment=90105
Share on other sites

попробовал архив, тоже все работает, причем именно везде стали названия только с ID.

в моем же способе - на форуме ссылки были с тестом, но и по ссылке только с ID нормально открывались.

Как лучше - не знаю, оставил по привычке Ваш способ с только ID, чтоб не плодить варианты.

Всем спасибо.

Link to comment
https://ipbmafia.ru/topic/11822-nastrojka-furl/?&do=findComment&comment=90114
Share on other sites

чуть выше читать не "были с тестом", а "были с текстом" =)))

Link to comment
https://ipbmafia.ru/topic/11822-nastrojka-furl/?&do=findComment&comment=90120
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.