I am receiving the following error message on this page:
http://.../modify.php
Any ideas?
I am receiving the following error message on this page:
http://.../modify.php
Any ideas?
Ok figured it out. It is a browser issue. it only shows in firefox but is fine for IE. So im over it
brickholius
Hm, everyone can see the modify info without password - wasn't there a hack ?
So everyone can see email and contact information...
Frank
the MOD to require the password first is part of v3.2E
esm
"The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."
.
It's not a browser issue. I had the same problem.Originally Posted by brickholius
Little change in modify.php will do the trick
change
...
DisplayTemplate($theme_path."modify_select.html",
"\$novar");
....
to
DisplayTemplate($theme_path."modify_select.html",
"\$error_msg");
Can anyone please tell me which file to modify (including path) to remove this same thing on the user_search.php page?Originally Posted by Coval
![]()
user_search.p ?!
Display function at the end ?
Frank
I'm sorry, I don't follow. The page I'm seeing it on is located at http://www.www.website.com/directory...p?pflag=search
I get there by clicking on "Members List" on the top of any main page.
Any thoughts?
Ähm, ok, whats the problem ?
Please send a link.
Frank
URL: http://www.www.richristians.com/ridi...p?pflag=search
Thank you, Frank!![]()
Uff, to much beer this night
I never used member fetures, because I think there will be more bugs in it as you can count in one month, but in this case I don't know where the problem is - I can't see a error message on that site ?!
Frank
Which browser are you using? I read on here that it doesn't seem to show up in a certain browwer, IE I think. I can see it in Firefox. Here's a link to a screenshot from my end.
http://www.richristians.com/images/error_msg.jpg
Firefox...
delete the variable in user_search_results.html template or add the variable as written above in display template function of php-file.
Frank
When you say "Delete the variable", do you mean edit out that snippet of code from user_search_results.html? And if I do, will it negatively affect anything on the user's side as far as not seeing something they should be seeing? (In this case an error message I assume)Originally Posted by Frank71
Yes and I don't know, never used the function, but if it isn't work, I can't see what you miss ?!
Its a member list, if it is open for everyone I don't know what error should appear...
If you are not sure add it in the display function (also not tested by me...).
Frank