-
AuthorPosts
-
June 2, 2009 at 9:44 am #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 problems1. 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 creationMany Thanks in advance for help with the above
DawnAnonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
June 4, 2009 at 2:54 pm #306906Hi toffs
current this module does not support your issues.
If you require, i can support you to solve this issueJune 5, 2009 at 7:21 am #307013Yes if you can help me resolve these issues – does this mean there is a charge – if so how much would it cost?
Dawn TonerAnonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
June 5, 2009 at 9:59 am #307027Hi
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>
June 5, 2009 at 1:53 pm #307047Thanks 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
-
AuthorPosts
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