Jump to content

Josf

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by Josf

  1. Copy and paste the code in <li><?php echo $award->name ?></li>HERE

    not found deleting /* */

    example:

    <ul>
    <?php foreach($allawards as $award)
    {
    /* To show the image:
    
    <img src="<?php echo $award->image?>" alt="<?php echo $award->descrip?>" />
    */
    
    ?>
    <li><?php echo $award->name ?></li><br> <img src="<?php echo $award->image?>" alt="<?php echo $award->descrip?>" />
    <?php } ?>
    </ul> 

    the

    <br>

    is Enter

    You can made this in the profile_main.tpl

  2. I just download and uploaded all by ftp

    when I type the address in the browser

    I get this message:

    Fatal error: Class 'DB' not found in /public_html/virtual/core/common/SettingsData.class.php on line 28

    Can you make me some suggestion?

    {

    $sql = 'SELECT * FROM ' . TABLE_PREFIX . 'settings';

    line 28 (default) $all_settings = DB::get_results($sql);

    CodonCache::write('site_settings', $all_settings, 'long');

    }

×
×
  • Create New...