Quote:
Originally Posted by ELDoro
can someone please give me an example of the path I should put into this widget? I still can't get it to work and believe its probably how I'm entering the path. Thanks
|
It would be the full path to the widgets file starting from the HTML root on your web server. You may need to check with your web host what the full html path is.
On most Linux/Apache servers the path looks like "/var/www/html" or "/var/www/htdocs". On some hosts it may be something more simple like "public-html". You'll have to check your hosts documentation or your control panel.
So if you widgets are in a sub-folder path like "reports/widgets/html" the path would look like "/var/www/html/reports/widgets/html/".
Hope that helps. If I can get some time I might try to add a common folder path as a plug-in option.