Search found 693 matches

by kermit
Thu Jul 01, 2010 8:43 am
Forum: CMS Show Off
Topic: New web design website
Replies: 9
Views: 4133

Re: New web design website

2) Will also look into mailto: alternative... I hadn't heard of this being a problem before but will have a hunt around just the fact that a mailto: link is nothing but a giant neon sign that says "spam me" should be enough of a reason to use a contact form (handled server-side) instead.....
by kermit
Thu Jul 01, 2010 8:17 am
Forum: General Discussion
Topic: attribute within another attribute
Replies: 6
Views: 2846

Re: attribute within another attribute

it's not in the tag's help, but you can assign the result right to a smarty variable:

{page_attr key='extra1' assign='myvar'}

no need to "capture" it.
by kermit
Tue Jun 29, 2010 2:19 am
Forum: Layout and Design (CSS & HTML)
Topic: Display Page showing listings e.g. accommodation, attractions
Replies: 2
Views: 1220

Re: Display Page showing listings e.g. accommodation, attractions

i think companydirectory module would do nicely here...
by kermit
Tue Jun 29, 2010 1:59 am
Forum: The Lounge
Topic: send smarty variable via URL ? [SOLVED]
Replies: 2
Views: 2130

Re: send smarty variable via URL ?

how do I pass Smarty variables via URL? For example: http://mysite.com/somepage.html?somevariable=somevalue if you put the following.... {$smarty.request.somevariable} in a page requested via this url... http://mysite.com/somepage.html?somevariable=somevalue it would display... somevalue see http:/...
by kermit
Sun Jun 27, 2010 11:04 pm
Forum: CMSMS Core
Topic: [SOLVED] Page performance information not showing up in generated Page Source
Replies: 3
Views: 1276

Re: Page performance information not showing up in generated Page Source

look in your config.php


#Display abbrieviated performance info in html source output
$config['show_performance_info'] = true;
by kermit
Sun Jun 27, 2010 10:57 pm
Forum: Announcements
Topic: Coming Soon - CMS Made Simple 1.8
Replies: 30
Views: 29248

Re: Coming Soon - CMS Made Simple 1.8

gzip a stylesheet vs minified then gzip..  the differences in output size is minimal.   modern browsers support gzip encoding of css, and so does cmsms. so why add the extra overhead and complexity of a minify routine (and the slight risk it will bork your layout) if it's not really gonna make a dif...
by kermit
Sat Jun 26, 2010 6:47 pm
Forum: CMSMS Core
Topic: Content blocks
Replies: 10
Views: 3033

Re: Content blocks

NRaf wrote: Unfortunately the Content field is required so I can't leave it empty. Is there anyway around this?
you want a page without anything in its content block?  try an html or smarty {* *} comment.
by kermit
Fri Jun 25, 2010 9:15 pm
Forum: CMSMS Core
Topic: Content blocks
Replies: 10
Views: 3033

Re: Content blocks

The only thing I'm concerned about is not being able to edit the order of the blocks easily but that shouldn't really be too big of a deal. if you go with the 'nested' gcb's, you have ONE in the page template, and that one will call the others, you can remove, add or rearrange them in there easily ...
by kermit
Fri Jun 25, 2010 9:01 pm
Forum: Modules/Add-Ons
Topic: CGCalendar
Replies: 5
Views: 2209

Re: CGCalendar

layout -> stylesheets

either add another stylesheet that contains the calendar css you need to use, then attach to your main site template...  or add the calendar css to the end of the stylesheet that is attached to your template.
by kermit
Fri Jun 25, 2010 8:39 pm
Forum: Modules/Add-Ons
Topic: Formbuilder email send to address defined by location
Replies: 3
Views: 1639

Re: Formbuilder email send to address defined by location

the old {contact_form} tag, which was removed from cmsms (but still works), can be modified to choose a destination email address (or addresses) based on a pull-down selection in the form. i use it, or a variation of it, on most sites instead of formbuilder, which i consider to be overkill for a sim...
by kermit
Fri Jun 25, 2010 5:13 pm
Forum: CMSMS Core
Topic: Content blocks
Replies: 10
Views: 3033

Re: Content blocks

one of the things i like most about cms made simple is that its output is not structured into "blocks" like a *nuke, joomla, or other overweight cms/portal. it is easy to put whatever you want, wherever you want it. for a client-editable site-wide content 'block' in a sidebar, that may cha...
by kermit
Fri Jun 25, 2010 3:49 am
Forum: [locked] Installation, Setup and Upgrade
Topic: [SOLVED] Remove redirection on install steps [migration of sites to a new host]
Replies: 5
Views: 2258

Re: [SOLVED] Remove redirection on install steps [migration of sites to a new host]

http://en.wikipedia.org/wiki/Hosts_file if you want to work on a new site at a new host for an existing domain & site hosted elsewhere, a simple edit to your own hosts file will allow you to access the domain's new account and web space by its correct domain name before you change the dns to poi...
by kermit
Fri Jun 25, 2010 3:35 am
Forum: The Lounge
Topic: Change Content Location
Replies: 3
Views: 1877

Re: Change Content Location

if that other script cannot be turned into a UDT or module, and you cannot rewrite it to not be dependent upon the location of the script that calls it or so it can reside in cmsms root, then you will need to make it a separate page, outside of cmsms and link to it as an external link; or try the {e...
by kermit
Thu Jun 24, 2010 8:32 pm
Forum: CMSMS Core
Topic: Single page user questions
Replies: 4
Views: 1634

Re: Single page user questions

if i only want a user to have extremely limited access to edit a single page, or even just a portion of it, i just pull the content they are allowed to edit and stick it in a global content block, and give the user limited access to that, instead.
by kermit
Thu Jun 24, 2010 8:24 pm
Forum: Layout and Design (CSS & HTML)
Topic: External Style sheet refuses to load ONLY in IE
Replies: 2
Views: 1332

Re: External Style sheet refuses to load ONLY in IE

perhaps it is because ie can't handle the invalid characters in the middle of it....

http://jigsaw.w3.org/css-validator/vali ... =2&lang=en

Go to advanced search