test
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • toffs Friend
    #141623

    Url: http://www.leadingluxurybrands.com
    – Joomla version: 1.5.10
    – Host: Linux moses.joombyte.com
    – PHP version: 5.2.6
    – Mysql version: 5.0.77-community-log
    – Template version: 1.6
    – Quickstart package: installed
    – which WYSIWYG editor? tiny mce 2.0
    – Template modifications: SEO patch
    – Which modules installed? quickstarpackage.
    – Other add on’s installed?
    – Description of problem: A few problems

    1. quote marks, commas to not display correctly in the ja-news module e.g it displays like Today’s – normally in the blog view it shows as Today’s

    2. the tital, description and keywords to not display in the index.php home page
    I have in the configuration file use golbals off as we want different descriptions on each page

    #$use_global_metadesc = ‘0’;
    #
    var $use_global_keywords = ‘0’;
    var $MetaTitle = ‘1’

    3. Also cannot get the author and creation date and time NOT displayed even though in the config file it is set to

    var $MetaAuthor = ‘0’;
    #
    ;
    although in the backend in the global config menu it is not greyed out in the check box either selection – i.e. as to show authors and date and time article creation

    Many Thanks in advance for help with the above
    Dawn

    Anonymous Moderator
    #306906

    Hi toffs

    current this module does not support your issues.
    If you require, i can support you to solve this issue

    toffs Friend
    #307013

    Yes if you can help me resolve these issues – does this mean there is a charge – if so how much would it cost?
    Dawn Toner

    Anonymous Moderator
    #307027

    Hi

    To solve this issue, please open modulesmod_janewstmplblog_item.php file, at about line 45, find following code:


    <h4 class="jazin-title"><a href="<?php echo $link;?>" title="<?php echo strip_tags($row->title);?>"><?php echo $row->title;?></a></h4>

    and change to:


    <h4 class="jazin-title"><a href="<?php echo $link;?>" title="<?php echo strip_tags($row->title);?>"><?php echo $row->title;?></a></h4>
    <span class="createdate">
    <?php echo JHTML::_('date', $rows->created, JText::_('DATE_FORMAT_LC2')); ?>
    </span>

    toffs Friend
    #307047

    Thanks for this fix – and we will use this however we do not want the author to show on the site – I have disabled this on the global configuration as explained above but cannot stop it displaying! Do you know where else it might be feeding from?

    Also do you have a fix for the funny character display as also explained above – this is displaying sometimes and other times it does not?!! e.g. Today’s showing in JA News Module – normally in the blog view it shows as Today’s

    Regards

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

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

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