-
AuthorPosts
-
September 3, 2008 at 1:59 pm #132902
How can I remove the “Powered By” text in the login popup box?
I think when you pay for a template you shouldn’t have to link back.
ALSO: Where it says “Create an account”… how can I make the first letters of the word capitalized. So it would be “Create An Account”
pdafre4k Friendpdafre4k
- Join date:
- September 2007
- Posts:
- 13
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 9
- Thanked:
- 4 times in 3 posts
September 3, 2008 at 2:59 pm #268516i do not know this is allowed or not. if not just delete my post and sorry 🙂
Open: templatesfolder/index.php
Find (Line 72)
hs.creditsText = 'Powered by JA Highslide';Replace with
hs.creditsText = '';for the Create an account i think its on joomla files not the joomlart files.
1 user says Thank You to pdafre4k for this useful post
questbg Friendquestbg
- Join date:
- May 2008
- Posts:
- 1912
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 146
- Thanked:
- 339 times in 197 posts
September 3, 2008 at 3:03 pm #268518Hi ash1111
To be honest, I’ve done this some time ago, but can’t for the life of me remember how!
From what I remember, I had to modify the index.php file. There’s a line in there, something like ‘showCredits’ and ‘creditsText’ which I changed to my own site.
If I remember exactly, I’ll let you know!
Cheers
Chris1 user says Thank You to questbg for this useful post
September 3, 2008 at 4:24 pm #268530Thanks guys. Both of you were correct.
mj1256 Friendmj1256
- Join date:
- June 2007
- Posts:
- 1473
- Downloads:
- 10
- Uploads:
- 35
- Thanks:
- 84
- Thanked:
- 225 times in 118 posts
December 30, 2008 at 4:14 am #284291or
line 69 <script type=”text/javascript”>
hs.graphicsDir = ‘<?php echo $tmpTools->templateurl(); ?>/highslide/graphics/’;
hs.showCredits = true; // you can set this to false if you want
hs.creditsText = ‘Powered by JA Highslide’;
hs.creditsHref = ‘http://joomlart.com/’;
hs.creditsTitle =’Go to the Highslide JA homepage’;
</script>set
hs.showCredits = true; // you can set this to false if you want
to
hs.showCredits = false; // you can set this to false if you wantAuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 4 voices, and was last updated by mj1256 15 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How To Remove ‘Powered By’ Text?
Viewing 5 posts - 1 through 5 (of 5 total)