-
AuthorPosts
-
Fernando Puente Dominguez Friend
Fernando Puente Dominguez
- Join date:
- September 2008
- Posts:
- 30
- Downloads:
- 22
- Uploads:
- 8
- Thanks:
- 4
November 20, 2016 at 7:45 pm #987857Hi,
Situation: Setting up a site both for non-registered and registered users. Home is not visible for registered users unless they logout.
Problem: When registered users click on the site logo, they are not redirected to the home (as per the current access/joomla config).
What I need: provided that it think that it would be impossible to set different menu-links for registerd/non-registered what I need is to: -remove the link, as it does not work for registered users
or
-remove completely the logo/slogan (and maybe replace it with two different custom modules with the logo, one with the link for non-registered and the other for registered users)
Would this be possible? Thanks in advance, Fernando
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 21, 2016 at 3:20 am #987994Hi,
You can find the logo and slogan from templates/ja_university_t3/tpls/blocks/header.php file
Regards
1 user says Thank You to Ninja Lead for this useful post
Fernando Puente Dominguez FriendFernando Puente Dominguez
- Join date:
- September 2008
- Posts:
- 30
- Downloads:
- 22
- Uploads:
- 8
- Thanks:
- 4
January 8, 2017 at 3:29 pm #1000603Thanks, but I need you to be more specific.
Which line exactly at _templates/ja_universityt3/tpls/blocks/header.php should I edit to remove the link from the logo?
Kind regards and thanks in advance,
FernandoNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 9, 2017 at 7:50 am #1000811Hi,
You can find and remove the line 35 to 44 from templates/ja_university_t3/tpls/blocks/header.php file
<a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>"> <?php if($logotype == 'image'): ?> <img class="logo-img" src="<?php echo JURI::base(true) . '/' . $logoimage ?>" alt="<?php echo strip_tags($sitename) ?>" /> <?php endif ?> <?php if($logoimgsm) : ?> <img class="logo-img-sm" src="<?php echo JURI::base(true) . '/' . $logoimgsm ?>" alt="<?php echo strip_tags($sitename) ?>" /> <?php endif ?> <span><?php echo $sitename ?></span> </a> <small class="site-slogan"><?php echo $slogan ?></small>
Remember to backup file before making changes.
Regards
-
AuthorPosts
This topic contains 3 replies, has 2 voices, and was last updated by Ninja Lead 7 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum