-
AuthorPosts
-
Trimud Friend
Trimud
- Join date:
- May 2006
- Posts:
- 245
- Downloads:
- 36
- Uploads:
- 11
- Thanks:
- 8
- Thanked:
- 55 times in 45 posts
July 27, 2010 at 1:42 pm #152900Hi,
I’m about to release a new free template, based on this wonderful framework. You can take a look here:
http://mozaix.styleware.euI would like to keep T3 logo in the footer but the end users could hide it if they don’t want to show it.
I can’t see any parameter in template administration to do so.This is the code from footer.php file:
$t3_logo = $this->getParam ('setting_t3logo', 't3_logo_light');
if ($t3_logo != 'none') : ?>Maybe I should add custom parameter or else?
Regards,
Yuriysmitheringale Friendsmitheringale
- Join date:
- December 2009
- Posts:
- 236
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 63
- Thanked:
- 44 times in 18 posts
July 27, 2010 at 3:18 pm #350932The t3 logo is controlled by php. You can find the code that controls the apperance of t3 in the folders of the website and change it accordingly. It is here that you can change the link for the t3 logo and things such as the title and so on.
I think the php that controls this is located along this path
templates[ja-template-name]layoutsblocksfooter.php
The code which controls how the t3 logo looks is in the template.css – which specifies the path to the t3 logo image and some other factors.
One way might be to simply find the CSS code and add visibility:hidden; – but this doesn’t really solve the problem (and may cause SEO issues)
Alternatively, you can follow templates[ja-template-name]layoutsblocksfooter.php, look for the powered by information and edit it accordingly.
So, this post gives two ideas to remove th t3 logo – but I can’t answer anything about whether this is even allowed! 🙂
But I hope this helps
<em>@Trimud 187859 wrote:</em><blockquote>Hi,
I’m about to release a new free template, based on this wonderful framework. You can take a look here:
http://mozaix.styleware.euI would like to keep T3 logo in the footer but the end users could hide it if they don’t want to show it.
I can’t see any parameter in template administration to do so.This is the code from footer.php file:
$t3_logo = $this->getParam ('setting_t3logo', 't3_logo_light');
if ($t3_logo != 'none') : ?>Maybe I should add custom parameter or else?
Regards,
Yuriy</blockquote>Trimud FriendTrimud
- Join date:
- May 2006
- Posts:
- 245
- Downloads:
- 36
- Uploads:
- 11
- Thanks:
- 8
- Thanked:
- 55 times in 45 posts
July 27, 2010 at 7:01 pm #350960Hi and thanks for the answer.
I know that the code is in footer.php file.
The code above is taken from this file and sure I can remove itI wanted to know if there is template parameter I can use so that the end user could control whether to show or hide this logo.
aaronfarias Friendaaronfarias
- Join date:
- July 2010
- Posts:
- 132
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 12 times in 12 posts
July 27, 2010 at 7:27 pm #350966But it’s always nice to give credit where credit is due.
ꦯꦸꦕꦶ ꦏꦸꦂꦤꦶꦲꦮꦤ꧀ Friendꦯꦸꦕꦶ ꦏꦸꦂꦤꦶꦲꦮꦤ꧀
- Join date:
- April 2008
- Posts:
- 100
- Downloads:
- 9
- Uploads:
- 11
- Thanks:
- 8
- Thanked:
- 39 times in 32 posts
July 27, 2010 at 8:16 pm #350967it’s already there. you can set it up from the backend
Trimud FriendTrimud
- Join date:
- May 2006
- Posts:
- 245
- Downloads:
- 36
- Uploads:
- 11
- Thanks:
- 8
- Thanked:
- 55 times in 45 posts
July 28, 2010 at 6:00 am #351004I guess you mean this: Show/Hide T3 Logo
But this is in the User tools section of the parameters and it does nothing whether it’s set on Show or Hide.ja_t3_blank template version 1.1.2
jat3 plugin version 1.1.1Khanh Le ModeratorKhanh Le
- Join date:
- November 2013
- Posts:
- 1884
- Downloads:
- 41
- Uploads:
- 31
- Thanks:
- 44
- Thanked:
- 203 times in 131 posts
July 29, 2010 at 1:56 am #351119Profile parameters are declared in Framework plugin (plugins/system/jat3/core/admin/params.xml). However, you can add more parameters for profile by adding params to templateDetails.xml. Parameters in plugin params.xml will be used for all T3v2 templates. Parameters in templateDetails.xml are template specific.
<blockquote>
I think the php that controls this is located along this path
templates[ja-template-name]layoutsblocksfooter.php
</blockquote>
This is for old T3 framework. -
AuthorPosts
This topic contains 8 replies, has 5 voices, and was last updated by Trimud 14 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum