Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2693

phpBB Custom Coding • Identifying the type of a forum

$
0
0
:?: Hi all :)

In the 'viewforum_body.html' template, is there a variable that can be used to ascertain the type of the forum?

The goal is to be able to do something like the following...

Line 28

Code:

<!-- IF S_HAS_SUBFORUM and S_IS_CAT --><!-- INCLUDE forumlist_body.html --><!-- ELSEIF S_HAS_SUBFORUM --><!-- INCLUDE subforumlist_body.html --><!-- ENDIF -->
or

Code:

<!-- IF S_HAS_SUBFORUM and S_IS_FORUM --><!-- INCLUDE subforumlist_body.html --><!-- ELSEIF S_HAS_SUBFORUM --><!-- INCLUDE forumlist_body.html --><!-- ENDIF -->
TIA :)

Statistics: Posted by Denis — Thu Jan 25, 2024 2:20 pm



Viewing all articles
Browse latest Browse all 2693

Trending Articles