Search found 38 matches

by atdesign
Tue Jul 23, 2013 12:24 am
Forum: CMSMS Core
Topic: Image Manager Issue on 1.11.7
Replies: 2
Views: 1943

Re: Image Manager Issue on 1.11.7

1. if your domain is foo.com and the webserver is hosting foo.com then make sure that the root_url calculated (or specified in the config.php) is foo.com and not http://www.foo.com or somethingelse.foo.com 2. If your .htaccess is redirecting all requests for foo.com to http://www.foo.com, but the s...
by atdesign
Mon Jul 22, 2013 5:48 pm
Forum: CMSMS Core
Topic: Image Manager Issue on 1.11.7
Replies: 2
Views: 1943

Image Manager Issue on 1.11.7

Hello, I've just installed a new CMSMS on a Yahoo host server. It's running smoothly with one exception... the Image Manager shows the admin login page in the frame . Tried logging in and it shows the admin home page. The file manager works fine. I also tested creating a new directory and uploading ...
by atdesign
Sat May 11, 2013 11:15 am
Forum: CMSMS Core
Topic: Allow editor to show/hide GCB on page? [SOLVED]
Replies: 9
Views: 2622

Re: Allow editor to show/hide GCB on page? [SOLVED]

Thanks for all the suggestions everyone. With Wishbone's help, we implemented CalGuy's method. {assign var='myval' value='hello'} {content_module module='CGContentUtils' block='toggle_gcb' name='toggle_gcb' label='Facebook Comments' assign='myval'} {if $myval != ''} {global_content name='fbcomments'...
by atdesign
Thu May 02, 2013 1:13 pm
Forum: CMSMS Core
Topic: Allow editor to show/hide GCB on page? [SOLVED]
Replies: 9
Views: 2622

Allow editor to show/hide GCB on page? [SOLVED]

Hello,

I have a global content block for Facebook comments and I would like to allow the editor to control whether it shows on specific pages or not when editing page. Ideally via a checkbox.

How can I achieve this?
Thanks.
by atdesign
Thu Apr 25, 2013 8:53 pm
Forum: CMSMS Core
Topic: Minor bug with 1.11.5 and 1.11.6 [SOLVED]
Replies: 9
Views: 3201

Re: Minor bug with 1.11.5 and 1.11.6

Thanks for the input guys. After further testing in other browsers, I can say it is not browser related. I did a checksum and nothing was missing. This is really unusual.

When I click on one of the page functions, I get the spinning mouse wheel like it's waiting for something to happen.
by atdesign
Wed Apr 24, 2013 12:39 pm
Forum: CMSMS Core
Topic: Minor bug with 1.11.5 and 1.11.6 [SOLVED]
Replies: 9
Views: 3201

Minor bug with 1.11.5 and 1.11.6 [SOLVED]

Expand All Sections, Collapse All Sections and Move buttons only work once per page load on Pages in the Admin. I can click on any any of these and it will work the first time but if I click on any of them again, it does not. I noticed that the change does happen if I refresh the page. I had this pr...
by atdesign
Fri Sep 28, 2012 3:07 pm
Forum: CMSMS Core
Topic: Internal Pretty URLs in 1.11.2 [solved]
Replies: 5
Views: 2283

Re: Internal Pretty URLs in 1.11.2

I found the issue was that I did not have
$config['root_url'] = 'http://site.com';
set if the config.

IIRC, this was written to the config during installation in the past.
by atdesign
Thu Sep 27, 2012 2:45 pm
Forum: CMSMS Core
Topic: Internal Pretty URLs in 1.11.2 [solved]
Replies: 5
Views: 2283

Re: Internal Pretty URLs in 1.11.2

I'm experiencing this on two separate servers, one being a Windows server.

Using $config['page_extension'] = '/'; but also tested with .html and both are still adding multiple 'index.php'.

I've also tried without any extension and ended up with the same result.
by atdesign
Thu Sep 27, 2012 2:27 pm
Forum: CMSMS Core
Topic: Internal Pretty URLs in 1.11.2 [solved]
Replies: 5
Views: 2283

Internal Pretty URLs in 1.11.2 [solved]

Hi Guys, Using 1.11.2 in two different installations and I've noticed that when using "$config['url_rewriting'] = 'internal';" in the config and clicking on deeper level links, we end up with multiple "index.php" in the URL. E.g.: /index.php/index.php/how-cmsms-works/index.php/ho...
by atdesign
Fri Jul 13, 2012 11:19 pm
Forum: [locked] CMSMS 1.11 Beta
Topic: [confirmed] BETA 2 MicroTiny does not work
Replies: 9
Views: 13680

Re: [confirmed] BETA 2 MicroTiny does not work

Rolf wrote:Somebody can confirm this fixed in beta3?
Confirmed fixed. Did not work for me in beta 2 but does now work after upgrade in beta 3.
by atdesign
Fri Jun 08, 2012 1:33 pm
Forum: CMS Show Off
Topic: Belmar Chase 5K
Replies: 0
Views: 1472

Belmar Chase 5K

At Design is excited to announce the launch of http://www.belmarchase.com for the new 5K road race in Belmar, NJ.

The site runs on CMSMS 1.10.3 with core modules.
by atdesign
Wed May 30, 2012 11:37 am
Forum: Modules/Add-Ons
Topic: What is affecting my dates in rss2html
Replies: 1
Views: 686

Re: What is affecting my dates in rss2html

Try:

Code: Select all

<time pubdate="{$item.pubdate|date_format:'%d-%m-%Y'}">{$item.pubdate|date_format:'%d-%m-%Y'}</time>
by atdesign
Thu May 17, 2012 12:36 pm
Forum: Modules/Add-Ons
Topic: CGSmartImage in News Summary
Replies: 3
Views: 1678

Re: CGSmartImage in News Summary

Thanks for the suggestion Doc but unfortunately, no change.
by atdesign
Thu May 17, 2012 12:35 pm
Forum: Layout and Design (CSS & HTML)
Topic: How would I style the news summary template to display block
Replies: 3
Views: 2331

Re: How would I style the news summary template to display b

There may be a better solution but you could make categories for each layout type and use multiple news tags on the summary page. E.g.: <div class="firstrowcss">{News category="firstrow"}</div> <div class="secondrowcss">{News category="secondrow"}</div> <div c...
by atdesign
Mon May 14, 2012 12:03 pm
Forum: Modules/Add-Ons
Topic: CGSmartImage in News Summary
Replies: 3
Views: 1678

CGSmartImage in News Summary

Hello, I'm experiencing an odd behavior using CGSmartImage 1.8.2 in my news summary template of my CMSMS 1.10.3 installation. Whenever a page is updated, the image disappears from the news summary page. I have to update my news template to bring it back. Here is my news summary template including a ...

Go to advanced search