cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

trying to shorten a path in siteprefs to see file in unzipped application folder

bfriesen
16-Pearl

trying to shorten a path in siteprefs to see file in unzipped application folder

We have a menu file that we are trying to call up, using the siteprefs file. It should get the menu file from the unzipped application folder, but I cannot figure out what the path should look like. The file is located in the custom\lib folder. If I enter the entire path I can see the menu. But that does not work for my other users then. 

 

<Variable name="APTMENUFILE" value="..\custom\lib\menu.cf"/>
</EnvironmentVariables>

 

Thanks

 

Bryon

1 REPLY 1
plutsky
13-Aquamarine
(To:bfriesen)

I don't know where you are using the menu file, but would the ACL get_custom_dir() help?

 

If you are overwriting the main editmenu.cf that would be used at startup, then I think you may be able to just specify "menu.cf" and it will find it in the custom folder.  

Top Tags