Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • magikguy Friend
    #136132

    Hello Everyone!

    Okay, I have managed to re-create the user 7/8/9 modules on my own website, however I am having a little trouble trying to align the text next to the image.

    For some reason, when I select any of the text options associated with an image, it doesn’t appear the same way as with the demo.

    Moreover, how do I change the information situated at the bottom of the website, below the footer, i.e. RSS/CSS etc: as the links aren’t working for me?

    Many thanks!

    Stefan

    scotty Friend
    #282276

    In the demo site the images are placed inside a <div> with some styling like so…

    <h3>User 8 Module</h3>
    <div style="padding: 5px 10px 5px 0pt; float: left;">
    <img hspace="0" height="75" border="0" width="60" vspace="0"
    title="Sample Image" alt="Sample Image" src="images/stories/sample_1s.jpg"/></div>

    Fames neque lorem nunc Praesent ante
    vitae non Mauris cursus nisl. Ac malesuada eget ut pulvinar pede
    sit libero sit. Ante id elit.

    To remove the icons at the bottom (J 1.5) open templates/ja_zebrian/index.php and find near the end…


    <div id="ja-cert">
    <a href="<?php echo JURI::base();?>/index.php?option=com_rss&feed=RSS2.0&no_html=1" target="_blank" title="RSS 2.0" style="text-decoration: none;">
    <img src="<?php echo $tmpTools->templateurl();?>/images/but-rss.gif" alt="RSS 2.0" />
    </a>
    <?php if ($tmpTools->getParam(JA_TOOL_MENU) != 3 ) { ?>
    <a href="http://jigsaw.w3.org/css-validator/validator?uri=<?php echo JURI::base();?>" target="_blank" title="Our site is valid CSS" style="text-decoration: none;">
    <img src="<?php echo $tmpTools->templateurl();?>/images/but-css.gif" alt="Our site is valid CSS" />
    </a>
    <?php } ?>
    <a href="http://validator.w3.org/check/referer" target="_blank" title="Our site is valid XHTML 1.0 Transitional" style="text-decoration: none;">
    <img src="<?php echo $tmpTools->templateurl();?>/images/but-xhtml10.gif" alt="Our site is valid XHTML 1.0 Transitional" />
    </a>
    <a href="<?php echo $tmpTools->getCurrentURL();?>#Top" title="Go to top" style="text-decoration: none;">
    <img src="<?php echo $tmpTools->templateurl();?>/images/but-top.gif" alt="Go to top!" />
    </a>
    </div>
    </div>
    </div>
    <!-- END: FOOTER -->

    and change to…

    </div>
    <!-- END: FOOTER -->

    magikguy Friend
    #282319

    Thank you very much for your help Scotty! 🙂

    Hopefully I will continue to learn all things Joomla and will one day be able to help other people 🙂

    Another quick question, what does the Breadcrumbs module do?

    Regards,

    Stefan

    scotty Friend
    #282324

    Your Welcome!

    The ‘breadcrumbs’ are a trail of links. They normally look something like..

    Home>Cars>BMW>535i

    It shows the hierarchy of the page you are on NOT the history of links you have clicked.

    magikguy Friend
    #282397

    Gotchya Scotty, one again many thanks!! 🙂

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  magikguy 15 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum