zensoft
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form DB] Message in place of the empty TableHi I have solved so
[cfdb-table form="Modulo di contatto 1" show="Crediti,Anno" trans="Anni=Concat(' ', Anno)&&SumField(Crediti,Anno)" tfilter="Submitted Login=$user_login"]
thanks to the availability
Forum: Plugins
In reply to: [Contact Form DB] Message in place of the empty TableCan I not even choose which items display when there are no data?
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] Responsive Lightbox for single imageI do not know Angel, but the suggestion that they gave me work, I just hope that they will automatically
Forum: Plugins
In reply to: [Yoast SEO] Yoast don't generate Sitemapbecause if I install it on other sites work? other sites have the same version WordPress and the same template?
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] Responsive Lightbox for single imageIn the next version you will do this implementation? That is, to enter the lightbox effect automatically into single image?
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] Responsive Lightbox for single imageOk thank you, I understand.
It works, but you can not do it automatically?
You must always put the code by hand?Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] Responsive Lightbox for single imageThanks, but not it is working.
This is the link with the change<img class="aligncenter wp-image-34 size-full" src="https://www.wordpressnapoli.it/wp-content/uploads/2015/11/Wordpress-Backend.png" alt="Wordpress Backend" width="1273" height="589" data-rel="lightbox"/>
because it does not work?
Forum: Plugins
In reply to: [BuddyPress Custom Profile Menu] Tab I created is not seen by all usersOk.
I am working on a test site, at the end of the work I install it on the official website, if I buy the Pro version can do it?Thanks a lot Michael, you were very kind and professional.
Thanks and thanks again.the code I used is this:
[cfdb-table form="Modulo di contatto 1" trans="Anni=Concat(' ', Anno)&&SumField(Crediti,Anni)" tfilter="Submitted Login=$user_login"]
so the public can be useful to someone else.
Thanks a lot.
I tried the code
`filter=”Submitted Login=$user_login”in this string:
[cfdb-value function="sum" form="Modulo di contatto 1" show="Crediti" filter="Submitted Login=$user_login"]
It’s works very well, it may be that
filter
is not compatible withtrans
?Micheal I deleted the table all the data, I logged on and rewritten data, the table is still empty.
This code is correct:
[cfdb-table form="Modulo di contatto 1" filter="Submitted Login=$user_login" trans="Prova=Concat(Nome,' ', Anno)&&SumField(Crediti,Prova)"]
thank you
There is no news for me?
I had already tried this code:
`filter=”Submitted Login=$user_login”
but the table comes out empty, even if they are logged in, for example, as tiziana.
Thank You
ps.
this is all code:
[cfdb-table form="Modulo" filter="Submitted Login=$user_login" trans="Prova=Concat(Nome,' ', Anno)&&SumField(Crediti,Prova)"]
Hi Michael, I write your code:
`trans=”Prova=Concat(Nome,’ ‘, Anno)&&SumField(Crediti,Prova)It works but the table does not have to be displayed in full, but must be displayed only one that belongs the user logged
For example if I am logged as Tiziana, I’m read the table with only credits made by me, I can not even read the credits made by other user.
Thank you
Micheal I tried the code you suggested and this is the table result:
nome|credits|
mario|12
tiziana|10I need this table, when Mario is logged in, he sees:
nome|anno|credits
mario|2000|11
mario|1999|1instead, when Tiziana is logged in, she sees:
nome|anno|credits
tiziana|2001|10It’s a okay even if the user name is not written.
Thank you