Search found 30 matches

by magicpio
Tue Feb 22, 2011 8:26 pm
Forum: Modules/Add-Ons
Topic: Fatal Error when calling page with CGCalender
Replies: 0
Views: 864

Fatal Error when calling page with CGCalender

Hi, I installed CGCalender 1.5.6 and CGExtensions 1.23 on CMSMS 1.9.3. I added {cms_module module="CGCalendar"} to the content section of a new page and the sample calender CSS to the page templates CSS. When I try to open the new page in my browser (FF 3.6.13) I get a fatal error: DEBUG: ...
by magicpio
Sat Feb 19, 2011 8:52 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] Howto use CGGoogleMaps - gives error
Replies: 3
Views: 1598

Re: Howto use CGGoogleMaps - gives error

I did not succeed in using CGgoogleMaps Plugin. After some more reading in the forum I came across the extremely simple solution of using an UDT (user defined tag). Create a new UDT (in the Admin Menu select Extensions -> User Defined Tags). Give it a name (I called mine googlemapsudt ). In the code...
by magicpio
Tue Feb 08, 2011 8:51 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] Howto use CGGoogleMaps - gives error
Replies: 3
Views: 1598

Re: Howto use CGGoogleMaps - gives error

In the meantime I was able to set the permissions, but the error remained the same. (I tried CMSMS 1.9.3 also and got the same error.) Then I was adding the database manually, most likely with the wrong types (varchar, int, text), but then the error message at the end changed to "NULL" is ...
by magicpio
Sat Feb 05, 2011 8:11 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] Howto use CGGoogleMaps - gives error
Replies: 3
Views: 1598

[SOLVED] Howto use CGGoogleMaps - gives error

Hi, I´m unable to create a new map using CGGoogleMaps. Most likely I make a mistake in properly setting up a map or the permissions. Whatdid I do? 0) Using CMSMS 1.9.2 1) Installed CGGoogleMaps, CGExtensions, CGSimpleSmarty, JQueryTools; versions as of today. 2) As instructed by the module help I tr...
by magicpio
Mon Jan 03, 2011 11:05 pm
Forum: Layout and Design (CSS & HTML)
Topic: Move search field from breadrmb to menu
Replies: 2
Views: 1501

[SOLVED] Move search field from breadrmb to menu

OK, solved. After using Firebug, I found, that the embracing div (menu_vert) was not responsible for positioning to the right on the same line, but div#menuwrapper. This div is attached to the menu template "cssmenu.tpl" which is one of the (and the) default template for menus after instal...
by magicpio
Sun Jan 02, 2011 9:53 am
Forum: Layout and Design (CSS & HTML)
Topic: Move search field from breadrmb to menu
Replies: 2
Views: 1501

Move search field from breadrmb to menu

Hi all, since I don´t have sub-menues I dropped the breadcrumbs from my layout (adjusting "CSSMenu top + 2 columns"- template and attached stylesheets from the original 1.9.2 CMSMS install). Now I´m struggling in getting the search field into the menu div right side. Placing {search} and e...
by magicpio
Sun Jul 29, 2007 9:19 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: Please help: News missing from webpages after upgrading from 1.08 to 1.1
Replies: 6
Views: 2806

Re: Please help: News missing from webpages after upgrading from 1.08 to 1.1

Hi,

I was able to fix my update issue by changing the following in my news page:

Originally my module call was

{cms_module module=news start=0 number=5 category=General}

the new call is

{news number='5' category=General}

strange ...

Pio
by magicpio
Fri Jul 27, 2007 10:10 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: Please help: News missing from webpages after upgrading from 1.08 to 1.1
Replies: 6
Views: 2806

Re: Please help: News missing from webpages after upgrading from 1.08 to 1.1

Hello, I have the same problem, no news are being displayed after upgrade 1.0.6 --> 1.1. The articles still exist and can be seen and edited in the admin panel. When looking into admin/modules I got the warning "modules directory not writeble". Maybe this has confused the install script. I...
by magicpio
Tue Aug 15, 2006 8:30 pm
Forum: CMSMS Core
Topic: News 2.0 & cms_selflink
Replies: 24
Views: 9582

Re: News 2.0 & cms_selflink

It does work in the direction 1) Normal page onto news summary page In a normal page put this tag: {cms_selflink page="News" urlparam="#newsareuse" text="News Areuse summary"} and in the news details (I didn´t test with news summary, I usually leave it empty) switch dir...
by magicpio
Sun Aug 13, 2006 8:14 pm
Forum: CMSMS Core
Topic: News 2.0 & cms_selflink
Replies: 24
Views: 9582

Re: News 2.0 & cms_selflink

Reason, why I don´t arrive in adding additional parameters to a URL is because FCK Editor and TinyMCE are crap! Strong words, I know! However, if someone can explain to me, how to insert the following URL construct diving gallery using one of those editors, I might change my mind. I´ve tried editing...
by magicpio
Sat Aug 12, 2006 11:43 pm
Forum: CMSMS Core
Topic: News 2.0 & cms_selflink
Replies: 24
Views: 9582

Re: News 2.0 & cms_selflink in CMSMS 0.13

Hello, sorry to revive this discussion, but I have the following problem: I have a news entry with empty summary. In the news content I want to link to a page in an external module (Singapore Gallery). Using cms_selflink works until I want to refer to a particular "sub-page". To be precise...
by magicpio
Tue May 30, 2006 2:16 pm
Forum: Layout and Design (CSS & HTML)
Topic: Extend footer (background color) until end of viewport
Replies: 1
Views: 1849

Extend footer (background color) until end of viewport

I´m not a CSS/(X)HTML guru - yet  ;) My page has a header with green background and height 100 pixel, a content section with white bg and height variable, and a footer again with green bg and height minimum 100 px. Assuming a viewport (browser window height) of 600 pixel as example, I can have basic...
by magicpio
Tue May 30, 2006 1:52 pm
Forum: Modules/Add-Ons
Topic: Small XHTML non-comliancy in function random_image with CMSMS 0.13
Replies: 0
Views: 1298

Small XHTML non-comliancy in function random_image with CMSMS 0.13

The line, which finally returns the image tag is return ''; but should be return ''; (missing slash before closing img tag). Additional improvement: If an image name contains spaces, e.g. "my image.jpg" a validation check will result in erroneous URI locator. Proposal: scan image name and ...
by magicpio
Thu May 25, 2006 6:01 pm
Forum: Modules/Add-Ons
Topic: GalleryS
Replies: 6
Views: 3842

Re: GalleryS

Hello Sparky, see this thread in the Singapore Gallery forum: http://www.sgal.org/forum/viewtopic.php?id=1094 I´m talking about a Linux install here. I´ve also used a symlink to run the CMSMS tag "random_image" to cope with long path names. See this thread. http://forum.cmsmadesimple.org/i...
by magicpio
Mon May 22, 2006 6:09 am
Forum: Modules/Add-Ons
Topic: Howto display news on a page using news module?
Replies: 3
Views: 2440

Re: Howto display news on a page using news module?

Aaaaaaarrrrrgggghhhhhhhh ........................ Thanks! Update: No, still doesn´t work . Now I have: Section "General" {cms_module module="news" start="" number="5" category="General" makerssbutton="true"} {cms_module module="news&qu...

Go to advanced search