meadwench wrote:
I'll look into both the code and css, see what I can do. It's odd that it displayed fine in the old standard Joomla template, but has issues in this one.
I see that when you press "printer friendly" it shows fine. Try applying the same css to the screen. (if you need help on how to do it, send me a pm or contact me via instant messager)
meadwench wrote:
Oh, and I'm getting an odd problem you may have run into before: People are logging in, and when they click to the menu for the recipes and click to add a new recipe, they get the error: 'Sorry, you don't have rights to add or delete a recipe. Please login or create an account on Gotmead to add recipes.' So, this has happened in both IE and Firefox to multiple people on multiple computers all over the country, so its not just me. I'm completely puzzled by this, since it doesn't happen all the time, just some of the time.
Any ideas? I'm getting desperate on this issue.
I have never gotten this problem before. My wife used to run the component in her own site and we never had this problem ever.
I created an account and I added a recipe in your site, and I didnt meet any problem at all: recipe id 66: Mead By Euell Gibbons
I tried both from IE and firefox and I had no problems at all. I cannot understand what happens.
The code that controls what will appear there (the form or the "you have no rights to add" message) is very simple:
Code:
If user is logged-in
show the form
else
show the message
So, if it shows the message, it is because it believes that the user is not logged in.
Can you check with one of the users that report this: when they see the message, do they see the login part of the login module, or they see only "Hi, user" ?