Search found 93 matches

by joecannes
Thu May 14, 2009 6:24 pm
Forum: CMS Show Off
Topic: Completeed stem cell network website
Replies: 7
Views: 3587

Re: Completeed stem cell network website

Thanks for the responses and the error checking I have cleaned up the errors but get one error that comes from when I am listing the events (which are being categorized as Events in the news module) The "&" character is in the title of a event item, dont know how to escape that charact...
by joecannes
Thu May 14, 2009 3:38 pm
Forum: CMS Show Off
Topic: Another stem cell site: Cancer Stem Cell Consortium
Replies: 0
Views: 1184

Another stem cell site: Cancer Stem Cell Consortium

Here is another stem cell site:

http://www.cancerstemcellconsortium.com

Very simple site using:

- CMS 1.4.1
- News module
- CG Feedmaker

JC
by joecannes
Thu May 14, 2009 4:55 am
Forum: CMS Show Off
Topic: Completeed stem cell network website
Replies: 7
Views: 3587

Completeed stem cell network website

Here is one just completed : http://www.stemcellnetwork.ca/index.php Using: - CMSMS 1.5.2 MLE - News module - random image plugin - random global content block plugin - CG Feedmaker The site also incorporates custom features, such as: - Google Calendar (made a UDT for that) - Using Feedburner's Publ...
by joecannes
Mon May 04, 2009 4:05 pm
Forum: CMSMS Core
Topic: Admin Problem; GNU Public License Appears
Replies: 1
Views: 712

Admin Problem; GNU Public License Appears

I am using CMSMS 1.5.1, using the full install, with the following modules added on: CGExtensions CGFeedMaker and when I go to my Admin page, the GNU Public License Appears first on every page. Here is a screenshot, of the error I am getting: http://i39.tinypic.com/1znsdfl.jpg Anyone know why or ran...
by joecannes
Tue Apr 28, 2009 11:37 pm
Forum: CMS Show Off
Topic: New camping website
Replies: 11
Views: 4623

Re: New camping website

nice site!

What did you use Products 2.3 for?
by joecannes
Thu Apr 09, 2009 7:51 pm
Forum: [locked] CMSMS MLE fork
Topic: Clarification on how Global Content Blocks work now with 1.5.3b
Replies: 6
Views: 2614

Re: Clarification on how Global Content Blocks work now with 1.5.3b

Gotcha! Thanks for the explanation of it all, now understand it more clearer.


JC
by joecannes
Thu Apr 09, 2009 6:45 pm
Forum: [locked] CMSMS MLE fork
Topic: Clarification on how Global Content Blocks work now with 1.5.3b
Replies: 6
Views: 2614

Re: Clarification on how Global Content Blocks work now with 1.5.3b

Thanks Alby, I will label them accordingly for the GCBs being called from my templates. Question then, can I use "en_CA" and "fr_CA" for my locales, as my work is primarily for Canadians ? and when I look at the file "en_US.nls.php" (in the admin > lang folder ) I see t...
by joecannes
Thu Apr 09, 2009 1:22 pm
Forum: [locked] CMSMS MLE fork
Topic: Clarification on how Global Content Blocks work now with 1.5.3b
Replies: 6
Views: 2614

Re: Clarification on how Global Content Blocks work now with 1.5.3b

Hi Alby, Thanks for the clarification, I got it working this way as well, and I have not had any problems yet: This is my config_lang.php: define('DEFAULT_LANG', 'eng'); $hls = array( 'eng' => array( 'block'=>'en', 'flag'=>'<img src="/path_cms_root/images/lang/canada_en.png" style="bo...
by joecannes
Wed Apr 08, 2009 7:28 pm
Forum: [locked] CMSMS MLE fork
Topic: Clarification on how Global Content Blocks work now with 1.5.3b
Replies: 6
Views: 2614

Clarification on how Global Content Blocks work now with 1.5.3b

Hi all, Forgive my ignorance, but I just need clarification on how Global Content Blocks work now with 1.5.3b: 1. I am creating an English/French bilingual site, where my KEY (set in my config_lang.php file ) is 'eng' for English and 'fra' for French. 2. In my templates,  I have this code for my tit...
by joecannes
Fri Mar 13, 2009 1:15 pm
Forum: Developers Discussion
Topic: Menu Text, Title, & Breadcrumbs characters not rendering out using iso-8859-1
Replies: 1
Views: 1256

Menu Text, Title, & Breadcrumbs characters not rendering out using iso-8859-1

Hi all, I moved this from to the developer discussion, I have just installed CMSMS 1.5.2, and when I create a page, my menu text, title, and breadcrumbs do not render out the HTML characters when I view the source code, using iso-8859-1 as my character set. For example, when I view the source of my ...
by joecannes
Wed Mar 11, 2009 6:01 pm
Forum: Layout and Design (CSS & HTML)
Topic: Can't get sliding box to work - Probably a simple solution
Replies: 8
Views: 2588

Re: Can't get sliding box to work - Probably a simple solution

on your anchor tags, change:

Code: Select all

href="#"
to

Code: Select all

href="javascript:;"
and see if that helps. For some people, it is not recommended to use it

Code: Select all

href="javascript:;"
, but its worth a shot, sometimes, you are just forced to use it this way,


JC
by joecannes
Tue Mar 10, 2009 7:34 pm
Forum: Layout and Design (CSS & HTML)
Topic: [SOLVED] problem: JQuery and anchors not scrolling smoothly
Replies: 4
Views: 2714

[SOLVED] problem: JQuery and anchors not scrolling smoothly

So i think I just solved the problem...Basically, dont use the {anchor} tag. I changed all my anchor links to this: <ol> <li><a href="#faq_01" class="jqueryScrollto">FAQ 1</a></li> <li><a href="#faq_02" class="jqueryScrollto">FAQ 2</a></li> <li><a href="#...
by joecannes
Tue Mar 10, 2009 6:27 pm
Forum: Layout and Design (CSS & HTML)
Topic: [SOLVED] problem: JQuery and anchors not scrolling smoothly
Replies: 4
Views: 2714

Re: problem: JQuery and anchors not scrolling smoothly

It seems to be href the anchor is generating that is giving the problem.. For example, the anchor tag spits out this: <a href="/mysite/index.php?page=faqs&hl=eng#faq_01" class="jqueryScrollto">FAQ 1</a> ... ... ... <a id="faq_01" name="faq_01"></a> <p>FAQ ...
by joecannes
Sun Mar 01, 2009 2:23 am
Forum: Modules/Add-Ons
Topic: Random Image Problem
Replies: 13
Views: 3085

Re: Random Image Problem

viebig, can you send me the UDT as well? I am having the same problems with that extension with CMSMS 1.5.2

Go to advanced search