perfect! looking forward to the calendar plugin/module. until now i'm using a modified version of ionrock's calendar. it's a main element on one of my pages.
two suggestions: 1. in googleSitemap.inc.php on line 62 after function generateSitemap() { i would replace $strSitemap = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"; $strSitemap .= "<urlset xmlns=\"http://www.google.com/schemas/sitemap/0.84\">\n"; with $strSitemap = "<?xml version=\"1.0 ...
thanks ;) must be another place that was shown on 3sat. we're a dozend people behind this non-profit place organizing mainly exhibitions but also readings, theatreplays and other stuff. but we're also organized together with some other offspaces in zurich in a group called "new deli*" (see the ...
in calendar.classes.php in the function 'make_events' change the code: $row['title'] = "<a href=\"index.php?$alias&month=$month&year=$year\">" . $row['title'] . "</a>"; // make the title a link to the main calendar page. to the following: $row['title'] = "<a href=\"index.php?id=" . $art_cid ...
i needed the same functionality. it's not perfectly finished yet and i'm not a good coder but the following works for me. 1.) add a new field to the cal_events table called 'article', type: INT. 2.) add the following code in the main.functions.php underneath the function showCategories: function ...
the mod works great for me so far. the only thing i still miss is the possibility to link an event with an article . there is one problem: when i want to add an event it shows on the date and time parameters: field month Warning: strtotime() [function.strtotime.html]: Called with an empty time ...
for me it would be great having a simple calendar with category, titel, date/time and internal articlelink . i know there's a hack, but i never got it to work correctly and especially i am missing an internal-articlelink-functionality (so it would be possible to link an event with an extisting ...
i am looking for a solution to define the depth of the NAV_TABLE_COLUMN. for example my site structure is: level 1 ..level 1.2 ....level 1.2.1 ....level 1.2.2 how can i define the depth so that only level 1 and its sublevel 1.2 (but not the thirdlevels 1.2.1 and 1.2.2) are shown in the NAV_TABLE ...
i would need exactly the same feature too: - Level 1 categories are displayed as a horizontal menu bar in the header - When an entry is clicked in this top-level menu, its sub-categories are displayed as another horizontal menu underneath the main menu when I select a submenu entry, then the ...