Hello Roger,
Thanks for your reply.
Unfortunately that didn't work. I suspect that the reason is because the original results of the conditional is $threadinfo[title] and there is no such information in adv_index. When I tried to do this before I left my previous message, I used the following conditionals separately and none of them worked (I added these lines to the conditionals supplied by Mr. Chapman):
HTML Code:
<else />
<if condition="THIS_SCRIPT == 'adv_index'">
$VBA_PAGE
----------------------------------------------
<else />
<if condition="THIS_SCRIPT == 'adv_index'">
$adv_portal
----------------------------------------------
<else />
<if condition="THIS_SCRIPT == 'adv_index'">
$pagetitle
----------------------------------------------
<else />
<if condition="THIS_SCRIPT == 'adv_portal">
$pagetitle
And of course, I also added another </if> at the end of the conditionals for every <if> I added to the list.
None of those worked, like I said. I thought at least one of them might. Maybe the answer is part of one and part of another. There are a lot of possibilities I guess, but only one right answer.
Thanks again for trying to help.
Jim