-
AuthorPosts
-
hoknight Friend
hoknight
- Join date:
- July 2009
- Posts:
- 400
- Downloads:
- 128
- Uploads:
- 225
- Thanks:
- 110
- Thanked:
- 4 times in 4 posts
June 30, 2015 at 7:36 am #208030Hi,
Can you help to check why the Create Date & Timestamp didn’t show when the function has been enabled?
Module ID: 147Thanks,
Johnny-
jooservices Friend
jooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
June 30, 2015 at 8:42 am #575882Hi there
Please update your access information. I can’t login for inspecting.
You can check into layout file if there is any create date field around.Thank you,
Viet Vuhoknight Friendhoknight
- Join date:
- July 2009
- Posts:
- 400
- Downloads:
- 128
- Uploads:
- 225
- Thanks:
- 110
- Thanked:
- 4 times in 4 posts
June 30, 2015 at 8:47 am #575883Sorry,Please try again
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
June 30, 2015 at 8:59 am #575885Hi there
Please check-out at your side.
<blockquote>Check-out failed with the following error: The user checking out does not match the user who checked out the item.
You are not permitted to use that link to directly access that page (#147).</blockquote>Thank you,
Viet Vuhoknight Friendhoknight
- Join date:
- July 2009
- Posts:
- 400
- Downloads:
- 128
- Uploads:
- 225
- Thanks:
- 110
- Thanked:
- 4 times in 4 posts
June 30, 2015 at 9:02 am #575887All links error?
But I can see all the links working fine.jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
July 6, 2015 at 2:09 am #576379Hi there
# No. I mean your backend in checked-out. And your provided account does not have permission to check-in.
# Please upgrade account Super Administrator for inspecting.Thank you,
Viet Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
July 6, 2015 at 2:09 am #642700Hi there
# No. I mean your backend in checked-out. And your provided account does not have permission to check-in.
# Please upgrade account Super Administrator for inspecting.Thank you,
Viet Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
July 6, 2015 at 2:09 am #741357Hi there
# No. I mean your backend in checked-out. And your provided account does not have permission to check-in.
# Please upgrade account Super Administrator for inspecting.Thank you,
Viet Vuhoknight Friendhoknight
- Join date:
- July 2009
- Posts:
- 400
- Downloads:
- 128
- Uploads:
- 225
- Thanks:
- 110
- Thanked:
- 4 times in 4 posts
July 6, 2015 at 2:25 am #576383OK. Checked-in already.Please try again.
hoknight Friendhoknight
- Join date:
- July 2009
- Posts:
- 400
- Downloads:
- 128
- Uploads:
- 225
- Thanks:
- 110
- Thanked:
- 4 times in 4 posts
July 6, 2015 at 2:25 am #642704OK. Checked-in already.Please try again.
hoknight Friendhoknight
- Join date:
- July 2009
- Posts:
- 400
- Downloads:
- 128
- Uploads:
- 225
- Thanks:
- 110
- Thanked:
- 4 times in 4 posts
July 6, 2015 at 2:25 am #741361OK. Checked-in already.Please try again.
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
July 6, 2015 at 4:39 am #576426Hi there
Please provide CPanel / FTP access. I need your check code.Thank you,
Viet Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
July 7, 2015 at 8:22 am #576598Hi there
I have done. Please check it at your side.
You have wrong configuration.<?php
foreach ($rows as $i=>$row){
if($i>=$introitems) break;
?><div class="ja-zincontent clearfix">
<h4 class="ja-zintitle">
<a href="<?php echo $row->link;?>" title="<?php echo strip_tags($row->title);?>"><?php echo $row->title;?></a>
</h4><?php if ( $showcreator || $showdate ) : ?>
<div class="ja-zinmeta clearfix">
<?php if ($showdate) : ?>
<span class="createdate">
<?php echo $row->created?>
<?php if ($showcreator) : ?> | <?php endif; ?>
</span>
<?php endif; ?>
<?php if ($showcreator) : ?>
<span class="createby"><?php if(isset($row->author)) echo $row->author;?></span>
<?php endif; ?>
</div>
<?php endif; ?><?php if($showimage) echo $row->image; ?>
<?php
if($maxchars > strlen($row->introtext1)) {
echo $row->introtext;
} else {
echo $row->introtext1;
}
?>
<?php if ($showreadmore) : ?>
<p class="readmore">
<a href="<?php echo $row->link; ?>" title="<?php echo JTEXT::_('JANEWSPRO_READ_MORE');?>">
<span><?php echo JTEXT::_('JANEWSPRO_READ_MORE');?></span>
</a>
</p>
<?php endif; ?>
</div>
<?php unset($rows[$i])?>
<?php }?>and
<?php if($rows){?>
<div class="ja-zinlinks clearfix">
<!--<strong><?php echo JTEXT::_('MORE')?></strong> -->
<ul class="jazin-links">
<?php foreach ($rows as $row){?>
<?php
$introtext = "";
if(strlen(strip_tags($row->introtext))>300){
$intro_process = strip_tags($row->introtext);
$intro_process = substr($intro_process, 0, 300);
$last_space = strrpos($intro_process, ' ');
$introtext = substr($intro_process, 0, $last_space).'...';
}else{
$introtext = $row->introtext;
}
?>
<li>
<span <?php if($showtooltip){?> class="editlinktip jahasTip" title="<?php echo trim(strip_tags($row->title), '"'); ?>::<?php echo htmlspecialchars($row->image.$introtext); ?>"<?php }?>>
<a href="<?php echo $row->link; ?>">
<?php echo $row->title; ?>
</a>
</span>
</li>
<?php }?>
</ul>
</div>
<?php }?>are different part. You are using last block
Thank you,
Viet Vu1 user says Thank You to jooservices for this useful post
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
July 7, 2015 at 8:22 am #642911Hi there
I have done. Please check it at your side.
You have wrong configuration.<?php
foreach ($rows as $i=>$row){
if($i>=$introitems) break;
?><div class="ja-zincontent clearfix">
<h4 class="ja-zintitle">
<a href="<?php echo $row->link;?>" title="<?php echo strip_tags($row->title);?>"><?php echo $row->title;?></a>
</h4><?php if ( $showcreator || $showdate ) : ?>
<div class="ja-zinmeta clearfix">
<?php if ($showdate) : ?>
<span class="createdate">
<?php echo $row->created?>
<?php if ($showcreator) : ?> | <?php endif; ?>
</span>
<?php endif; ?>
<?php if ($showcreator) : ?>
<span class="createby"><?php if(isset($row->author)) echo $row->author;?></span>
<?php endif; ?>
</div>
<?php endif; ?><?php if($showimage) echo $row->image; ?>
<?php
if($maxchars > strlen($row->introtext1)) {
echo $row->introtext;
} else {
echo $row->introtext1;
}
?>
<?php if ($showreadmore) : ?>
<p class="readmore">
<a href="<?php echo $row->link; ?>" title="<?php echo JTEXT::_('JANEWSPRO_READ_MORE');?>">
<span><?php echo JTEXT::_('JANEWSPRO_READ_MORE');?></span>
</a>
</p>
<?php endif; ?>
</div>
<?php unset($rows[$i])?>
<?php }?>and
<?php if($rows){?>
<div class="ja-zinlinks clearfix">
<!--<strong><?php echo JTEXT::_('MORE')?></strong> -->
<ul class="jazin-links">
<?php foreach ($rows as $row){?>
<?php
$introtext = "";
if(strlen(strip_tags($row->introtext))>300){
$intro_process = strip_tags($row->introtext);
$intro_process = substr($intro_process, 0, 300);
$last_space = strrpos($intro_process, ' ');
$introtext = substr($intro_process, 0, $last_space).'...';
}else{
$introtext = $row->introtext;
}
?>
<li>
<span <?php if($showtooltip){?> class="editlinktip jahasTip" title="<?php echo trim(strip_tags($row->title), '"'); ?>::<?php echo htmlspecialchars($row->image.$introtext); ?>"<?php }?>>
<a href="<?php echo $row->link; ?>">
<?php echo $row->title; ?>
</a>
</span>
</li>
<?php }?>
</ul>
</div>
<?php }?>are different part. You are using last block
Thank you,
Viet Vu1 user says Thank You to jooservices for this useful post
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
July 7, 2015 at 8:22 am #741568Hi there
I have done. Please check it at your side.
You have wrong configuration.<?php
foreach ($rows as $i=>$row){
if($i>=$introitems) break;
?><div class="ja-zincontent clearfix">
<h4 class="ja-zintitle">
<a href="<?php echo $row->link;?>" title="<?php echo strip_tags($row->title);?>"><?php echo $row->title;?></a>
</h4><?php if ( $showcreator || $showdate ) : ?>
<div class="ja-zinmeta clearfix">
<?php if ($showdate) : ?>
<span class="createdate">
<?php echo $row->created?>
<?php if ($showcreator) : ?> | <?php endif; ?>
</span>
<?php endif; ?>
<?php if ($showcreator) : ?>
<span class="createby"><?php if(isset($row->author)) echo $row->author;?></span>
<?php endif; ?>
</div>
<?php endif; ?><?php if($showimage) echo $row->image; ?>
<?php
if($maxchars > strlen($row->introtext1)) {
echo $row->introtext;
} else {
echo $row->introtext1;
}
?>
<?php if ($showreadmore) : ?>
<p class="readmore">
<a href="<?php echo $row->link; ?>" title="<?php echo JTEXT::_('JANEWSPRO_READ_MORE');?>">
<span><?php echo JTEXT::_('JANEWSPRO_READ_MORE');?></span>
</a>
</p>
<?php endif; ?>
</div>
<?php unset($rows[$i])?>
<?php }?>and
<?php if($rows){?>
<div class="ja-zinlinks clearfix">
<!--<strong><?php echo JTEXT::_('MORE')?></strong> -->
<ul class="jazin-links">
<?php foreach ($rows as $row){?>
<?php
$introtext = "";
if(strlen(strip_tags($row->introtext))>300){
$intro_process = strip_tags($row->introtext);
$intro_process = substr($intro_process, 0, 300);
$last_space = strrpos($intro_process, ' ');
$introtext = substr($intro_process, 0, $last_space).'...';
}else{
$introtext = $row->introtext;
}
?>
<li>
<span <?php if($showtooltip){?> class="editlinktip jahasTip" title="<?php echo trim(strip_tags($row->title), '"'); ?>::<?php echo htmlspecialchars($row->image.$introtext); ?>"<?php }?>>
<a href="<?php echo $row->link; ?>">
<?php echo $row->title; ?>
</a>
</span>
</li>
<?php }?>
</ul>
</div>
<?php }?>are different part. You are using last block
Thank you,
Viet Vu1 user says Thank You to jooservices for this useful post
-
AuthorPosts
Viewing 15 posts - 1 through 15 (of 15 total)This topic contains 15 replies, has 2 voices, and was last updated by jooservices 9 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum