Thanks again.
HTML Code:
<if condition="in_array($forumid, array(16,45,46))">
is working as it should. Will add the additional conditions as suggested and report back.
--------------- Added [DATE]1349212564[/DATE] at [TIME]1349212564[/TIME] ---------------
That did the trick.
What I ended up with:
HTML Code:
<if condition="in_array($forumid, array(16,45,46)) AND in_array(THIS_SCRIPT, array('forumdisplay', 'showthread', 'newthread', 'newreply'))">
<phrase 1=$LMR_date>$vbphrase[tug_lmr_date]</phrase><br />
</if>
If I find I missed any needed templates, I can always add them in.
I figured it would be best to test for forumid first, as that would give more rejections right away than testing for the script first. Is this proper thinking to minimize server load?
Sure does seem strange to get those spurious forum numbers returned by forumid, but what the heck, this makes it a non-issue.
Thanks again. I really appreciate those of you who give of your time to help out those of us with less programming knowledge.