- Moderated by:
- Support Team
-
- rank:
-
Helper
- registered:
- February 2005
- Status:
- online
- Posts:
- 411
The short answer is Yes, it can be done quit easily. How depends on what sort of theme you are using, Xanthia, AutoTheme or even legacy. say you are using and Xanthia theme, the News-index.htm might look something like this:
Code
<div class="post">
<div class="title"><!--[$preformat.title]--></div>
<div class="meta"><!--[$info.longdate]--></div>
<div class="storycontent">
<!--[$info.hometext]-->
</div>
<div class="feedback">
<!--[$preformat.readmore]--> ( <!--[$info.bodytext|count_words]--> <!--[pnml name=_WORDSMORE]--> )
</div>
</div>
The only command that you need to do what you want is:
Code
<!--[$preformat.title]-->
You can take the rest out.
Auto theme is very similar if you are using that. If your using a legacy theme it might be better to just us an rss block to your own back end and put that on the page.
Hope that helps a bit. -
- rank:
-
Freshman
- registered:
- June 2005
- Status:
- offline
- last visit:
- 26.11.05
- Posts:
- 20
well i've tried to install a new theme and this is the result..
http://forums.postnuke.com/index.php?name=PNphpBB2&file=viewtopic&p=167985#167985
and i will search for a new theme because the last one seems to have a lot of problems :( -
- rank:
-
Freshman
- registered:
- June 2005
- Status:
- offline
- last visit:
- 26.11.05
- Posts:
- 20
i was trying to edit it but the theme needs a lot of things to be done..
for example polls didn't worked for the current theme..
whatever i will try to edit the current team... ;)
thx for the help... -
- rank:
-
Professional
- registered:
- June 2003
- Status:
- offline
- last visit:
- 27.08.08
- Posts:
- 1147
create one. use the code below. call it "News-index.htm"
Code
<div class="post">
<div class="title"><!--[$preformat.title]--></div>
</div>
BTW - this is a Xanthia theme, yes? and how about a link to the site? -
- rank:
-
Freshman
- registered:
- June 2005
- Status:
- offline
- last visit:
- 26.11.05
- Posts:
- 20
the site is at a local lan and can be accessed using a vpn connection..
it's a xanthia theme..
i will try to "play" with the news-index.html
and is there any available guide how blocks work at xanthia theme engine? -
- rank:
-
Freshman
- registered:
- June 2005
- Status:
- offline
- last visit:
- 26.11.05
- Posts:
- 20
so installed new xanthia theme and it's working but it's not the one i want..
i actually wanted to display in main page the topics
example :
Topic 1 : Topic 2:
Headline1 headline1
headline2 headline2
headline3 headline3
headline4 headline4
headline5 headline5
