Search found 1048 matches

by staartmees
Thu Jun 04, 2015 10:48 am
Forum: The Lounge
Topic: Point Domain name to a specific webpage
Replies: 11
Views: 3085

Re: Point Domain name to a specific webpage

Of course! Just replace the URL in the example with the URL of your page.
by staartmees
Wed Jun 03, 2015 2:29 pm
Forum: The Lounge
Topic: Point Domain name to a specific webpage
Replies: 11
Views: 3085

Re: Point Domain name to a specific webpage

It's possible with a classic meta refresh in an index.html in that domain name.
http://en.wikipedia.org/wiki/Meta_refresh

Code: Select all

<meta http-equiv="refresh" content="0; url=http://www.example.com/index.php?page=alias_of_the_page">
by staartmees
Mon Jun 01, 2015 3:47 pm
Forum: The Lounge
Topic: [ADVANCED] FEU protect page fix needed
Replies: 5
Views: 2808

Re: [ADVANCED] FEU protect page fix needed

JoMorg wrote a workaround for LI2 in CMS MS 1.12 in ListIt2.module.php find line 325. Replace: public function ModProcessTemplate($tpl_name) { $ok = (strpos($tpl_name, '..') === false); if (!$ok) return; $smarty = cmsms()->GetSmarty(); $config = cmsms()->GetConfig(); $result = ''; $oldcache = $smart...
by staartmees
Mon Jun 01, 2015 2:31 pm
Forum: Dutch - Nederlands
Topic: (Opgelost) Nieuwsmodule afbeelding in samenvatting
Replies: 7
Views: 2353

Re: Nieuwsmodule afbeelding in samenvatting

Bedoeling is om de URL van die afbeelding in dat veld Extra te zetten en niet in je Summary.

In de overzichtstemplate neem je dat veld extra mee op, in de berichttemplate niet.
by staartmees
Mon Jun 01, 2015 12:58 pm
Forum: Dutch - Nederlands
Topic: (Opgelost) Nieuwsmodule afbeelding in samenvatting
Replies: 7
Views: 2353

Re: Nieuwsmodule afbeelding in samenvatting

Ik heb dat opgelost door de url van een foto in het vak Extra te zetten. In mijn sjabloon roep ik die afbeelding op met onderstaande code. {if isset($entry->extra)} <img src="{eval var=$entry->extra}" style="float:right;width:320px;height:240px;padding:12px;" /> {/if}
by staartmees
Mon Jun 01, 2015 12:42 pm
Forum: Modules/Add-Ons
Topic: Creating static HTML pages from CMSMS site
Replies: 6
Views: 2099

Re: Creating static HTML pages from CMSMS site

If you are a Windows user, use HTTrack, https://www.httrack.com/
For Linux you have the wget-command

Code: Select all

wget -r http://www.website.ext
by staartmees
Fri May 29, 2015 6:14 am
Forum: Dutch - Nederlands
Topic: Nieuwsmodule: nieuws artikelen naast elkaar
Replies: 7
Views: 2349

Re: Nieuwsmodule: nieuws artikelen naast elkaar

{foreach from=$items item=entry} {cycle assign='teller' values='1,2'} <a href="{$entry->moreurl}"> {if $teller=="1"} <div style="float:left;width:50%;"> {else} <div style="float:right;width:50%;"> {/if} <h2>{$entry->title}</h2> {eval var=$entry->summary} </di...
by staartmees
Thu May 28, 2015 6:23 pm
Forum: Dutch - Nederlands
Topic: Nieuwsmodule: nieuws artikelen naast elkaar
Replies: 7
Views: 2349

Re: Nieuwsmodule: nieuws artikelen naast elkaar

Ik post morgenochtend het sjabloon.
by staartmees
Sun May 24, 2015 5:49 am
Forum: Dutch - Nederlands
Topic: [opgelost] gallery en showtime op 1 pagina ... jquery prob
Replies: 5
Views: 2048

Re: gallery en showtime op 1 pagina ... jquery prob

ik heb het indertijd opgelost met de combinatie Nivoslider van Showtime met Gallery.
by staartmees
Thu May 21, 2015 3:14 pm
Forum: The Lounge
Topic: GUI changed to text
Replies: 5
Views: 1545

Re: GUI changed to text

information about upgrading can be found here, http://docs.cmsmadesimple.org/upgrading ... nformation
by staartmees
Thu May 21, 2015 12:48 pm
Forum: The Lounge
Topic: GUI changed to text
Replies: 5
Views: 1545

Re: GUI changed to text

Please post your system info, http://forum.cmsmadesimple.org/viewtopi ... =40&t=2661

It looks like you're using an old admin theme, change it to One Eleven.
by staartmees
Mon May 18, 2015 2:46 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: Cant add UDT after installation move
Replies: 3
Views: 2389

Re: Cant add UDT after installation move

A quick cure for the problem is to install your cms again.

BUT VERY IMPORTANT:
First make a backup of your current database
Upload a fresh cms and start the installation
at step 5 uncheck 'Create tables' and 'Install sample content and templates'.

Go to advanced search