±Help
Back to top
Skip to content
Skip to menu
Back to top
Back to main
Skip to menu
Search found 791 matches
- Madis
- Topic: Foorumi spämm
- Replies: 2
- Views: 1189
Re: xHTML Validation fix for Radio Buttons
I've used javascript solutions to disable selection (I disable the selection when there are links for toggling something, as usually double clicking (toggling quickly) causes text selection instead). ...
- Madis
- Topic: xHTML Validation fix for Radio Buttons
- Replies: 5
- Views: 781
Re: Better DF Menus?
Cool. Thanks for the effort, layingback.
Here's the download link: http://layingback.net/Downloads/details/id=66.html
Here's the download link: http://layingback.net/Downloads/details/id=66.html
- Madis
- Topic: Better DF Menus?
- Replies: 11
- Views: 3954
Re: Tehisintellekti aine kodutööd
[url=http://000.pri.ee/kool/fifteen-puzzle/]15-mäng
Algoritmi kirjeldus:
Tehakse heuristiline otsing. Iga mängutabeli seisu lisamisel üheks järgmiseks puu tipuks kontrollitakse selle mängutab ...
Algoritmi kirjeldus:
Tehakse heuristiline otsing. Iga mängutabeli seisu lisamisel üheks järgmiseks puu tipuks kontrollitakse selle mängutab ...
- Madis
- Topic: Tehisintellekti aine kodutööd
- Replies: 1
- Views: 946
Tehisintellekti aine kodutööd
Panin üles mõned oma kodutööd. Kõik on javascriptis tehtud ning täiesti kliendipoolne - ehk kui tõmbaksite kõik failid alla, töötaks see ka teie arvutis.
[url=http://000.pri.ee/kool/fifte ...
[url=http://000.pri.ee/kool/fifte ...
- Madis
- Topic: Tehisintellekti aine kodutööd
- Replies: 1
- Views: 946
Re: Undefined index: SHOW_PAGETITLE
Seems like a bug in reDesign. I think it was meant to be in theme.php. Just ignore the error at the time as not defined constant is parsed as false in the end in PHP and nothing bad will happen.
- Madis
- Topic: Undefined index: SHOW_PAGETITLE
- Replies: 3
- Views: 1498
Re: Individual modules CSS
The theme doesn't probe style/modules/ directory by itself, but just has hard links to css file(s) in there, so semantically, sure you could add them there, but then be sure that the references in .cs ...
- Madis
- Topic: Individual modules CSS
- Replies: 2
- Views: 1168
Re: redesing3 RC & coppermine
Yeah. It's fixed in cvs actually: http://dragonflycms.org/cvs/themes/reDesign/coppermine/theme.inc?d=1.15-1.14
If you're familiar with CVS, I recommend to use the version from there. Good job on fi ...
If you're familiar with CVS, I recommend to use the version from there. Good job on fi ...
- Madis
- Topic: redesing3 RC & coppermine
- Replies: 1
- Views: 915
Re: Images displaying twice instead of rollovers with ForumsPlus
Yes.
Templates for some new special pages, e.g Forums/search/search_id=watch/ and admin templates, I think and maybe for Forums/archives.html, but now I realize these are actually ForumsPlus templa ...
Templates for some new special pages, e.g Forums/search/search_id=watch/ and admin templates, I think and maybe for Forums/archives.html, but now I realize these are actually ForumsPlus templa ...
- Madis
- Topic: Images displaying twice instead of rollovers with ForumsPlus
- Replies: 5
- Views: 1285
Re: Images displaying twice instead of rollovers with ForumsPlus
Correct, reDesign 3 has [b]some[/b] ForumsPlus features added to it's templates. You could add specific ones from templates included with ForumsPlus.
- Madis
- Topic: Images displaying twice instead of rollovers with ForumsPlus
- Replies: 5
- Views: 1285
- Madis
- Topic: Page background and 'non-CMS' look
- Replies: 11
- Views: 2324
Re: Page background and 'non-CMS' look
The version 9 of IE is still in beta and not coming too soon.
border-radius is supported by Opera, Chrome and Firefox (mox-border-radius) stable versions at the moment. reDesign uses the half trans ...
border-radius is supported by Opera, Chrome and Firefox (mox-border-radius) stable versions at the moment. reDesign uses the half trans ...
- Madis
- Topic: Page background and 'non-CMS' look
- Replies: 11
- Views: 2324
Re: Page background and 'non-CMS' look
Depends. Do you want to support Internet Explorer below version 9 too? In that case it's gonna be tricky (or you could use javascript).
Else you could just add border-radius to #maincontainer.
Else you could just add border-radius to #maincontainer.
- Madis
- Topic: Page background and 'non-CMS' look
- Replies: 11
- Views: 2324
Re: Page background and 'non-CMS' look
Yes, #maincontainer is in style/style.css
If you add another style holder (div), you should add that where it's exactly needed, probably just another container before/after #maincontainer for examp ...
If you add another style holder (div), you should add that where it's exactly needed, probably just another container before/after #maincontainer for examp ...
- Madis
- Topic: Page background and 'non-CMS' look
- Replies: 11
- Views: 2324
Re: Page background and 'non-CMS' look
The background you gave contains of two images actually, so that the sky would fill the rest of the screen if there is quite high resolution. So html would be one of the background image holders, yes. ...
- Madis
- Topic: Page background and 'non-CMS' look
- Replies: 11
- Views: 2324