emir94
Forum Replies Created
-
Hello,
Could you please help with the above issue?
Thanks,
EmirOh yeah, and the theme we’re using is the standard one that comes with WP.
- This reply was modified 6 years, 2 months ago by emir94.
Hello,
Thanks for your reply. The pages are all set up correctly. I’ve done the conflict test and I’m still having the same issue…
Emir
Outlook was blocking the email address. All sorted now. ??
Thanks, that worked perfectly ??
Forum: Plugins
In reply to: [Contact Form DB] cfdb-count is taking a long time to countHi Micheal,
I know you’re getting bombarded with emails for support, but if you get a chance to help me out with this, I’d really appreciate it.
We want the cfddb-count shortcode to count a lot faster. At the moment for 6500 entries it’s taking around 4 seconds to load the number, even though I have the limit set to 2000. Now, this is getting slower and slower. For example, a test we did with 100 000 entries took the count 10 seconds.
I’m also using
unbuffured="true"
.Would an SQL query be faster? If so, how would I implement that in php?
Thanks,
Emir KobaslicForum: Plugins
In reply to: [Contact Form DB] Maximum data export (Shortcode)No, I don’t. As soon as I add
filter="submit_time>today"
, I just the columns “user” and “count” with no data. When I remove it, I get the accurate number.Could you please help with this?
Thanks,
Emir KobsaslicForum: Plugins
In reply to: [Contact Form DB] Maximum data export (Shortcode)Hi Michael,
Thanks for your reply.
Is there anyway I can use “submit_time>today” as we only want results for today and also to be able to count certain values?
For example, this is what we have in our code, but it isn’t working:
[cfdb-table form="Schedule Tracker" filter="submit_time>today&&outcome!=Voicemail&&outcome!=ETA Query&&outcome!=Hung Up" show="user,Submitted Login" trans="user=strval(Submitted Login)&&CountField(Submitted Login,user)&&SortByField(Submitted Login,DESC)" headers="Submitted Login=count"]
This is just saying that there are no entries.
Thanks,
Emir KobaslicForum: Plugins
In reply to: [Contact Form DB] Maximum data export (Shortcode)Hi Michaell,
Thanks for your reply.
We’re running the website on our own server. I have it set to 256MB at the moment. Is this sufficient or would you recommend even more?
Just another question:
Is there a way to display the name of the person that has submitted the highest number of specific values (selected from a dropdown in CF7). The dropdown has a number of options of which “Inbound Scheduled”, “Outbound Scheduled” and “Rescheduled” are only counted as targets for the employees. We want to be able to show management who is the person that has the highest number of targets.
Would you be able to help me with this, please?
I appreciate your support,
Emir KobaslicForum: Plugins
In reply to: [Contact Form DB] Date range filter for data – CFDBThat worked perfectly. Thank you so much! It works with
type="date"
, which is even better (in case somebody’s wondering how to implement a date picker range)Thanks Michael,
Emir