Jump to content

Featured Replies

Как изменить адрес с site.com/topic/blabla на site.com/blabla

на данный момент стоит ЧПУ, IPBoard 3.4.6

спасибо

Link to comment
https://ipbmafia.ru/topic/9466-izmenit-furl-chpu/
Share on other sites

Пробуйте, эксперементируйте

__ipbmafia.ru/tutorials/article/84-ssylki-tem-vida-siterutopicnnn/

тяжело экспериментировать, когда не знаешь что значат сивмолы

Link to comment
https://ipbmafia.ru/topic/9466-izmenit-furl-chpu/?&do=findComment&comment=72960
Share on other sites

тяжело экспериментировать, когда не знаешь что значат сивмолы

Вам же нужно удалить topic ? вот и удалите из кода этот топик

Примерно так:

'showtopic' => array( 'app' => 'forums',
'allowRedirect' => 1,
'out' => array( '#showtopic=(.+?)(#|&|$)#i', '/$1/$2' ),
'in' => array( 'regex' => '#^/(d+?)(/|$)#i',
'matches' => array( array( 'showtopic', '$1' ) ) ) ),

Это пример,работает или нет, не знаю. Не где проверить...

Link to comment
https://ipbmafia.ru/topic/9466-izmenit-furl-chpu/?&do=findComment&comment=72993
Share on other sites
___interngame.ru/forum/topic/1/ 

такие получились ))

Edited by HooLIGUN
Активные ссылки запрещены, пользуйтесь тегом КОД

Link to comment
https://ipbmafia.ru/topic/9466-izmenit-furl-chpu/?&do=findComment&comment=72997
Share on other sites

моменял на такое - 

'showtopic'     => array( 'app'       => 'forums',
 'allowRedirect' => 1,
 'isPagesMode'   => 1,
 'out'           => array( '#showtopic=(.+?)(#|&|$)#i', 'topic/$1-#{__title__}.$2html' ),
 'in'            => array( 'regex'   => '#^/topic/(d+?)(?:-|/|$)#i',
       'matches' => array( array( 'showtopic', '$1' ) ) ) ),


'acteqst'       => array( 'app'       => 'forums',
 'allowRedirect' => 1,
 'out'           => array( '#act=ST(.*?)&t=(.+?)(&|$)#i', 'topic/$2-#{__title__}/$3' ),
 'in'            => array( 'regex'   => '#^notavalidrequest$#i',
       'matches' => array( array( 'showtopic', '0' ) ) ) ),
 
получилось -
 
site.ru/2-forum/
и 
site.ru/forum/topic/1-dobro-pozhalovat.html
 
во второй вот не могу пока убрать лишнюю кострукцию forum/topic/ но я еще пороюсь позже ))
идеально надо так -
site.ru/topic/1-dobro-pozhalovat.html
а еще лучше так -
site.ru/1-dobro-pozhalovat.html
ибо ненавижу длинные ссылки ))
или вообще так -
site.ru/post1.html  - это самое лучшее )) сделаю отпишусь )

Edited by HooLIGUN
Тег код

Link to comment
https://ipbmafia.ru/topic/9466-izmenit-furl-chpu/?&do=findComment&comment=72999
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.