Jump to content

Conditional for ForumID in forumTable Template?


GrooveOnBeat

Recommended Posts

I'm trying to call several forum ID's in the forumTable template. The attributes that are available are "$table" and "$rows". I tried the following but they didn't work;

didn't work
{{if in_array($table->id, array(5,6,7))}}

didn't work
{{if in_array($table->Id, array(5,6,7))}}

didn't work
{{if in_array($table->uniqueId, array(5,6,7))}}

didn't work
{{if in_array($rows->id, array(5,6,7))}}

didn't work
{{if in_array($rows->uniqueId, array(5,6,7))}}

Any ideas? :unsure:

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Upcoming Events

    No upcoming events found
×
×
  • Create New...