Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
dir alias is not working for me
#1
solved 
Am I making a mistake?
I would like my directory "footprint" to show as "Small Footprint for Old Computers".
It shows footprint (no syntax errors).

Am I doing something wrong here?

The code below is in the section of "menu_alias"

Code:
        {
            "dir":"/footprint/",
            "alias":"Small Footprint for Old Computers"
         },
Reply
#2
Try this
Code:
{
        "dir":"/footprint", <------  Remove the trailing slash
        "alias":"Small Footprint for Old Computers"
},
Reply
#3
(08-19-2021, 09:38 AM)longpanda Wrote: Try this
Code:
{
        "dir":"/footprint", <------  Remove the trailing slash
        "alias":"Small Footprint for Old Computers"
},
Thank you very much!!!
Reply
#4
Solved?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)