Not signed in (Sign In)

Categories

Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
  1.  # 1
    I know the filebrowser was previously change from using . as a file prefix for config stuff/thumbnails to now using _ as . caused an issue on some unix systems, but for some reason my new hosting setup (running cpanel) wont let me view files prefixed with _.
    I also know that filebrowser isnt being touched code-wise for quite some time, but if i could put in a kind request next time you are playing with it to make the prefix a config option it'd be much appreciated mark.

    Alternativly/in the mean time if anyone would like to provide me with some code changes it'd be nice.
    •  
      CommentAuthorBergamot
    • CommentTimeMar 8th 2006 edited
     # 2
    The line in question looks like this:

    if ($Config->DisplayHiddenFiles == "false" && substr($Item,0,1) == "_") $RecordItem = false;

    Sorry I can't give you a linenumber.

    Also, remember to change any references to hidden files (like _config.xml) to their new name.
  2.  # 3
    Handy. Any clues for the thumbnailer?
    •  
      CommentAuthorBergamot
    • CommentTimeMar 8th 2006 edited
     # 4
    } elseif (substr($Item,0,1) == "_") {
    // Ignore "hidden" files
Add your comments
    Username Password
  • Format comments as