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.
I have some question. Why doesn't work - {.load|set.txt|special:strings.} - simultaneously two or more such structures. And how to make upload the contents .txt's of all files from one folder to another place template, how it's done on example - {.load|.}
Will able to choose between a simple link and a "target_blank" link.
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.}
It works as I wanted
{.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
But these pages (not found, deny, overload...etc) load css from the main template, others normally works
[+request]
{.if|{.pos|iPhone|{.header|User-Agent.}.}|
{:{.load tpl|d:\Server\mobile\iPhone\iPhone.tpl .}:}.}