Search found 14 matches

by arkon
Fri 13. Apr 2007, 11:04
Forum: phpwcms Discussion
Topic: Calendar Module development
Replies: 68
Views: 38084

Oliver Georgi wrote:Frontend fehlt noch immer. Das kann ich derzeit nicht beschleunigen, da Bezahljobs Vorrang haben.

Oliver
nun, wenn das frontend fehlt, wo ist dann das backend? oder hab ich das in der version 1.3 schlicht übersehen??

noel
by arkon
Mon 19. Mar 2007, 09:31
Forum: phpwcms Discussion
Topic: Calendar Module development
Replies: 68
Views: 38084

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.

here comes a wish:
calendar entry titel linkable to an article (like on http://station21.ch/programm.phtml)
by arkon
Wed 4. Jan 2006, 23:07
Forum: hacks & enhancements
Topic: Google Sitemap
Replies: 23
Views: 23376

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";...
by arkon
Wed 30. Nov 2005, 16:02
Forum: sites you are proud of (made with phpwcms only)
Topic: www.station21.ch
Replies: 6
Views: 2905

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...
by arkon
Wed 30. Nov 2005, 13:26
Forum: sites you are proud of (made with phpwcms only)
Topic: www.station21.ch
Replies: 6
Views: 2905

www.station21.ch

station21.ch :: plattform für junge kunst

http://www.station21.ch

have fun

noel
by arkon
Thu 3. Mar 2005, 18:47
Forum: phpwcms Feature Requests
Topic: Events...
Replies: 5
Views: 5141

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'] = "<...
by arkon
Fri 25. Feb 2005, 08:50
Forum: phpwcms Feature Requests
Topic: Events...
Replies: 5
Views: 5141

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 sho...
by arkon
Wed 9. Feb 2005, 20:04
Forum: hacks & enhancements
Topic: An Event Calendar Mod
Replies: 239
Views: 129728

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 param...
by arkon
Wed 26. Jan 2005, 08:40
Forum: phpwcms Feature Requests
Topic: Any progress on the newsletter function?
Replies: 6
Views: 3267

hi ben.

i'm also using dadamail. it's the most powerfull free newsletterscript for me.

so i would be very interested how to implement it!!
by arkon
Tue 18. Jan 2005, 16:08
Forum: phpwcms Feature Requests
Topic: [updated] calendar with articlelink
Replies: 6
Views: 4930

[updated] calendar with articlelink

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 artic...
by arkon
Thu 11. Mar 2004, 14:57
Forum: phpwcms Support English
Topic: navigation depth definition
Replies: 2
Views: 1463

thanx. almost the right solution. but that does not limit the sublevels but the cut the parent level.

result:

level 1.2
..level 1.2.1
..level 1.2.2

but i want:
level 1
..level 1.2

(level 1.2.1 and 1.2.2 not shown so i can put them in a separat NAV_TABLE_COLUMN)
by arkon
Thu 11. Mar 2004, 14:51
Forum: phpwcms Support English
Topic: Displaying content in several columns
Replies: 30
Views: 9166

thanx. almost the right solution. the problem is just that it is not dynamic because you have to fix the menu at a specific ID.
see also http://www.phpwcms.de/forum/viewtopic.p ... highlight=
by arkon
Wed 10. Mar 2004, 16:32
Forum: phpwcms Support English
Topic: navigation depth definition
Replies: 2
Views: 1463

navigation depth definition

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_COL...
by arkon
Mon 8. Mar 2004, 13:50
Forum: phpwcms Support English
Topic: Displaying content in several columns
Replies: 30
Views: 9166

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 subsubc...