Jump to content

Featured Replies

Posted
comment_72956

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

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

спасибо

  • Author
comment_72960

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

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

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

comment_72993

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

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

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

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

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

comment_72997
___interngame.ru/forum/topic/1/ 

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

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

comment_72999

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

'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
Тег код

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.