-
AuthorPosts
-
December 13, 2009 at 5:54 pm #146810
Please, explain how can we get rid of links in categories names (JA News2)? :confused:
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
December 14, 2009 at 6:53 am #326472Hi korely
Please open modulesmod_janews2tmplblog_item.php file, find following code section:
<?php if ($showcattitle) : ?>
<div class="ja-zincat clearfix">
<h3>
<a href="<?php echo $clink;?>" title="<?php echo trim(strip_tags($cdesc));?>">
<span><?php echo $ctitle;?></span>
</a>
</h3>
</div>
<?php endif; ?>
and change to:
<?php if ($showcattitle) : ?>
<div class="ja-zincat clearfix">
<h3><span><?php echo $ctitle;?></span>
</h3>
</div>
<?php endif; ?>
December 14, 2009 at 7:15 am #326476I’m sorry,
how can we get rid of links in section names? (JA News2)…
December 14, 2009 at 11:19 am #326531Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
December 15, 2009 at 6:38 am #326600Hi koewly,
Please open modulesmod_janews2tmplblog.php file, find following code section:
<h2>
<a href="<?php echo $slink;?>" title="<?php echo trim(strip_tags($sdesc));?>">
<span><?php echo $stitle;?></span>
</a>
</h2>
and change to:
<h2><span><?php echo $stitle;?></span>
</h2>
December 15, 2009 at 5:05 pm #326675Great! Tnx a lot 😎
December 19, 2009 at 3:26 pm #327010And how can we get rid this?
Thx a lot!
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
December 21, 2009 at 9:16 am #327081Hi korely
I would like to answer your questions as follows:
+ you are here:
=> open templatesja_teline_iiilayoutsblocksmainnav.php file, find following code section and remove:
<div class="ja-breadcrums">
<strong><?php echo JText::_('You are here')?></strong> <jdoc:include type="module" name="breadcrumbs" />
</div>
+ image 2:
=> open templatesja_teline_iiilayoutsblocksheader.php, find following code section and remove:<p class="ja-day">
<?php
echo "<span class="day">".date ('l')."</span>";
echo "<span class="date">, ".date ('M')." ".date ('d').date ('S')."</span>";
?>
</p><p class="ja-updatetime"><span><?php echo JText::_('Last update')?></span><em><?php echo $this->getLastUpdate(); ?></em></p>
+ image 3:
=> open templatesja_teline_iiilayoutsblocksfooter.php file, find following code section and remove:
<ul class="ja-links">
<li class="layout-switcher"><?php $this->loadBlock('usertools/layout-switcher') ?></li>
<li class="user-reset"><?php $this->loadBlock('usertools/reset') ?></li>
<li class="top"><a href="<?php echo $this->getCurrentURL();?>#Top" title="<?php echo JText::_('Back to Top')?>"><?php echo JText::_('Top')?></a></li>
</ul>
December 23, 2009 at 5:16 pm #327331Thank you! It works 🙂
How to delete it:
??
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 25, 2009 at 3:02 am #327460Please open the file: modulesmod_janews2tmplblog_item.php and remove a line code at line 90
[PHP] echo “<strong>”.JTEXT::_(‘MORE:’).”</strong>n”;[/PHP]
-
AuthorPosts
This topic contains 10 replies, has 3 voices, and was last updated by Saguaros 14 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum