Version: 1.00, by Zhin Jio
Developer Last Online: Nov 2010
Version: 2.3.x
Rating:
Released: 03-28-2003
Last Update: Never
Installs: 15
No support by the author.
It was beginning to frustrate me that the 'Edit Access Masks' page displayed the forums simply in the order they'd been created. I had several sub-forums on my board that were named the same thing (eg, 'General Info', or 'Public Access'), and I could no longer tell them apart.
What I wanted was a way to display the forum list in the Edit Access Mask page in the same format (heirarchical) as it is displayed in the forum permissions or modify forums pages.
So here's the result of that effort. Note, this is *very* simple hack. It only took about a 1/2 hour to code, but I like it so much better now.
v 1.2 changes:
Fixed that all masks were coming up with 'default' checked instead of the user's setting
v 1.1 changes:
Added support for alternating rows of colors
Took instructions out of forum post and updated instructions in text file
Updated screenshot to show alternating colors
Instructions attached include both upgrade as well as fresh installation instructions.
As always, have fun, and let me know if encounter any problems!
- ZJ
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Let me be the first to install and say, this is something that should have been done a long time ago. Good job.
BTW, your text file has to [/code] variables in it at the end of the pieces of code to add and replace,
Is there a way to have the lines alternate between firstaltcolor and secondaltcolor? Since the access masks radio buttons are all the way to the right, it might make it easier to follow which radio button goes to which line. Also, I have subforums and they show up way to the right of the parent forum instead on like the parent forum shows up for the category.
Today at 05:34 AM Boofo said this in Post #3 Let me be the first to install and say, this is something that should have been done a long time ago. Good job.
Thanks. My first hack. I feel so ... all gooey inside.
Quote:
BTW, your text file has to [/code] variables in it at the end of the pieces of code to add and replace,
Fixed, thanks.
Quote:
Is there a way to have the lines alternate between firstaltcolor and secondaltcolor? Since the access masks radio buttons are all the way to the right, it might make it easier to follow which radio button goes to which line. Also, I have subforums and they show up way to the right of the parent forum instead on like the parent forum shows up for the category.
First, on the colors. Done. I just updated the instructions and such for upgrading as well as a fresh install. That was a simple tweak to add. Great suggestion, thanks!
As to the second point, I observed that as well. It seems that after one or two levels, the table parser is trying to 'guess' how best to make efficient use of the table's allocated columns and space. IE and Moz both do it, Opera doesn't. *shrug* ... I'm not sure its something I can really fix without adding template changes to use text-indents and such. Again, I was shooting for a simple hack here.
If you feel its a real hindrance to using this hack, repost and let me know, and I'll get complex in the da hizouse.