Thankyou for the reply Indranil Das Gupta.

If I want to add any other value in place of 'Tag cloud' then what should i
need to do.

For KOHA-CMS I followed the following link:

http://wiki.koha-community.org/wiki/Koha_as_a_CMS

When I tried to access the test pages it's giving error, that pages does
not exist.

/cgi-bin/koha/pages.pl?p=test

Error::
====

Internal Server Error

The server encountered an internal error or misconfiguration and was unable
to complete your request.

Please contact the server administrator, webmaster@HU-V-KOHASTG and inform
them of the time the error occurred, and anything you might have done that
may have caused the error.

More information about this error may be available in the server error log.



Your support in this regard is highly appreciated

Thanks



On Tue, Feb 17, 2015 at 7:05 PM, Indranil Das Gupta <[email protected]>
wrote:

> Hello,
>
> On Tue, Feb 17, 2015 at 5:59 PM, Ahmad Amanullah Khan
> <[email protected]> wrote:
>
> > I want to customize the option below search bar on OPAC. Currently
> > available options are 'Authority Search', 'Tag Cloud' and 'Advance
> Search'.
> > Please let me know how i can customize these values OR hide these values.
>
> You haven't mentioned what is your Koha version. Assuming it is one of
> the latest stable release using bootstrap theme, this can be done
> rather easily using a bit of jQuery in the opacuserjs syspref.
>
> To hide *all* the additional search options:
>
> $("‪#‎moresearches‬").hide();
>
> To hide a specific additional search option, say "Advanced search":
>
> $("li:contains('Advanced search')").hide();
>
> To change the text of "Authority search" to read say "Search authority
> files":
>
> $("a:contains('Authority search')").text("Search authority files");
>
> > My institution requirement is to use KOHA as CMS so that we have library
> > content pages hosted on KOHA. I got a guide but that is not working for
> me.
> > Please help me to sort out these two important tasks.
>
> Too little information provided: which guide? what are the *exact*
> steps you took? what didn't work?
>
> cheers,
> -idg
>
>
> --
> Indranil Das Gupta
>
> Phone : +91-98300-20971
> Blog    : http://indradg.randomink.org/blog
> IRC      : indradg on irc://irc.freenode.net
> Twitter : indradg
>
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-
> Please exchange editable Office documents only in ODF Format. No other
> format is acceptable. Support Open Standards.
>
> For a free editor supporting ODF, please visit LibreOffice -
> http://www.documentfoundation.org
>



-- 


“*Testing is an infinite process of comparing the invisible to the
ambiguous in order to avoid the unthinkable happening to the anonymous.” -**
James Bach*


*Best Regards,*

*Ahmad Amanullah Khan*
------------------------------------------------------------------------------------------------------
Gmail : [email protected] <[email protected]>
Skype: ahmad.khan922
LinkedIn: http://linkedin.com/in/aaukhan
Cell: +92 314 2042060
-------------------------------------------------------------------------------------------------------
_______________________________________________
Koha mailing list  http://koha-community.org
[email protected]
http://lists.katipo.co.nz/mailman/listinfo/koha

Reply via email to