Search found 353 matches

by manuel
Wed Jan 09, 2013 12:45 pm
Forum: Modules/Add-Ons
Topic: [Solved]My Module Manager is not listing latest versions
Replies: 5
Views: 1892

Re: My Module Manager is not listing latest versions

Dear Jasnick, You could try to upgrade selfreg to 1.7 or older. (you should find the version right before FEU 1.21 is required). You can manually choose a version by downloading the xml file from the forge. Install it by selecting the xml file in the "modules" page of cmsms. so I cannot fi...
by manuel
Tue Jan 08, 2013 11:57 am
Forum: Dutch - Nederlands
Topic: HTML Editor voor geuploade HTML bestanden
Replies: 14
Views: 2770

Re: HTML Editor voor geuploade HTML bestanden

Beste Pascal, http://dev.cmsmadesimple.org/projects/aceeditor ps: Na installatie moet de editor selecteren in "My preferences > My account > User Preferences > Select syntax highlighter to use" Daarna laadt deze editor automatisch als je templates etc. bewerkt. Met vriendelijke groet, Manuel
by manuel
Fri Dec 07, 2012 10:38 am
Forum: General Discussion
Topic: in-page editing
Replies: 7
Views: 6647

Re: in-page editing

Dear Simon66, +1 on not wanting/needing in-page editing. I have been editing the content of a Drupal site developed by a different company and have grown at least 5 extra gray hairs since i started!! Besides the regular "in-page editing", there are also quotes & calendar items. To edit...
by manuel
Sun Dec 02, 2012 2:44 pm
Forum: Modules/Add-Ons
Topic: CGBlogs dynamic Gravatars
Replies: 15
Views: 3779

Re: CGBlogs dynamic Gravatars

nicce, that should take care of it!! ;D

Greetings,
Manuel
by manuel
Sat Dec 01, 2012 1:53 pm
Forum: Modules/Add-Ons
Topic: CGBlogs dynamic Gravatars
Replies: 15
Views: 3779

Re: CGBlogs dynamic Gravatars

Dear Erajis,

I don't have a lot of experience with this but I believe you have to update the UDT to work with the latest CMSMS.

Please try replacing

Code: Select all

global $gCms;
with

Code: Select all

$gCms = cmsms();

Code: Select all

$db =& $gCms->GetDb(); 
with

Code: Select all

$db = cmsms()->GetDb();
Greetings,
Manuel
by manuel
Thu Nov 29, 2012 11:29 pm
Forum: Modules/Add-Ons
Topic: CGBlogs dynamic Gravatars
Replies: 15
Views: 3779

Re: CGBlogs dynamic Gravatars

Dear Jo Morg,

Oops, you are absolutely right :)
That's one "only" too much in my previous response

Erajis, please check the content of the var with:

Code: Select all

{$author_email|@debug_print_var}
Greetings,
Manuel
by manuel
Thu Nov 29, 2012 10:18 pm
Forum: Layout and Design (CSS & HTML)
Topic: Bilingual site- meta tag switching
Replies: 2
Views: 1388

Re: Bilingual site- meta tag switching

Dear Martin,

I suppose you are using the "MLE cms" module?
In MLE cms, you could create a "snippet" for your metatags...

Greetings,
Manuel
by manuel
Thu Nov 29, 2012 10:06 pm
Forum: Modules/Add-Ons
Topic: CGBlogs dynamic Gravatars
Replies: 15
Views: 3779

Re: CGBlogs dynamic Gravatars

Dear Erajis,

Smarty will only recognize vars if you enclose them in double quotes
http://www.smarty.net/docsv2/en/languag ... thor_email"[/code]
Greetings,
Manuel
by manuel
Thu Nov 29, 2012 11:51 am
Forum: Tips and Tricks
Topic: CGCalendar change interval of event times from 15 minutes
Replies: 7
Views: 7013

Re: CGCalendar change interval of event times from 15 minute

Dear Paul, Below a quick test you can perform: {include file='file:/home/cthuk/public_html/stmarys/modules/CGCalendar/templates/admin_add_event.tpl' assign='capturedtemplate'} INCLUDE: {$capturedtemplate|@debug_print_var:0:600} <br><br> {fetch file='/home/cthuk/public_html/stmarys/modules/CGCalendar...
by manuel
Fri Nov 23, 2012 5:20 pm
Forum: Modules/Add-Ons
Topic: [solved] Gallery:how 2 change gallery template on next level
Replies: 7
Views: 4092

Re: Gallery - how 2 change gallery template on next level?

Dear Martin, The solution was: 1. remove the number=3 from the gallery tag 2. add the code below in front of the gallery tag {assign var='limitgaldirs' value='1'} 3. edit the gallery template: Change {foreach from=$images item=image} To {foreach from=$images item=image} {if ($limitgaldirs eq '1' &am...
by manuel
Fri Nov 23, 2012 8:39 am
Forum: Tips and Tricks
Topic: CGCalendar change interval of event times from 15 minutes
Replies: 7
Views: 7013

Re: CGCalendar change interval of event times from 15 minute

Dear Paul, You will need to create the folder "module_custom/modules/CGCalendar/templates/" Then, create blank files named "admin_add_event.tpl", "orig_editevent_template.tpl" & "settings.tpl" In the content of these files you will need to search & rep...
by manuel
Thu Nov 22, 2012 12:12 pm
Forum: Modules/Add-Ons
Topic: [solved] Gallery:how 2 change gallery template on next level
Replies: 7
Views: 4092

Re: Gallery - how 2 change gallery template on next level?

Hi map_1961, Maybe you can do it by changing the way you limit the number of galleries being shown. This is just off the top of my mind... (not tested) In your gallery call, drop the number="3" Add this in your page template (above the gallery call!) {if $page_alias eq 'home'} {assign var=...
by manuel
Tue Nov 13, 2012 2:43 pm
Forum: Tips and Tricks
Topic: Getting the Vimeo video thumb
Replies: 3
Views: 4790

Re: Getting the Vimeo video thumb

Dear Carasmo,

Thanks for sharing!
(I have a site coming up where i'll be publishing a lot of video's in one big list using only their thumbnails so this will definitely get used there!)

Greetings,
Manuel
by manuel
Thu Nov 08, 2012 3:38 pm
Forum: Modules/Add-Ons
Topic: plugin protect_email
Replies: 11
Views: 8868

Re: plugin protect_email

Dear Jean,

Spot-on, I should have thought about this! :)

you can even drop the var=
{eval $item->fielddefs.yourInput.value}
{eval $image->comment}

Greetings,
Manuel
by manuel
Wed Nov 07, 2012 10:13 pm
Forum: Modules/Add-Ons
Topic: plugin protect_email
Replies: 11
Views: 8868

Re: plugin protect_email

Dear Jean,

I seem to notice that e-mail addresses entered in the Listit2, Gallery or MCFactory generated modules don't get the special treatment.
The news module content however does get processed correctly...

Greetings,
Manuel

Go to advanced search