Made edits to the custom user profile fields - any maintenance needed?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • stardotstar
    Member
    • Feb 2007
    • 83

    Made edits to the custom user profile fields - any maintenance needed?

    Hi,

    I have, over time made some trivial edits to the way that my custom user profile fields display in the postbit.

    I have also tuned the actual user profile fields themselves.

    For example where I have had a user selectable profile field set to

    alignonce


    I have changed it to Align_Once

    The template hooks the field name and appends .gif and therefore I have ensured that Align_Once.gif is in place when called for by:

    Code:
    <if condition="$post[field9]"><img src="images/radios/$post[field9].gif"></if>
    I am noticing in my apache logs some file not found errors for the older version of the image "alignonce.gif" and have begun to wonder how any cache or other internal template context might be causing some broken displays out there.

    Code:
    [Sat Oct 17 11:20:36 2009] [error] [client 118.***.99.***] File does not exist: .......images/radios/alignonce.gif, referer: http://www.*******.com.au/forums/showthread.php?p=1218865#post1218865
    Do I need to update any counters or do any maintenance if I edit these user profile fields - or is it inconsequential what the "name" is since it is a placeholder for an array value that has not changed - ie $post[field9] value = what ever is currently the assigned value of drop down entry 2 (for example) rather than still = alignonce.

    TIA
    Will


    EDIT/UPDATE

    it seems that the value that was in place when the user selected it is what goes into the user's field in the database - therefore if I change an entry and file name it points to the old value is lost. To get around this I have ensured that a copy of the old value as an image remains. Other than doing an sql replacement in mysql I can't see that this can be fixed unless the user goes back in and reselects their value.
    Last edited by stardotstar; Fri 16 Oct '09, 4:59pm.
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Working...