Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • ash1111 Friend
    #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”


    1. Untitled
    pdafre4k Friend
    #268516

    i 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.

    questbg Friend
    #268518

    Hi 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
    Chris

    ash1111 Friend
    #268530

    Thanks guys. Both of you were correct.

    mj1256 Friend
    #284291

    or

    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 want

Viewing 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