Search found 14198 matches

by cmb
Wed Dec 28, 2011 2:51 pm
Forum: Addons and Plugins
Topic: WDIR - SORTING
Replies: 6
Views: 1660

Re: WDIR - SORTING

Hello oldnema, an example: currently the output is as follows: magazine 2010 4.pdf magazine 2011 1.pdf magazine 2011 2.pdf magazine 2011 3.pdf magazine 2011 4.pdf If you change line 89 in index.php to array_multisort($wd_lowfnames, SORT_DESC, $wd_ftypes, $wd_fnames); it will be: magazine 2011 4.pdf ...
by cmb
Wed Dec 28, 2011 2:37 pm
Forum: Addons and Plugins
Topic: WDIR - SORTING
Replies: 6
Views: 1660

Re: WDIR - SORTING

Hello oldnema,

do you really need sorting by date? Wouldn't it be enough to sort by name in descending order? The latter could be easily accomplished:

Code: Select all

array_multisort($wd_lowfnames, SORT_DESC, $wd_ftypes, $wd_fnames);
The former would be more work. :(

Christoph
by cmb
Wed Dec 28, 2011 2:33 pm
Forum: Deutsch
Topic: TemPlug_XH Plugin
Replies: 20
Views: 4083

Re: TemPlug_XH Plugin

Hallo Gert, Ich werde mal abwarten, was noch so alles an Ideen reinkommt, und dann entscheiden. Das ist sicher sinnvoll. Besonders Feedback von Template-Designern ist sicherlich interessant. An die html-Struktur werde ich den Anwender aber nicht ranlassen Wenigstens die Anzahl der Newsboxen konfigur...
by cmb
Wed Dec 28, 2011 2:18 pm
Forum: Addons and Plugins
Topic: WDIR - SORTING
Replies: 6
Views: 1660

Re: WDIR - SORTING

Hello oldnema, I guess you're using the latest version (0.1 beta 3). Have a look at wdir/index.php line 89:     array_multisort($wd_ftypes, $wd_lowfnames, $wd_fnames);  Change it to     array_multisort($wd_lowfnames, $wd_ftypes, $wd_fnames);  So the files will be sorted by their names in lowercase. ...
by cmb
Wed Dec 28, 2011 1:39 pm
Forum: Deutsch
Topic: TemPlug_XH Plugin
Replies: 20
Views: 4083

Re: TemPlug_XH Plugin

Hallo Gert, hallo Mario, schon seit langem lässt mich die Idee konfigurierbarer Templates nicht mehr los. snafu hatte mich darauf hingewiesen, dass es so etwas z.B. für Wordpress gibt. Monate später bin ich darauf gestoßen, dass CMSimple-Styles.com bereits konfigurierbare Templates veröffentlicht ha...
by cmb
Tue Dec 27, 2011 11:20 pm
Forum: Deutsch
Topic: Geschützter Download
Replies: 8
Views: 3147

Re: Geschützter Download

Hallo Ulrich, Ich hoffe, ich habe in der Dokumentation oder in den Foren die ultimative Lösung nicht einfach übersehen und blamiere mich auf diese Weise hier nicht allzusehr. Im Gegenteil! Du hast Dein Problem überaus klar geschildert, und Dir wohl auch einige Zeit genommen, selbst nach einer passen...
by cmb
Tue Dec 27, 2011 8:32 pm
Forum: Open Development
Topic: New Adminmenu: Problems and Solutions
Replies: 4
Views: 4940

New Adminmenu: Problems and Solutions

Hello Developers, this is about the new adminmenu of CMSimple_XH 1.5. IMO it's really amazing to have the menu fixed to the top of the browser window to allow a real view mode of the pages (thanks to Martin and Gert, who had the idea and did the implementation). But it is mandatory to shift the rest...
by cmb
Tue Dec 27, 2011 4:44 pm
Forum: Addons and Plugins
Topic: Comments_XH 2.4 - Bugfix
Replies: 10
Views: 3387

Re: Comments_XH 2.4 - Bugfix

Hi Jochen, indeed, this .htaccess is delivered with CMSimple_XH. It prohibits direct access to content.htm ( http://www.example.com/content/content.htm ). So you should rename it back to .htaccess. But this further prohibits access to all subfolders of content/. So you have to put a .htaccess to con...
by cmb
Tue Dec 27, 2011 4:18 pm
Forum: Open Development
Topic: Shorten long URL
Replies: 11
Views: 4584

Re: Shorten long URL

Hi twc, since a long time there is the setting uri_length that defaults to 200. This will shorten the part of the URL refering to the chosen page to at most 200 characters. But if this setting is decreased, I guess links to <h3> headings might fail. http://fiberdordrecht.nl/98 (or not good for seo ?...
by cmb
Tue Dec 27, 2011 2:17 pm
Forum: Bugs
Topic: BUG CMSimple v1.5
Replies: 18
Views: 14962

Re: BUG CMSimple v1.5

Hi Victor, how to finish the test and filling up on the server will let you know. I'll appreciate that. :) Noticed matter in locator, which is located on page subsite after clicking the link opens the main page first subsite and not the main page of the site, maybe it's not all we should then have t...