I have a Conference with 2 schededuled Conferences. The Conference Director asked for it because they have to manage two submissions kind that vary on dates, review process and committes.
OCS review process has been fine for both Conferences, but I need to improve some semantic aspects. These conference have some differences in how they label some functions, for example, the Author role should be called "Author" in one and should be "Artist" in another. I think some conditional clauses can solve some of this cosmetic changes. They are not critical for our conference, but it would be nice if I could achieve some of these improvements. So I am asking for help.
The first change I would like to do is in /plugins/blocks/navigation/block.tpl, where I added a list item. I tried this:
- Code: Select all
{if ($currentSchedConfPath == "Perfomance")} <li>»<a href="http://pkp.sfu.ca" target="_Blank"> Link text</a> {/if}
My aim is that this list item appears only in one of the scheduled conference. The parameter I would like to check is the current schedule conference path, that in my case is "Perfomance".
Thanks in advance.
