Page 1 of 1

Wapka TAG Update {{ }}

Posted: Fri Apr 28, 2023 11:07 am
by Administrator
As users are suggesting to update wapka TAG system we decided to change taging system. Previously tag code is start with #% and End With %# like

Code: Select all

#%VAR(test)%#
Now tag code will start with {{ and end with }} so it will be like

Code: Select all

{{VAR(test)}}
more easy.
For chaining @ will can be used like

Code: Select all

{{GET(id)@OR@GET(name)OR(ERR)}}
User don't have to change anything! We will update all Codes on the fly.

Re: Wapka TAG Update {{ }}

Posted: Sat Apr 29, 2023 6:03 am
by anivlears
Do we also need to change the old tags on our created sites?

Re: Wapka TAG Update {{ }}

Posted: Sat Apr 29, 2023 7:03 am
by zunaid
anivlears wrote: Sat Apr 29, 2023 6:03 am Do we also need to change the old tags on our created sites?
you don't have to do anything

Re: Wapka TAG Update {{ }}

Posted: Sun Apr 30, 2023 7:09 am
by anivlears
👍