Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

How do I do articles list like news list?

Asked Modified Viewed 1,626 times
M
Mehmet
M
Mehmet 10
Mehmet (PHP
i54.tinypic.com/2eowvvq.png
Fusion Turkish Support Site Moderator)
  • Member, joined since
  • Contributed 54 posts on the community forums.
  • Started 10 threads in the forums
  • Started this discussions
asked
Member

Hi everyone,

As I wrote in the thread title, How do I do it?

Sample in news.php:
         echo "<!--news_prepost_".$i."-->\n";
         render_news($news_subject, $news_news, $news_info);


I'm wanting to add like below code;
         echo "<!--articles_prepost_".$i."-->\n";
         render_article($article_subject, $article[$_GET['rowstart']], $article_info);


And thus theme settings will activate in articles list. And give good display.

If you help to me, I will be happy. Thanks.

I think it's must be in core for good view. I will write it on http://next.php-fusion.co.uk.
0 replies

Poll: Do you want the new view for articles?

    Absolutely. [1/4]25 %
    May be. [2/4]50 %
    Not important for me. Usually I don't use artciles. [1/4]25 %
There are no post found.

Labels

None yet

Statistics

  • Views 0 views
  • Posts 0 posts
  • Votes 0 votes
  • Topic users 1 member

1 participant

M
M
Mehmet 10
Mehmet (PHP
i54.tinypic.com/2eowvvq.png
Fusion Turkish Support Site Moderator)
  • Member, joined since
  • Contributed 54 posts on the community forums.
  • Started 10 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet