[Koha] Making changes to the text on the OPAC My Account page

Daniel G dgrobani at samuelmerritt.edu
Fri Aug 21 11:04:15 NZST 2009


Scott,

I did something very similar to our opac using jQuery. Try adding this code
to opacuserjs in system preferences:

$(function() {
    $("#auth div").html("<h5>Don't remember your password?</h5><p>The
default password is the year of your birth.</p><h5>Do I have to have a
library card to check out materials?</h5><p>You do not need a library card.
For LCC Employees and students you only need your LCC ID card. For community
patrons you need your driver’s license or state issued ID card.</p>");
    $("#further li:last").remove();
});

You may need to tweak the HTML to your liking.

Cheers,
Daniel


Scott Zollars wrote:
> 
> I would like to makes some changes to the text that is currently on the
> My Account page of our OPAC. Currently under the login and password
> boxes it says:
> 
>  
> 
> Don't have a password yet?
> 
> If you don't have a password yet, stop by the circulation desk the next
> time you're in the library. We'll happily set one up for you.
> 
> Don't have a library card?
> 
> If you don't have a library card, stop by your local library to sign up.
> 
> 
> Labette Community College * 200 S. 14th Street * Parsons, KS 67357 *
> 1-620-421-6700 or 1-888-Labette (522-3883)
> 
>  
> 
> I would like to make it say :
> 
>  
> 
> 
> Don't remember your password?
> 
> 
> The default password is the year of your birth.
> 
> 
> Do I have to have a library card to check out materials?
> 
> 
> You do not need a library card. For LCC Employees and students you only
> need your LCC ID card. For community patrons you need your driver's
> license or state issued ID card.
> 
> Labette Community College * 200 S. 14th Street * Parsons, KS 67357 *
> 1-620-421-6700 or 1-888-Labette (522-3883)
> 
> I have looked in the settings and am unable to locate where to do this.
> Any suggestions?
> 
>  
> 
> Scotty
> 
> "You must try to generate happiness. If you aren't happy in one place,
> chances are you  won't be happy anyplace" Ernie Banks, former Chicago
> Cub
> 
>  
> 
> 
> _______________________________________________
> Koha mailing list
> Koha at lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
> 
> 

-- 
View this message in context: http://www.nabble.com/Making-changes-to-the-text-on-the-OPAC-My-Account-page-tp25065643p25071581.html
Sent from the Koha - Discuss mailing list archive at Nabble.com.



More information about the Koha mailing list