Yesterday docman evoked a “Fatal Error” in one of my administrated Joomla installations.
Fatal error: Class 'dmConfig' not found in
[path]\joomla\administrator\components\com_docman\classes\
DOCMAN_config.class.php on line 88
So I searched through the www and found out that my docman.config.php-file was gone O.O
Hm, well, it was not really _gone_ it was only empty :-\ But that is nearly the same
But happily there was a backup of it. I restored it and everything was just fine
The only remaining problem is that nobody really knows _why_ this happens. Sometimes this has happened more than once.
From now on my docman.config.php is not writeable. Hopefully this will help. We’ll see…
If there is anybody without a backup, here is a module, which makes backups and restores it automatically if the config file “got lost”:
www.handyphp.com/component/option,com_docman/task,cat_view/gid,17/Itemid,25
Somehow the module latest_updates_extbypublish is better than the original module, but If “Date display” is set to “If Modified later then Created Date”, then the Updates won’t be ordered by modified date but by published date.
Not nice; but with very few code changes it works.
/*Insert before: // select between
Content Items, Static Content or both*/
if ($sortdateby){
$orderby = 'a.modified';
} else {
$orderby = 'a.publish_up';
}
then enter
$orderby
instead of
a.published_up
to the queries below (select between content items, static content or both)
and i deleted the whitespace at
$cat_prefix_view = '
'.$cat_prefix_txt.' '.$cat_prefix_seperator.'';"
between
'.$cat_prefix_txt.'
and
'.$cat_prefix_seperator.'
It looks ugly if you use a “:” instead of a “-”.
Heute habe ich einen neuen Editor gesucht, der etwas schöner und “neuer” aussieht wie der TinyMCE.
Schön und vor allem mit einem sehr komfortablen “Insert Image”-Dialog mit Uploadfunktion ausgestattet, ist ja der JCK, aber leider funktioniert DOCLink nicht damit, und die anderen haben mir alle nicht so zugesagt und dann ist Funktionalität doch wichtiger als “Schönheit” und die Bilder müssen eben weiterhin über den MediaManager bzw eXtplorer hochgeladen werden.
Ein wirklich sinnvoller Mambot der auch mit jedem Editor funktioniert sind die RAF Buttons: Ein “blank”-Button ist dabei, den muss man nachbearbeiten und kann ihn im Admin-Backend mit beliebigem Code hinterlegen, damit lassen sich dann zB Tabs, Gallerien usw einfügen, aber auch andere beliebige Codeschnipsel oder irgendwelche Standardphrasen.
Noch andere sinnvolle Erweiterungen:
[weiter...]
Wow. WordPress ich bin tief beindruckt O.O
Ich habe gerade ein Update von 2.2.3 auf 2.6.2 gemacht. Ohne irgendwelche Probleme von Seiten der Datenbank oder des Layouts O.O und mit nur einem Paket (eben dem von 2.6.2)
Jetzt muss ich mir das neue WP gleich mal anschauen
Meine Dokumentation auf Englisch oder eher mein Bilderbuch “How to Joomla”
ist (ziemlich) fertig. Ging relativ schnell, da die ca 60 Seiten mit ungefähr 90 Bildern und Icons gefüllt wurden.
Aber gut, das sollte ja auch so sein, dass auch jemand Joomla bedienen kann, der es noch nie gesehen hat.