Вход
Главное меню

Subject:*
Name/Email:*
Message Icon:*
       
Select*
Message:*


    


Click the Preview to see the content in action.
Options:*
 
 
 
 
Attach file*
   

Maximum file size: 100Kb;  Allowed extensions: zip jpg gif png  
Images at the max. Size 640 X 800 pixels. 
Confirmation Code*
2 + 2 = ?  
Input the result from the expression
Maximum attempts you can try: 10
*
   
*
* = Required

Re: Новости в две колонки
by Bratan on 2003/5/21 11:29:21

по своему опыту и методом научного тыка можно разобраться без описания
Re: Новости в две колонки
by conquer on 2003/5/21 6:48:17

Лучше все-же прочитать, чтобы знать какой файл и куда использовать.
Re: Новости в две колонки
by Bratan on 2003/5/20 17:30:15

А если не читать, то в архиве лежит уже готовый шаблон. Заменяешь им тот, что стоит по дифолту - и новости в две колонки готовы
Re: Новости в две колонки
by conquer on 2003/5/19 15:05:57

А для использующих схему x2t лучше прочитать поставляемый вместе с xoops2 файл \extras\theme_x2t\doc\readme.htm. Где описано как сделать две колонки в схеме x2t.
Новости в две колонки
by Bratan on 2003/5/18 12:56:05

Well the first template change for sites that have too many news and need publish in the home with 2 columns.

- go to the theme manager
- clone the default theme (remember set the cloned this how the theme in preferences)
- go to the cloned theme > news
edit news_index.html

Now only need copy and paste this code :
Quote:


<{if $displaynav == true}>
<div style="text-align: center;">
<form name="form1" action="index.php" method="get">
<{$topic_select}> <select name="storynum"><{$storynum_options}></select> <input type="submit" value="<{$lang_go}>" /></form>
</div>
<{/if}>

<!-- start news item loop -->
<table><tr><td>
<{section name=i loop=$stories}>
<{include file="db:news_item.html" story=$stories[i]}>
<{php}>
global $contador;
$contador = $contador +1;
if (($contador % 2)==1){
echo "</td><td>";
}else{
echo "</td></tr><tr><td>";
}
<{/php}>
<{/section}>
</td></tr></table>
<!-- end news item loop -->

<div style="text-align: right; margin: 10px;"><{$pagenav}></div>



Save. go to the home, and have the news in 2 columns , in the next days go to have the same for the x2t theme.
==============

зы: Найдено на форуме http://www.xoops.org
Powered by XOOPS © 2001-2023 The XOOPS Project