Two main reasons for putting it in modcp :
- I think it should be available to moderators
- It's easier to put in there
I mean in terms of manipulations. But either way has its own pro & con.
Btw, I'm currently modifying the code to reflect some changes :
- Adding a header and a footer for each category, with some space between them
- Replacing hard-coded string with vbphrases as much as possible (that was funny to see the mix of languages in your screenshot
)
I think this will be online very soon. And thank you for you reports.
Quote:
Originally Posted by Mike-D
I'm a lil bit confused about the "contruct_nav" things. Can you help me? -Mike
|
You add all your options then at the end the title. Not harder than that
PHP Code:
construct_nav_spacer();
construct_nav_option('option 1', 'prog1.php?');
construct_nav_option('option 2', 'prog2.php?');
construct_nav_option('option 3', 'prog3.php?');
construct_nav_option('option 4', 'prog4.php?');
construct_nav_group('Title');