Hello,
Thank you for your fast responses on previous issues.
Images (add.png and delete.png) do not show on my site.
I installed drupal as a sub-directory, my site url is:
* hxxp://192.168.1.80/drupal/
But uc_ticket doesn't add the sub-directory to the URLs
So in the html source I'm seeing:
* hxxp://192.168.1.80/sites/all/modules/uc_ticket/images/delete.png
instead of:
* hxxp://192.168.1.80/drupal/sites/all/modules/uc_ticket/images/delete.png
Your help is very much appreciated
Comments
Comment #1
Anonymous (not verified) commentedNo worries, this is exactly the type of testing this module needs. I'll have a look.
Comment #2
Anonymous (not verified) commentedAdded base_path() to image src. Fix will appear in tonight's dev release.
kadimi, once the dev release is compiled tonight, can you make sure this works on your installation?
Comment #3
kadimi commentedIt works like a charm (using dev)
Comment #4
Anonymous (not verified) commentedGreat, thanks for testing