vatakat161 Posted May 1, 2012 Report Share Posted May 1, 2012 Название: Portal 1.1.0[RUS] Добавил: vatakat161 Добавлен: 01 May 2012 Категория: Русские компоненты IP.Board 3.3.x Portal 1.1.0 - компонент портала для IP.Board 3.3.x от Mike John! Отлично подойдёт для вас, если вы хотите сделать главную страницу вашего форума с размещением полезной информации. stail and CNoise 2 Quote Link to comment Share on other sites More sharing options...
stail Posted August 1, 2012 Report Share Posted August 1, 2012 ребят как отключить поднятие тем при новых ответах? я установил на форумы права сортировки только по дате но на портале они поднимаються в списке. мб я чтот не так делаю или пропустил? Quote Link to comment Share on other sites More sharing options...
_Dark_ Posted August 1, 2012 Report Share Posted August 1, 2012 stail, не видел такой возможности. Respected 1 Quote Link to comment Share on other sites More sharing options...
stail Posted August 1, 2012 Report Share Posted August 1, 2012 жаль... Quote Link to comment Share on other sites More sharing options...
stail Posted August 3, 2012 Report Share Posted August 3, 2012 <?php if ( ! $this->registry->isClassLoaded( 'portalBlocks' ) ) { $classToLoad = IPSLib::loadLibrary( IPSLib::getAppDir( 'portal' ) . "/sources/blocks.php", 'portalBlockGateway' ); $this->registry->setClass( 'portalBlocks', new $classToLoad( ipsRegistry::instance() ) ); } print $this->registry->getClass('portalBlocks')->latest_topics_main(); ?> обратил внимание на latest_topics_main(); открываем файл директория портала/sources/blocks.php район 192 строки $unpinned[ $row['last_post'] ] = $row['tid']; $all[ $row['last_post'] ] = $row['tid']; на $unpinned[ $row['start_date'] ] = $row['tid']; $all[ $row['start_date'] ] = $row['tid']; KVSpb, Fedya, Respected and 1 other 4 Quote Link to comment Share on other sites More sharing options...
Boreek Posted September 21, 2012 Report Share Posted September 21, 2012 как сделать что бы на главной показывало небольшую часть всего сообщения? Quote Link to comment Share on other sites More sharing options...
leha85 Posted February 21, 2013 Report Share Posted February 21, 2013 как сделать что бы на главной показывало небольшую часть всего сообщения? Актуальный вопрос! Quote Link to comment Share on other sites More sharing options...
AUYKGN Posted February 22, 2013 Report Share Posted February 22, 2013 leha85, но актуальный ответ ты скорей всего не получишь. Просто так не как. Только если в файлах что-то изменить, но я без понятий что именно... Quote Link to comment Share on other sites More sharing options...
leha85 Posted February 22, 2013 Report Share Posted February 22, 2013 но актуальный ответ ты скорей всего не получишь. Просто так не как. Только если в файлах что-то изменить, но я без понятий что именно... Да я разобрался уже, получилось так - заголовок темы и ссылка "Подробнее". А как сделать чтобы показалось, допустим, 500 первых символов я так и не понял... Quote Link to comment Share on other sites More sharing options...
AUYKGN Posted February 22, 2013 Report Share Posted February 22, 2013 leha85, ну так то понятно можно, а чтобы автоматически ограничивало... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.