Page 1 of 2 12 LastLast
Results 1 to 15 of 17

Thread: <%error_msg%> on modify listing page

  1. #1
    Join Date
    Sep 2004
    Posts
    162

    Default <%error_msg%> on modify listing page

    I am receiving the following error message on this page:

    http://.../modify.php

    Any ideas?

  2. #2
    Join Date
    Sep 2004
    Posts
    162

    Default

    Ok figured it out. It is a browser issue. it only shows in firefox but is fine for IE. So im over it

    brickholius

  3. #3
    Join Date
    Aug 2002
    Location
    Germany
    Posts
    1,180

    Default

    Hm, everyone can see the modify info without password - wasn't there a hack ?
    So everyone can see email and contact information...

    Frank

  4. #4
    Join Date
    Apr 2003
    Location
    Atlanta GA
    Posts
    3,395

    Default

    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."

    .

  5. #5
    Join Date
    Feb 2005
    Posts
    1

    Default

    Quote Originally Posted by brickholius
    Ok figured it out. It is a browser issue. it only shows in firefox but is fine for IE. So im over it

    brickholius
    It's not a browser issue. I had the same problem.
    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");

  6. #6
    Join Date
    Mar 2005
    Posts
    38

    Default

    Quote Originally Posted by Coval
    It's not a browser issue. I had the same problem.
    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?

  7. #7
    Join Date
    Aug 2002
    Location
    Germany
    Posts
    1,180

    Default

    user_search.p ?!
    Display function at the end ?
    Frank

  8. #8
    Join Date
    Mar 2005
    Posts
    38

    Default

    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?

  9. #9
    Join Date
    Aug 2002
    Location
    Germany
    Posts
    1,180

    Default

    Ähm, ok, whats the problem ?
    Please send a link.
    Frank

  10. #10
    Join Date
    Mar 2005
    Posts
    38

  11. #11
    Join Date
    Aug 2002
    Location
    Germany
    Posts
    1,180

    Default

    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

  12. #12
    Join Date
    Mar 2005
    Posts
    38

    Default

    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

  13. #13
    Join Date
    Aug 2002
    Location
    Germany
    Posts
    1,180

    Default

    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

  14. #14
    Join Date
    Mar 2005
    Posts
    38

    Default

    Quote Originally Posted by Frank71
    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)

  15. #15
    Join Date
    Aug 2002
    Location
    Germany
    Posts
    1,180

    Default

    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

Similar Threads

  1. Indexu 3.2
    By aladdin1 in forum v5.x
    Replies: 39
    Last Post: 08-30-2004, 08:11 PM
  2. Index Page - Change (Category Listing)
    By andmunn in forum v5.x
    Replies: 1
    Last Post: 08-08-2004, 02:15 AM
  3. Replies: 10
    Last Post: 07-08-2003, 10:40 PM
  4. Replies: 3
    Last Post: 06-27-2003, 08:54 AM
  5. Modify a link problem!
    By craven in forum v5.x
    Replies: 8
    Last Post: 11-20-2002, 04:48 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •