Hi,
Getting two PHP warnings from ClientDash on all pages.
Running on PHP 8.1.6
]]>Wordfence says The plugin “Client Dash” has a security vulnerability!
]]>I want to create a User Dashboard for a Lottery Website. The Admin and Users should have separate Dashboards with different permissions.
The Features of the website are these:
User Panel
? User Login Module.
? User can create their profile
? Users can check for the various lottery ticket companies.
? View the tickets.
? Check the rewards
? Buy the tickets.
? Make an online payment.
? Get notified about the announcement of the number.
? Get the information about the winner and the lucky number.
? Get the details of the rewards if the user wins.
? Give Reviews and feedback.
Lottery Ticket? Store Panel
? Log in /sign up the module.
? Create their profile and add details about their business.
? List down the lottery tickets number.
? Detail the reward.
? Announce the lucky number.
? Manage the dates and time.
? Payment management
? Manage reviews and feedback.
Admin panel?
? Admin login module.
? View and track the current activity.
? User profile management.
? Lottery ticket store Profile management.
? Manage the lottery ticket numbers and rewards details.
? Commission management.
? Payment module integration.
? Reviews and feedback management.
? Track app performance by generating reports.
Now, if you watch this Video– https://youtu.be/06owBb23UiQ
You can see that we can create a Customized User Dashboard. And this is not the WP Dashboard at all. It is a totally customized Dashboard using Dynamic Tags Feature to pull in dynamic Contents.
Can we use your Dashboard plugin to create a Custom User Dashboard that removes all access to the WordPress Dashboard?
Regards
]]>Hi,
I installed a plugin (Custom Code Manager PRO) and added it the the Admin menu using Client Dash but all I get is the message “Sorry, you are not allowed to access this page” after clicking on the new menu item.
How do I fix this permissions issue?
Thanks in advance,
Greg
Hi there,
I would just like to know whether this awesome plugin is still being maintained and whether it will function with WordPress 5.8
Thanks!
]]>I want to make clean dashboard for wordpress like client dash ( eliminate all notice for wordpress and plugin. someone can help me ?
]]>TASK1
Using at Multisite – installed and activated, but cannot see that client dash in the setting
TASK2
Using at Multisite – installed (deactivated) and Mainsite (activated), but cannot see that client dash in the setting
TASK3
We tried both above instance this in our testing project but having same issue
Just installed Client Dash, so I have the most recent version and, when I click on “settings”, I get this message: “Sorry, you are not allowed to access this page.”
I’m running WordPress 5.5.
]]>Is there a way to automatically temporarily show all menu items and go back to only showing the choosen menu afterwards?
If not, it’d be great if you could add a “Show all” toggle to the menu when an admin is logged in.
]]>I’m getting the following PHP errors when trying to configure the admin menus:
Trying to access array offset on value of type bool /wp-content/plugins/client-dash/core/customize/class-clientdash-customize.php on line 959
Trying to access array offset on value of type bool /wp-content/plugins/client-dash/core/customize/class-clientdash-customize.php on line 1113
Client Dash Version 2.1.5
Wordpress 5.4.2
PHP 7.4.2
If I downgrade to PHP 7.0.33 there are no errors.
]]>hello, I want to use this plugin so that a specific user role, let’s just call it “guest poster” will just see the posts tab, as well as a custom tab that links to a custom page (instructions). I want only for that use to edit/post their own articles that in draft.
I want for that user to only see their own posts (live and draft), not any other user’s posts. Is all this possible?
]]>Hi @d4mation,
I’m the developer of Smart Slider 3. One of our user reported us that there is a compatibility issue with your plugin. We use Iframe in our application and your plugin overrides its width on every resize with this code:
var t = e("iframe:not(.ignore-responsive)");
e(window).resize(function () {
t.each(function () {
s(this)
})
}).resize()
I’m not sure why is it there, but your should be more specific with your selectors. Target only the elements what you really need!
If you want to target only the the dashboard use:
var t = e("body.index-php iframe:not(.ignore-responsive)");
e(window).resize(function () {
t.each(function () {
s(this)
})
}).resize()
]]>
Does not appear to be compatible with PHP versions higher than 7.0
After googling a bit this appears to be a problem with PHP 7.1:
it is PHP Design.
Changed in PHP 7.1.0:
The empty index operator (e.g. $str[] = $x) is not supported for strings
anymore, and throws a fatal error instead of silently converting to array.
So that means that you need to say that it is an array $myString = array();
Prior to PHP 7.1.0 , PHP converted a [] to array() silently, and now not anymore
———————
Error Details
=============
An error of type E_ERROR was caused in line 376 of the file /home/httpd/vhosts/mybemidji.com/httpdocs/wp-content/plugins/client-dash/client-dash.php. Error message: Uncaught Error: [] operator not supported for strings in /home/httpd/vhosts/mybemidji.com/httpdocs/wp-content/plugins/client-dash/client-dash.php:376
Stack trace:
#0 /home/httpd/vhosts/mybemidji.com/httpdocs/wp-includes/class-wp-hook.php(290): ClientDash->action_links(‘
——————–
I installed the plugin but I am unable to access the settings for Client Dash, tried using two different admin user accounts.
]]>When running a WP-CLI command, I get the following warning.
Warning: call_user_func() expects parameter 1 to be a valid callback, class 'ClientDash_REST_Customizations_Controller' does not have a method 'get_item_schema' in /sites/amburrito/wp-includes/rest-api/class-wp-rest-server.php on line 1170
Hello,
Great et incredible plugin to customize dashboard, use it since many years on WP.
But when you activate it , you lose the FULL ADMIN right and if you want to install another plugin AFTER, you have a message : “Not Allowed to Access this Page”.
I’m tried to find the issue myself without success.
if you rester teh database recorded BEFORE the activation -> site web works with full rights.
So, like my website was new , I reinstalled everything from scratch . Works perfectly withe the plugins than I want to install and activate CLIENT DASH after all.
Lost my FULL RIGHT on the website once again.
I can reproduce the same ossue on different websites (8). Always dame issue.
Do you know a workaround to retreive FULL RIGHT access to the plugins ?
Also the problem is an old problem (see in log of the forum)
THank you in advance for your help
Nadoo (WP 5.2 + WC 3.65 + No others plugins to test)
Hi guys,
Just wondering if plugin shortcodes that display things like graphs and other content on the front end will work in the custom admin pages?
Thanks!
]]>I have a Shop Manager user for this site, and have “Affiliate Links” plugin installed. I want them to see those links and their results so I added it to the Shop Manager customized menu. Now, it shows in red and says “(Missing) Affiliate Links). I can’t edit it, or remove it. It’s unclickable. Any idea what the issue is?
]]>I have setup a client login but cannot give them access to any plugins which they require to use – in fact the only role that can access them is the administrator role. How can I assign access to plugins to other roles?
– The plugin is upto date
– Tried with default twentynineteen theme
– Tried disabling all plugins
I updated client dash this afternoon and immediately our admin/public pages were replaced by blank white screens of death. I disabled client dash plugin via FTP (changed directory to “client-dash.old” and the problem is gone, however, I use Client Dash to create a limited employee dashboard area that needs to work. Help!
]]>Good day,
I like your plugin. I installed it in a multisite installation and setted specific menu items for roles.
on the left side I able to show or hide items, but nothing change on the right side.
login with role credential only some menu items are visible..
how can I fix this issue?
many tks in advance.
Dario
Hi,
I’m currently facing a very strange issue that must come from Client Dash – When I deactivate the plugin it goes away.
Only in the backend I get Warnings in the JavaScript console (and similar errors in my apache error log) saying this:
Failed to load <script> with source "https://myurl/wp-content/themes/JointsWP-CSS-masterC:xampphtdocswp-contentpluginsclient-dashcorelibraryrbm-field-helpers/assets/dist/js/rbm-field-helpers-admin.min.js?ver=1.4.3".
I get LOTS of them every time the admin page is loaded and I don’t know where to start to find the problem. Every one of those errors contains the string
C:xampphtdocswp-contentpluginsclient-dashcorelibraryrbm-field-helpers
which seems to be inserted into these paths that are otherwise correct. Since that’s your plugin I thought I’d ask you first!
Thanks! btw. it’s VERY urgent, this it probably the source of freezes of our webserver that happen every few days…
]]>No matter what I do, I cannot make the customizer menu match the actual menu. There are a lot of blank menu buttons that I cannot remove (else I get a blank page). Here’s a screenshot of how it looks.
]]>Hi
i duplcated the adminrole and now i want to delete the client dash item himself on the duplicated role. Whats to do?
]]>When this plugin in active, I’m unable to access certain settings pages for other plugins. For example, with “All in One SEO” I can’t access the Feature Manager page. I’ve had similar issues with Revisr. I’m logged in as user 1. I don’t see any nags to update the database. Using version 2.1.1 of the plugin with WP version 4.9.9. The error I get on the affected pages is:
Sorry, you are not allowed to access this page.
I see other users have this issue in the support forum, but I haven’t seen any resolution. Please let me know if I can provide more info.
]]>I created a Custom Post Type using the plugin ‘PODS’ (similar tool to ACF).
I’m using your latest plugin version (2.1.1).
The problem is that if use your plugin to move the PODS Custom Post Type menu item, nothing happens, it is still listed on top (above Dashboard even).
It doesn’t seem to be a loading priority issue (as per your previous plugin version issues) because the plugin properly lists the menu item created by PODS.
Any ideas?
]]>Hi
You plugin need quick button to delete item
see screenshot – https://take.ms/rdwPV
]]>In the pro version is it possible to build the admin page, or one of the other customized pages, with the divi builder?
]]>Hi
Somehow this plugin is not compatible with ACF(Advance custom fields). it’s hiding ACF menu from Dashboard where direct link is working. Please check.
Thanks
LR
Hello,
On this site :
https://www.mediationbarreau93.fr/
I cannot find and add :
https://www.ads-software.com/plugins/wp-useronline/
To the admin menu (role admin)
Thanks for help.
]]>