nigel01
Forum Replies Created
-
Hello:
A ‘team member’ is another term for agent. It looks like your agents are attempting to open a ticket on the front-end. Agents can only open tickets in wp-admin.
If you try to open a ticket as a regular user, you should be fine.
Regarding the redirect from the link – WC tends to redirect non-admin roles to its dashboard so its basically hijacking the link that wants to take the agent to wp-admin.
Thanks.
Hi:
Its always been something that we’ve thought about but the demand for it is surprisingly a lot lower than you would think. So when we look at what we should do next something else is always a higher priority.
Plus because there is a parent – child relationship along with random text from tickets, your standard file formats such as CSV files dont’ really work well. Which means even if you had an export, importing to spreadsheets etc isn’t going to be very easy which defeats the purpose of what most users want the export for. Its the reason why our individual user export is in XML format.
So, all in all, its on the table but not sure when its going to get done.
For the opening posts you can do an export using the WP ALL EXPORT plugin. But then you’ll need to do an export of the REPLIES separately and link the two files together manually. If all you need from the data is the basic ticket data itself such as dates, ticket topics and user ids, exporting the TICKET works well – then you can do things like ticket counts and such in a spreadsheet.
Thanks.
Hello:
This forum should not be used for premium plugin questions – the powers-that-be who run this site frown heavily on that. It is only for support for plugins that are listed for free in the ww.wp.xz.cn repository. Can you please direct your question to our support desk on our site? Since you are asking about a premium plugin you have access to our ticketing system via your license.
Thanks.
Hi:
Since there hasn’t been an update to this thread in a while we’ll go ahead and close it out. If you need anything else feel free to start a new one and we’ll get on it as soon as we can.
Thanks for using Awesome Support!
Forum: Plugins
In reply to: [Awesome Support - WordPress HelpDesk & Support Plugin] link urlGlad to hear it!
Hi:
Users can export the tickets to an XML file but an admin can’t export all the tickets right now.
If you want one user to export their tickets, the option will be under the PRIVACY button on the front-end or the admin can do it for them via the EXPORT button in the user profile screen.
Thanks.
Forum: Plugins
In reply to: [Awesome Support - WordPress HelpDesk & Support Plugin] link urlHi:
hmmm…two things to check…
1. Go to your WordPress PERMALINKS page and just click the save button to reset the permalinks.
2. Go to TICKETS->SETTINGS->GENERAL (the first tab) and scroll down to the bottom of the screen. Make sure the pages are selected and then click the SAVE button (click it even if the pages were selected before).
Hi:
Since we haven’t had an update on this ticket in a while we’re going to go ahead and close the thread. If you need anything else please let us know by opening a new thread.
Thanks very much!
Hi:
Since we haven’t had an update on this ticket in a while we’re going to go ahead and close the thread. If you need anything else please let us know by opening a new thread.
Thanks very much!
Hi:
The Title and Description fields are mandatory for a ticket. So you’re not able to eliminate them. What you can do is to give them default values and then hide them using css.
You’ll need to write custom code to give them default values. Or you can use our POWERPACK add-on which gives you the option to set default values for those two fields.
After you’ve given the fields default values (whether via custom code or the POWERPACK add-on), you’ll still need to write custom CSS to hide the fields.
Thanks.
Hi:
Thanks for the compliment. If you need anything else just let us know. We’ll close out this thread for now.
Thanks again.
Forum: Reviews
In reply to: [Awesome Support - WordPress HelpDesk & Support Plugin] Great PluginHey – thanks for taking the time to write this! It is definitely appreciated.
Hi:
Unfortunately that is not possible. Even if you could, one issue is that there is no way to know which language to use when sending an email to the user.
However, if you are willing to set the language on a user by user basis you can try our rules engine (premium add-on) that allows you to set up multiple email templates and send them out to designated users. But, even so, if you have a lot of users then it becomes a performance issue since you’ll have to evaluate hundreds or thousands of rules just to figure out which email to send.
An alternative is to do what many manufacturers do – they create one document with all the instructions in multiple languages. So maybe you can create three sections in your emails – one for each language.
Thanks.
Hi:
I have no idea what the GLOB_BRACE constant is. What environment are you running in? Can you give us information about the following:
– your PHP version
– your wordpress version
– your host information
– your wordpress server linux operating system versionWe’ll likely need other configuration options as well. From what I can tell with a quick google search, that variable isn’t available under some unix configurations but that should not be the case if you’re using any of the mainstream WordPress hosts. But, if you’re using someone off the beaten path then they might not have everything available that WordPress needs.
Thanks.
Forum: Plugins
In reply to: [Awesome Support - WordPress HelpDesk & Support Plugin] Unnecessary codeHi:
If you’re asking about code that is only visible when you choose to display the source-code I don’t have a definitive answer for you on that. If you want to engage with the product code like that your best bet would be to engage with the developers via the github project: https://github.com/Awesome-Support/Awesome-Support.
I initially thought the code you were referring to was showing up on the page to the end user. But if you’re just looking at the raw html code that the short-code is generating and have a concern about it then that’s a developer-to-developer type question and best addressed via github source-code project.
Thanks.