1
Beta / Re: version 2.4
« on: June 03, 2020, 02:45:33 PM »
When you move mouse to file's icon at list of VFS
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
this should work
{.add folder|real|C:\test|/another-folder/test.}
{.if|{.postvar|name.}={.exists|template/users/{.postvar|name.}.}
the logic of "if" is incoherent, compare text to a boolean value can not function, the syntax is completely revise
you writesomething as: IF (string=boolean) wihout then (and) else end
would not you rather that you are looking to get
to verify if is defined name and exists folder with same name?
{.if|{.and|{.postvar|name.}|{.exists|template/users/{.postvar|name.}.}| true | false /if.}
{.if|{.postvar|name.}={.exists|template/users/{.postvar|name.}.}
[Not found]
Test
thanks for reporting.
if you don't want to wait for the day a new version is officially published ou can find a temp version at http://ge.tt/4NZ1LjP1/v/0
[+request]
{.if|{.pos|iPhone|{.header|User-Agent.}.}|
{:{.load tpl|d:\Server\mobile\iPhone\iPhone.tpl .}:}.}