wifidoc,
A link to your site and some additional info on your image name and folder location
wifidoc,
A link to your site and some additional info on your image name and folder location
Zen-Venom Get Bitten
Hello,
I've installed this module and everything is working fine. Just wondering if I could add a php code in for an image rotator because I have a lot images but don't really like the idea of having them all shown at once. If it's gonna help, i'll be using "Better Image Rotator" from A List Apart.
It's just a blank sidebox. You can add anything you like.
However, if you have problems with it, please don't post them here, as they will be about the specific integration that you are doing and not the blank sidebox mod for which this is the support thread. Start a new thread and I'll help there if I can.
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
Ok, made a new thread
Hey thanks for your reply. I found that it was a permission setting on one of the folders on the server and once I had given it greater privilages it worked. It wasnt working however if I tried to ftp the file myself and put the path into the banner manager in admin but it did work once I selected to upload it through the banner manager and changed the permissions for the folder the image was being saved to...All the best![]()
In the event you've run accross this thread after doing a search for a similar problem, I solved the mystery. My problem was caused by the .htaccess file in my images directory. In following the suggestion to stop people from linking to images on my site I'd neglected to add the secure domain to the file....
Old way:New way:Code:SetEnvIfNoCase Referer "^http://www.remarkablepens.com/" locally_linked=1 SetEnvIfNoCase Referer "^http://www.remarkablepens.com$" locally_linked=1 SetEnvIfNoCase Referer "^http://remarkablepens.com/" locally_linked=1 SetEnvIfNoCase Referer "^http://remarkablepens.com$" locally_linked=1 SetEnvIfNoCase Referer "^$" locally_linked=1 <FilesMatch "\.(gif|png|jpe?g)$"> Order Allow,Deny Allow from env=locally_linked </FilesMatch>Code:SetEnvIfNoCase Referer "^http://www.remarkablepens.com/" locally_linked=1 SetEnvIfNoCase Referer "^http://www.remarkablepens.com$" locally_linked=1 SetEnvIfNoCase Referer "^http://remarkablepens.com/" locally_linked=1 SetEnvIfNoCase Referer "^http://remarkablepens.com$" locally_linked=1 SetEnvIfNoCase Referer "^https://secure.remarkablepens.com/" locally_linked=1 SetEnvIfNoCase Referer "^https://secure.remarkablepens.com$" locally_linked=1 SetEnvIfNoCase Referer "^$" locally_linked=1 <FilesMatch "\.(gif|png|jpe?g)$"> Order Allow,Deny Allow from env=locally_linked </FilesMatch>