Search found 5 matches
- Thu Jan 23, 2014 5:10 pm
- Forum: Help Wanted (commercial)
- Topic: [Solved] Display list of CGCalendar categories
- Replies: 2
- Views: 3852
Re: [Solved] Display list of CGCalendar categories
I just came to the forum looking for this same answer. It seems like it should be doable - I hope someone replies soon.
- Fri May 17, 2013 6:47 pm
- Forum: CMSMS Core
- Topic: No images when browsing remotely
- Replies: 4
- Views: 1873
Re: No images when browsing remotely
The problem appears to be in the way the server is generating the .css files. When I look at the .css file referenced in the html I see that the url for all the images is using 'localhost' as the server name, not the actual server name. That would explain why the styles render correctly on the serve...
- Thu May 16, 2013 6:44 pm
- Forum: CMSMS Core
- Topic: No images when browsing remotely
- Replies: 4
- Views: 1873
Re: No images when browsing remotely
Good suggestion. From a client, I tried using the server's IP address instead of the name and got the same results. On the site, I changed to the NCleanBlue theme, then loaded the page from a client. I found that I do get 2 images: the ncleanblue\screen-1.6.jpg and the printbutton.gif. When I look a...
- Thu May 16, 2013 5:33 pm
- Forum: CMSMS Core
- Topic: No images when browsing remotely
- Replies: 4
- Views: 1873
No images when browsing remotely
Fresh install of CMSMS 1.11.6 under XAMPP 1.8.1 on Windows 2008 (32-bit, not R2). Everything works perfectly from the server. But when I access the site from any remote client, I see the pages but none of the images (logo, background shades, etc). I tried several of the default styles and they all e...
- Thu Nov 06, 2008 8:43 pm
- Forum: Modules/Add-Ons
- Topic: pi_iframe to non-http target
- Replies: 0
- Views: 694
pi_iframe to non-http target
This should be a no-brainer. I'm trying to use pi_iframe to link to a plain-text file on a Windows shared folder. I can get it to work when the target is a web page.....{pi_iframe url="http://whatever.com"} but what is the syntax for a target that's not http, like \\server\share\file.txt ...