[Koha-bugs] [Bug 9254] New option to block patrons from changing messaging preferences in OPAC

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 29 12:39:51 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9254

jvr <jvr at fct.unl.pt> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jvr at fct.unl.pt

--- Comment #33 from jvr <jvr at fct.unl.pt> ---
Hello All,

I have been playing around with Koha since version 2.xx.

So, version 3.xx is better than 2.xx and this conversion (id=9254) started by
Victor Fernandes 2012-12-10 15:18:28, 4 years ago, still with no solution
because you don´t want to see the solution and we are all one tracked mind.

The solution is not to amend or the change the existing code (Koha's
programmers don´t have time for that, please note, I am not a Koha programmer),
but to understand want Koha already has in its framework that no one uses
because no one sees it in front of their eyes...

I am talking about OPACUuserCSS property in Administration System Preferences.

CSS is there to change the aspect of your OPAC, so why not use it ?

Remember what your question is? Answer: You just want to hide something...

If you want to hide an hiperlink in OPAC that use CSS to hide it with a
value="display: none", and it is just what all you are waiting for 4 years.

For example, to hide the message's hipelink use the following block code. 

#usermenu ul li a[href="/cgi-bin/koha/opac-messaging.pl"] {
  display: none;
}

Please open your minds for similar problems that can be resolved in the use of
OPACUserCSS...

Thank you and please don't ask the community to change Koha coding when it is
working well, doing that will create another problem that needs to be taken
care later...

For more information goto https://bd2.fct.unl.pt/wiki_koha/#99-pt (sorry mainly
in portuguese language)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list