Re: How to selectively use Top/Bottom Text JavaScript., posted by Stefan Ritt on Wed Dec 4 10:15:56 2019
|
In JS, you have access to the browser URL via window.location. So you can write conditional code depending on the actual elog command.
Stefan
John |
Re: How to selectively use Top/Bottom Text JavaScript., posted by John on Wed Dec 4 20:39:41 2019
|
Wow thanks again Stefan for your kind and prompt responses!!
John
Stefan |
Re: How to remove email addresses from Guest Display?, posted by Stefan Ritt on Mon May 9 14:46:54 2005
|
> I would like to have the author email addresses listed only for users which
> have logged in, but not for guest users. In the elogd.cfg file I have:
>
|
Re: How to remove email addresses from Guest Display?, posted by Johan Nyberg on Mon May 9 16:37:08 2005
|
> > I would like to have the author email addresses listed only for users which
> > have logged in, but not for guest users. In the elogd.cfg file I have:
> >
|
Re: How to remove "Remove user" button ?, posted by Andreas Luedeke on Thu Sep 5 11:20:41 2013
|
Mark Campbell wrote:
Is there a way to remove the "Remove user" button from non-Amin users config page? |
Re: How to remove "Remove user" button ?, posted by Mark Campbell on Thu Sep 5 12:56:37 2013
|
Andreas Luedeke wrote:
|
Re: How to put "Quote text" _below_ new message?, posted by David Pilgram on Thu Dec 27 12:52:00 2012
|
Valentin wrote:
Hi there, |
Re: How to put "Quote text" _below_ new message?, posted by Stefan Ritt on Mon Jan 7 16:43:27 2013
|
If you use HTML encoding, you can do that with
Prepend on reply = <br />
to achieve the same thing (as I did just here in this reply). |