zensoft
Forum Replies Created
-
I have another similar question.
This code:
`[cfdb-table form=”example” trans=”SumField(Crediti,Anno)”]It returns the table divided by years with the sum of credits.
Now need, that sum is made considering the years, but only to a specific person.
For Example:
I have this table
name|year|credit
mario|2000|2
tiziana|2001|10
mario|2000|9
mario|1999|1if I am logged in as Mario, this is the table that I see:
name|year|credit
mario|2000|11
mario|1999|1while if you are logged in as Tiziana, this is the table that I see:
name|year|credit
tiziana|2001|10I hope it is clear what I need.
Thank youHello Michael, unfortunately, the code that I have spent not working.
I, however, I used
trans code = "SumField (credits, date)"
I have divided the data into three fields, so I take the reference Year alone, for example:
The contact form is
day:5 month:Feb year:2015 credit:5 day:7 month:Feb year:2014 credit:7 day:10 month:Feb year:2015 credit:10
I write this code
[cfdb-table form="example" trans="SumField(Crediti,year)"]
this is the results:
2015 15 2014 7
I finally managed to do what I needed, without using the date field, if I have done something wrong let me know.
Thank you and have a nice day
I already tried the line of code
define( ‘WP_MEMORY_LIMIT’, ’96M’ );
But it does not work, Why?
Thanks
Forum: Plugins
In reply to: [Advanced post slider] Center SlideThank you, excuse my ignorance.
Now It’s Works!!!!
I managed to solve the problem.
If only one post I have one or more category and is disabled the plugin does not send the Tweet automatically.
example:
the post has category A and B, both must be accepted for the Tweet, if the category A or category B is excluded, the tweet will not be sent.Great plugin, congratulations.
ps. I follow you on twitter ??
I activated the plugin, among other things, nice idea, but when I try to run it tells me this item:
“No post found to tweet. Please check your settings and try again.”
the settings are correct, that is a choice of 50 posts.