Not signed in (Sign In)

Categories

Vanilla 1.1.4 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.
    • CommentAuthorbandsnfans
    • CommentTimeOct 20th 2007
     # 1
    I am trying to modify index.php so that I can specify which directory is the root. My goal is to be able to specify a single variable at the top of the page designating the root of the gallery. It seems there are many Path variables and I am mixing up their functions. If anyone can help clarify which functions I need to modify I would greatly appreciate it.
    • CommentAuthorGrahack
    • CommentTimeOct 22nd 2007 edited
     # 2
    Hi, I'm not sure to understand...
    I had maybe a similar problem: I'm trying to get rid of Windows and I'm migrating to a free OS, so I have to work under the two pathes system. I changed conf/settings.php this way:
    $pref='/data';
    #$pref='E:';
    $Configuration['SETUP_TEST'] = '1';
    $Configuration['APPLICATION_PATH'] = $pref.'/prj/vanilla/FeedPublisher/src/trunk/';
    $Configuration['DATABASE_PATH'] = $Configuration['APPLICATION_PATH'].'conf/database.php';
    $Configuration['LIBRARY_PATH'] = $Configuration['APPLICATION_PATH'].'library/';
    $Configuration['EXTENSIONS_PATH'] = $Configuration['APPLICATION_PATH'].'extensions/';
    $Configuration['LANGUAGES_PATH'] = $Configuration['APPLICATION_PATH'].'languages/';
    $Configuration['THEME_PATH'] = $Configuration['APPLICATION_PATH'].'themes/vanilla/';

    So I can easily change the root path of Vanilla.

    Hope this helps...
    • CommentAuthorbandsnfans
    • CommentTimeOct 23rd 2007
     # 3
    I was talking about the Filebrowser =)
    • CommentAuthorGrahack
    • CommentTimeOct 24th 2007
     # 4
    ooops, didn't see the title of the categorie, sorry...
Add your comments
    Username Password
  • Format comments as