userfile path
I am still having issues with the userfiles directory.
1. Uploading Images - File Path
All image uploads should insert/update into the directory /userfiles/999 with 999 being the id from the tbl_directorylistings or customerid from other tables.
All image inserts (create and update pages) should insert the full path to the database ie hotlinewebsites.com/userfiles/999/profile or 999/horses etc
accounts/update_profile_pics_about.php line 159 - This change is made in the interface - Jo 6/3/15 2015 str_replace("#","#",$CKEditor_config["uiColor"]):"#eee")."&theme=webassist_v2&showsidebar=false&startup_folder=/hotpage/"; The forward slash before hotpage removes the userfile folder function
str_replace("#","#",$CKEditor_config["uiColor"]):"#eee")."&theme=webassist_v2&showsidebar=false&startup_folder=hotpage/"; This code will insert to the correct users directory but till NOT work because the path is userfiles/6636hotpage/myimage.jpg
Related Question - Will upload, file manager and html editor all on one update page create a problem? http://hotlinewebsites.com/manage/post_update_basic.php?postid=2805 (html editor is uploading to userfiles )
I need to insert the full path - Likely a paid support item but I would like to resolve the above first if possible