
Today it's a strange day, i loose myself in a glass of water (yes, water, despite my sign below

A variable is strongly recommended

So:
- Code: Select all
<table id="pg">
[[ pagelist
chapterbegin="<tr>"
pages="<td class="paging"><a href='%link%' title='%subtitle%' [b]%active%[/b]>%title%</a></td><td class="pg-r"></td>"
chapterend="</tr>"
onlychapter="name" (If you have more chapters but want to display only one)
isactive="class='activepage' " (this is the goal)
]]
</table>
Or, for example, it could be a thing like this (i don't know how your tabs work):
- Code: Select all
<table id="pg">
[[ pagelist
chapterbegin="<tr>"
pages="<td class="paging"><a href='%link%' title='%subtitle%'>%title%</a></td><td class="[b]%active%[/b]"></td>"
chapterend="</tr>"
onlychapter="name" (If you have more chapters but want to display only one)
isactive="class='[b]pg-r[/b]' " (this is the goal)
]]
</table>
It depends by what html and css elements are used to set the current status
I try on the site i'm realizing, and it works good.