Comment Tag?

Discuss phpBB 3.0.x in general.
Forum rules
Please post any phpBB 3.1.x related topics in the phpBB 3.1.x discussion forum.
Post Reply
Alfredo Garcia
New member
New member
Posts: 7
Joined: 04 Dec 2011, 06:07

Comment Tag?

Post by Alfredo Garcia »

Hi,

I've been trying to figure out what the comment tag for "new post" is. If there is any. Can you guys help?
User avatar
tumba25
Supporter
Supporter
Posts: 1049
Joined: 24 Oct 2007, 13:10
Real name: Jari Kanerva
Location: Kokkola, Finland.
Contact:

Re: Comment Tag?

Post by tumba25 »

The comment BBCode here is used if you want to add a comment to code or post.
Like this.
Alfredo Garcia
New member
New member
Posts: 7
Joined: 04 Dec 2011, 06:07

Re: Comment Tag?

Post by Alfredo Garcia »

No I meant a comment tag like so:

Code: Select all

<!-- IF NEW_FORUM_POST -->
User avatar
tumba25
Supporter
Supporter
Posts: 1049
Joined: 24 Oct 2007, 13:10
Real name: Jari Kanerva
Location: Kokkola, Finland.
Contact:

Re: Comment Tag?

Post by tumba25 »

Those are called tempate vars. You need to look in viewtopic or viewforum. If you want it on some external page you need to create it.
Alfredo Garcia
New member
New member
Posts: 7
Joined: 04 Dec 2011, 06:07

Re: Comment Tag?

Post by Alfredo Garcia »

Hi,

Thanks for helping! I finally figured it out. It is this:

Code: Select all

<!-- IF forumrow.S_UNREAD_FORUM --><!-- ENDIF -->
Post Reply