Перейти к содержанию

hottabychmorsby

Пользователи
  • Постов

    88
  • Зарегистрирован

  • Посещение

Весь контент hottabychmorsby

  1. Ребята не могу по поиску найти как сделать авторизацию через Вконтакте. Помогите ссылкой. Спасибо
  2. <?php /** * <pre> * Invision Power Services * IP.Board v3.2.3 * Sets up SEO templates * Last Updated: $Date: 2011-08-02 15:53:39 -0400 (Tue, 02 Aug 2011) $ * </pre> * * @author $Author: bfarber $ * @copyright © 2001 - 2009 Invision Power Services, Inc. * @license http://www.invisionp... * @package IP.Board * @subpackage Forums * @link http://www.invisionp... * @since 20th February 2002 * @version $Rev: 9351 $ * */ if ( ! defined( 'IN_IPB' ) ) { print "<h1>Incorrect access</h1>You cannot access this file directly. If you have recently upgraded, make sure you upgraded all the relevant files."; exit(); } /** * SEO templates * * 'allowRedirect' is a flag to tell IP.Board whether to check the incoming link and if not formatted correctly, redirect the correct one * * OUT FORMAT REGEX: * First array element is a regex to run to see if we've a match for the URL * The second array element is the template to use the results of the parenthesis capture * * Special variable #{__title__} is replaced with the $title data passed to output->formatUrl( $url, $title) * * IMPORTANT: Remember that when these regex are used, the output has not been fully parsed so you will get: * showuser={$data['member_id']} NOT showuser=1 so do not try and match numerics only! * * IN FORMAT REGEX * * This allows the registry to piece back together a URL based on the template regex * So, for example: "/user/(\d+?)/", 'matches' => array( array( 'showuser' => '$1' ) )tells IP.Board to populate 'showuser' with the result * of the parenthesis capture #1 */ $_SEOTEMPLATES = array( 'showannouncement' => array( 'app' => 'forums', 'allowRedirect' => 1, 'out' => array( '#showannouncement=(.+?)((?:&|&)f=(.+?))?(&|$)#i', 'forums/forum-$3/announcement-$1-#{__title__}/$4' ), 'in' => array( 'regex' => '#/forums/forum-(\d+?)?/announcement-(\d+?)-#i', 'matches' => array( array( 'showannouncement', '$2' ), array( 'f', '$1' ) ) ) ), 'showforum' => array( 'app' => 'forums', 'allowRedirect' => 1, 'out' => array( '#showforum=(.+?)(&|$)#i', 'forums/forum/$1-#{__title__}/$2' ), 'in' => array( 'regex' => '#^/forums/forum/(\d+?)-#i', 'matches' => array( array( 'showforum', '$1' ) ) ) ), 'showtopicunread'=> array( 'app' => 'forums', 'allowRedirect' => 1, 'out' => array( '#showtopic=(.+?)(?:&|&)view=getnewpost(&|$)#i', 'forums/topic/$1-#{__title__}/unread/$2' ), 'in' => array( 'regex' => '#^/forums/topic/(\d+?)-([^/]+?)/unread(/|$)#i', 'matches' => array( array( 'showtopic', '$1' ), array( 'view', 'getnewpost' ) ) ) ), 'showtopicnextunread'=> array( 'app' => 'forums', 'allowRedirect' => 1, 'out' => array( '#showtopic=(.+?)(?:&|&)view=getnextunread(&|$)#i', 'forums/topic/$1-#{__title__}/nextunread/$2' ), 'in' => array( 'regex' => '#^/forums/topic/(\d+?)-([^/]+?)/nextunread(/|$)#i', 'matches' => array( array( 'showtopic', '$1' ), array( 'view', 'getnextunread' ) ) ) ), 'showtopic' => array( 'app' => 'forums', 'allowRedirect' => 1, 'out' => array( '#showtopic=(.+?)(&|$)#i', 'forums/topic/$1-#{__title__}/$2' ), 'in' => array( 'regex' => '#^/forums/topic/(\d+?)-#i', 'matches' => array( array( 'showtopic', '$1' ) ) ) ), 'acteqst' => array( 'app' => 'forums', 'allowRedirect' => 1, 'out' => array( '#act=ST(.*?)&t=(.+?)(&|$)#i', 'forums/topic/$2-#{__title__}/$3' ), 'in' => array( 'regex' => '#^notavalidrequest$#i', 'matches' => array( array( 'showtopic', '0' ) ) ) ), 'act=idx' => array( 'app' => 'forums', 'allowRedirect' => 0, 'out' => array( '#act=idx(&|$)#i', 'forums/$1' ), 'in' => array( 'regex' => '#^/forums(/|$|\?)#i', 'matches' => array( array( 'act', 'idx' ) ) ) ), ); последнее что делал furlTemplates.php заменил
  3. извините админка не до конца на русском. как это будет по англ?
  4. и с пк так же. 3.4.9 стоит ip.content . Вот после его я как понял что не заходит с главной. Вод вид ссылки с главной /index.php?/forums/topic/5#entry86-болталка-админов/ а вот ссылка по которой заходит /index.php?/forums/topic/5-болталка-админов/
  5. Ребята на главной форума при нажатии на тему незвходит в ее. И так в каждом стиле. А вот при нажатии на тему в блоке последние темы, заходит в тему
  6. готов все показать. потому что нужна регистрация с подтверждением почты. какие именно логи сикнуть? стандартный клиент хоста принимает почту, а вот ответ не доходит
  7. Поставил не чего с этого не вышло стоит на сервере почта cPanel и вот туда тестовое письмо доходит. а вот на почту на mail.ru не доходит
  8. Ребята стоит IPB 3.4.9. с Content v2.3.6 . Вот если обновляю Content слитит? или так и останется главной?
  9. НЕ могу настроить почту. домен подключен. А вот сообщение не отправляет. При такой настройке ошибка Could not connect to the SMTP server . 2) Не как не могу перевести до конца админку, уже два раза грузил языки а все так же
  10. Ребята, возможно ли при помощи его сделать вывод некоторых тем с форума с установкой картинки темы. А так же передел из темы в статью? Как это было на ипб 3версиях? Возможно как тут сделать ?
  11. а если в крации. можно сделать определенных тем на "главную"
  12. честно не как не могу понять как сделать вывод( может есть инструкция какая
  13. Ребята с каким движком можно сделать интеграцию. Требуется главная страница с выводом некоторых тем на главную?
  14. вот бы мне его найти( ух как хочется главная с интеграцией с форумом.
  15. Установил но не то. Помню был раньше плагин где при создании новой темы, можно было выбрать выводить ли на главную и перевод из темы в статью.
×
×
  • Создать...