Ok, I added the functionality for this. I've attached the new
glossary.php file to this post...just upload it over the old one...but make the template changes first, naturally.
Find this in your
glossary template:
Code:
<td width="100%"><normalfont><b><a href="index.php?s=$session[sessionhash]">$bbtitle</a> > Glossary</b></normalfont></td>
Right after it, add this:
Code:
<td width="50%" align="right">$view_all</td>
Next, create a template called
glossary_viewall. Enter this into it:
Code:
<normalfont><a href="$bburl/glossary.php?s=$session[sessionhash]&view=all">View All</a></normalfont>
Next, create a template called
glossary_viewall_selected. Enter this into it:
Code:
<normalfont color="white"><b>View All</b></normalfont>
Okay! I think that's it. Here it is in action:
http://www.movieforums.net/glossary.php
Let me know if I've missed anything (more than likely!).