Don't display module when user unregistered - Joomla! Forum - community, help and support


hi,

i want have module on left side menu appear if user not registered. in fact :

user not registered :
- display of cb_login module in left column (left position)
- test module don't display

user registered :
- display of test module @ same place of cb_login before
- dont display cb_login

i don't know how that. suppose need modify html template. use sunshine template 1.0.4 on joomla 1.5 , code :

code: select all

<?php defined( '_jexec' ) or die( 'restricted access' ); ?>
<!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >

<head>

<jdoc:include type="head" />

<?php require("head_includes.php"); ?>

</head>

<body>
    <div id="left_border">
        <div id="right_border">
            <div id="bottom">
                <div id="bottom_right">
                    <div id="bottom_left">
                       <div id="container">
                            <div id="header">
                                <div id="date"><?php echo jhtml::date( 'now', '%a, %d.%m.%y' ); ?></div>
                                <div id="pathway"><jdoc:include type="module" name="breadcrumbs" /></div>
                                <?php if($this->countmodules('user4')) : ?>
                                <div id="search_out">
                                   <div id="search"><jdoc:include type="modules" name="user4" style="xhtml" /></div>
                                </div>
                       <?php endif; ?>
                            </div>
                            <div id="banner_out">
                                <div id="banner_in">
                           <?php if($this->countmodules('banner')) : ?>
                                       <div id="banner"><jdoc:include type="module" name="banners" style="xhtml" /></div>
                                    <?php endif; ?>
                                    <div class="sitetitle"><?php echo $mainframe->getcfg('sitename');?></div>
                                </div>           
                            </div>
                            <div id="topmenu_out">
                                <div id="topmenu_left">
                                    <div id="topmenu_right">
                                       <div id="topmenu"><jdoc:include type="modules" name="user3" style="xhtml" /></div>   
                                    </div>
                                </div>
                            </div>
                            <div id="maincontent">                           
                           <?php if($this->countmodules('left')) : ?>
                                   <div id="left_out"><jdoc:include type="modules" name="left" style="rounded" /></div>
                                <?php endif; ?>         
                        
                        <?php if($this->countmodules('right')) : ?>
                                   <div id="right_out"><jdoc:include type="modules" name="right" style="rounded" /></div>
                                <?php endif; ?>
                                <div id="content_out<?php echo $contentwidth; ?>">
                           <?php if($this->countmodules('user1 or user2')) : ?>
                                        <div class="user_bg">
                                            <div class="user_left">
                                                <div class="user_right">
                                       <?php if($this->countmodules('user1')) : ?>
                                                        <div class="topmodule_user<?php echo $topuserwidth; ?>">
                                                           <div class="user_inside1"><jdoc:include type="modules" name="user1" style="xhtml" /></div>
                                                        </div>
                                                    <?php endif; ?>
                                                    <?php if($this->countmodules('user2')) : ?>
                                                        <div class="separator"></div>
                                                        <div class="topmodule_user<?php echo $topuserwidth; ?>">
                                                           <div class="user_inside"><jdoc:include type="modules" name="user2" style="xhtml" /></div>
                                                        </div>
                                                    <?php endif; ?>
                                                </div>
                                            </div>
                                        </div>
                                    <?php endif; ?>
                                    <div id="content">
                                        <div id="content_border_right">
                                            <div id="content_border_left">
                                                <div id="content_bottom_right">
                                                   <div id="content_bottom_left"><jdoc:include type="component" /></div>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <div class="clr"></div>
                     <?php if($this->countmodules('user5 or user6 or user7')) : ?>
                            <div id="user_bottom">
                                    <div class="user_bg">
                                        <div class="user_left">
                                            <div class="user_right">
                                    <?php if($this->countmodules('user5')) : ?>
                                                    <div class="bottom_user<?php echo $userwidth; ?>">
                                                       <div class="user_inside1"><jdoc:include type="modules" name="user5" style="xhtml" /></div>
                                                    </div>
                                                <?php endif; ?>
                                                <?php if($this->countmodules('user6')) : ?>
                                                    <div class="separator"></div>
                                                    <div class="bottom_user<?php echo $userwidth; ?>">
                                                       <div class="user_inside"><jdoc:include type="modules" name="user6" style="xhtml" /></div>
                                                    </div>
                                                <?php endif; ?>
                                                <?php if($this->countmodules('user7')) : ?>
                                                    <div class="separator"></div>
                                                    <div class="bottom_user<?php echo $userwidth; ?>">
                                                       <div class="user_inside"><jdoc:include type="modules" name="user7" style="xhtml" /></div>
                                                    </div>
                                                <?php endif; ?>
                                            </div>
                                        </div>
                                    </div>
                               </div>
                     <?php endif; ?>
                        </div>
                    </div>
                </div>
            </div>
        <div id="footer">
            <div id="copy">&copy; 2008 <?php echo $mainframe->getcfg('sitename');?> | template <a href="http://www.vonfio.de" target="_blank">vonfio.de</a></div>
            <div id="othermenu">
                <div id="othermenu_in"><jdoc:include type="modules" name="footer" style="xhtml" /></div>
            </div>
        </div>
        </div>
    </div>
</body>
</html>


can me ?






Comments

Popular posts from this blog

How to decompile jsxbin to jsx

Gavik Photoslide GK2: Not able to upload photos - Joomla! Forum - community, help and support

Phoca Guestbook logger registret bruger af - Joomla! Forum - community, help and support