MBTIBlogProjectNotes
From MBTINebulousWiki
Contents |
Modifications
- List of all mods
- Sorry for bad formatting here.
Added to all skins:
- Make sure Headings are consistant size
- Admin nav added to all pages (placement ain't consistant)
<div class="bSideItem"> <h3><left><?php echo T_('Login/Post/Logout') ?></left></h3> <ul> <?php user_login_link( '<li>', '</li>' ); user_register_link( '<li>', '</li>' ); user_admin_link( '<li>', '</li>' ); user_profile_link( '<li>', '</li>' ); user_subs_link( '<li>', '</li>' ); user_logout_link( '<li>', '</li>' ); ?> </ul> </div>
- Linkblog added to all for easier Navigation
<?php // -------------------------- LINKBLOG INCLUDED HERE ----------------------------- require( dirname(__FILE__).'/_linkblog.php' ); // -------------------------------- END OF LINKBLOG ---------------------------------- ?>
- For MainBlog Custom Skin
- Added Alphasorted Blog Roster list
- CODE added at end of _bloglist.php - THANKS TO SDALEK!
// Output: echo $blog_list_start; sort($blog_links); echo implode( $blog_list_separator, $blog_links ); echo $blog_list_end;
- Customized with resized picture, sidebar, etc
Admin "special" pages
- LINKBLOG
- Turn OFF AUTO-P Text Renderer
- DO not show admin pages in public blog
--Rivercrow 20:14, 4 September 2006 (PDT)
