Search found 13 matches

by twiz
Mon Dec 15, 2008 7:46 pm
Forum: Layout and Design (CSS & HTML)
Topic: Simple CSS question about block displays
Replies: 12
Views: 4387

Re: Simple CSS question about block displays

Here you're saying there are no "CMS Specific templates and stylesheets (CSS)" -- just examples. Please keep in mind the templates and stylesheets installed by default with CMS are examples, you are not required to use them. the default styles illustrated below are what the initial templat...
by twiz
Fri Sep 05, 2008 8:37 am
Forum: CMSMS Core
Topic: [UnSolved] - Pulldown menu presents extraneous files/folders.
Replies: 5
Views: 2286

Re: Pulldown menu presents extraneous files/folders.

You can reproduce this at: http://www.opensourcecms.com/cms/cmsmadesimple/admin.html Extensions » TinyMCE WYSIWYG Screen capture attached. =============================== Maybe * Server Api: cgi-fcgi... In this opensourcecms.com demo, we're seeing: * Server Api: apache (see below) ------------------...
by twiz
Wed Sep 03, 2008 12:47 pm
Forum: Layout and Design (CSS & HTML)
Topic: [SOLVED]Images in Templates and Stylesheet help
Replies: 10
Views: 2986

Re: [SOLVED]Images in Templates and Stylesheet help

/* you can set your own image here */     background: url(http://localhost/Radarlogo.jpg)  no-repeat 0 12px; Also look at "quotation marks" for the URL: /* you can set your own image here */     background: url("http://localhost/Radarlogo.jpg")  no-repeat 0 12px; Has caught me m...
by twiz
Wed Sep 03, 2008 10:04 am
Forum: CMSMS Core
Topic: [UnSolved] - Pulldown menu presents extraneous files/folders.
Replies: 5
Views: 2286

Re: Pulldown menu presents extraneous files/folders.

Similar results seen again after fresh install of CMSMS 1.4.1, on another system (no FP extensions).  At Extensions » TinyMCE WYSIWYG TO REPRODUCE: Go to -->  /admin/moduleinterface.php?module=TinyMCE Click on --> Settings Select --> Skin:[pulldown] Notice --> 'index.html ' is offered as a skin sele...
by twiz
Sat Aug 30, 2008 6:41 pm
Forum: CMSMS Core
Topic: [UnSolved] - Pulldown menu presents extraneous files/folders.
Replies: 5
Views: 2286

Re: Pulldown menu shows extraneous folder.

Yes ... in /admin/themes, there originally was: . default folder . NCleanGrey folder . index.html ... with FrontPage Server Extensions later creating: . _vti_cnf folder These _vti_* folders are very prevalent on servers running with archaic (sometimes still necessary) FrontPage Server Extensions. So...
by twiz
Fri Aug 29, 2008 3:52 pm
Forum: CMSMS Core
Topic: [UnSolved] - Pulldown menu presents extraneous files/folders.
Replies: 5
Views: 2286

[UnSolved] - Pulldown menu presents extraneous files/folders.

I can. Installing 1.4 beta2 "base" over 1.3.1.  Here's a screenshot of the language options, and one of the system settings shown during installation. Similar to the above post: An extraneous MS-FrontPage folder '_vti_cnf' appears when selecting the pulldown menu, via .  ..or..  /admin/ed...
by twiz
Sat Feb 23, 2008 9:12 pm
Forum: Layout and Design (CSS & HTML)
Topic: cellpadding & cellspacing isnt being displayed
Replies: 7
Views: 3286

Re: cellpadding & cellspacing isnt being displayed

I've found that removing:

Code: Select all

* {
margin:0pt;
padding:0pt;
}
... from the CMSMS's standard [screen] CSS, eliminates the cellpadding constraint.

Before relying on this as the solution, may I ask why this asterisk-code is used in the first place? Thanks,

twiz/
by twiz
Fri Feb 22, 2008 2:49 pm
Forum: CMSMS Core
Topic: uploads module for downloading
Replies: 6
Views: 2239

Re: uploads module for downloading

Found it ... just after posting previous message (always happens ;)  Here's the link location in the template and its output: From template: {$entry->summarylink} From output: http://cmswebsite/index.php?mact=Uploads,cntnt01,getfile,0&cntnt01showtemplate=false&cntnt01upload_id=5&cntnt01r...
by twiz
Fri Feb 22, 2008 2:32 pm
Forum: CMSMS Core
Topic: uploads module for downloading
Replies: 6
Views: 2239

Re: uploads module for downloading

Please make a look at the module help ;) {cms_module module='Uploads' category='categorie' mode='summary'} or {cms_module module='Uploads' category='categorie' mode='detailed'} should work. Thanks for the reply ...  I'm going through a learning curve. ;) That works .... sort of.  Here's the output ...
by twiz
Tue Feb 19, 2008 3:55 pm
Forum: CMSMS Core
Topic: uploads module for downloading
Replies: 6
Views: 2239

Re: uploads module for downloading

You have to upload it the doc via uploads mod before. Then you will get an ID and a download link {cms_module module='Uploads' category='categorie' mode='single' upload_id='id'} I'd like to display a file-list (a directory full of PDF files), so user can select (click on) which file to download.  H...
by twiz
Sat Dec 22, 2007 4:02 pm
Forum: CMSMS Core
Topic: Random Content Blob Tag
Replies: 9
Views: 3368

Re: Random Content Blob Tag

This replacement code did the trick for me also.  Thank you Dee!  :)
by twiz
Wed Dec 19, 2007 6:38 pm
Forum: General Discussion
Topic: Random image tag
Replies: 3
Views: 1935

Re: Random image tag

1.) Is there a place where people can view/compare live examples?

2.) Looking for a random-image (with text for that image).

Thanks  :)
by twiz
Fri Nov 23, 2007 11:21 pm
Forum: CMSMS Core
Topic: Code for Most Recent Published Pages
Replies: 3
Views: 1713

Re: Code for Most Recent Published Pages

Hunting for that code right now ...

Go to advanced search