Jump to content

Featured Replies

Posted
comment_79306

я в этом деле новичек, но как бы пища для ума не мешает не кому, прошу помощи у опытных людей дабы разобраться 
вот конфиг sw 13

/**

* =================
* IPB
* =================
*/
if ( $l2cfg["forum"]["version"] == "ipb" ) {
$fsql = "
SELECT tid,title,state,last_post,last_poster_id,last_poster_name
FROM {$l2cfg["forum"]["prefix"]}topics
WHERE forum_id NOT IN ({$l2cfg["forum"]["deny"]})
ORDER BY last_post DESC
LIMIT {$l2cfg["forum"]["count"]}";
$furl_user = "index.php?showuser=";
$furl_link = "index.php?showtopic={topic_id}' title='{desc_id}'";
}

и модуль самого шаблона

[main]
<!-- Модуль Темы с Форума -->
{item}
[/main]
 
[item]
<div class="last_post">
{link}
<span>От: {author}; {date}</span>
</div>

[/item]

помогите пожалуйсто

Edited by OneHitOneKill

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.