Search found 136 matches

by JensZ
Tue 27. Mar 2007, 17:13
Forum: hacks & enhancements
Topic: New Calendar Mod: QCalendar with Ajax [Updated v1.0.8]
Replies: 136
Views: 82351

Hello again, German language pack available!!! Dieter Missal has translated into German. Create include/inc_module/mod_qcal/inc_lang/de/lang.inc.php : <?php $lang["weekDays"] = array("So","Mo","Di","Mi","Do","Fr","Sa"); ...
by JensZ
Tue 27. Mar 2007, 16:56
Forum: hacks & enhancements
Topic: New Calendar Mod: QCalendar with Ajax [Updated v1.0.8]
Replies: 136
Views: 82351

Hi, It'll probably be awhile until I upgrade to 1.3.0 so that I can make qcalendar version independent. It seems like Oliver has revamped modules, so that there no longer is any need to change core code. In essence, you'll need three files: a language file, module.default.php, and backend.default.ph...
by JensZ
Fri 9. Mar 2007, 16:27
Forum: hacks & enhancements
Topic: New Calendar Mod: QCalendar with Ajax [Updated v1.0.8]
Replies: 136
Views: 82351

Well, in 1.3.0 it seems to be defined in dbcon.inc.php: define ('DB_PREPEND', $phpwcms["db_prepend"] ? $phpwcms["db_prepend"].'_' : ''); Try messing with $phpwcms["db_prepend"] and echo($phpwcms["db_prepend"]) as well as echo(DB_PREPEND) to see what it gives y...
by JensZ
Fri 9. Mar 2007, 11:15
Forum: hacks & enhancements
Topic: New Calendar Mod: QCalendar with Ajax [Updated v1.0.8]
Replies: 136
Views: 82351

It looks like you still have the same problem. The problem is this part: DB_PREPENDphpwcms_cm_events It seems like it doesn't know what DB_PREPEND is. When you click on 'New Calendar' or any link for that matter there is an ajax call to the qcal.php script. Here you must include the file that define...
by JensZ
Fri 9. Mar 2007, 10:02
Forum: hacks & enhancements
Topic: ExData Module v2.8.0 - Tables, Lists and more…
Replies: 472
Views: 272435

Hi Breitsch, Thanks for a great mod! I use it for a lot of things on my website. I have a few requests/ideas/suggestions: - Add links to images in order to be able to click on an image and get redirected somewhere. - Banner content part. Create a list of images with an embedded click counter. - One ...
by JensZ
Fri 9. Mar 2007, 09:43
Forum: hacks & enhancements
Topic: New Calendar Mod: QCalendar with Ajax [Updated v1.0.8]
Replies: 136
Views: 82351

Hello, Unfortunately I don't think what Dexxus suggested will solve the issue. There should not be a space after DB_PREPEND. The qcalendar was developed on an unofficial 1.2.7 , and I think there have been some changes in 1.2.8 with regards to how the database connection is being done, as well as th...
by JensZ
Mon 5. Mar 2007, 09:25
Forum: hacks & enhancements
Topic: New Calendar Mod: QCalendar with Ajax [Updated v1.0.8]
Replies: 136
Views: 82351

Sorry, the zip file was missing a few javascript files that I for some reason thought was part of the phpwcms package. However, they are not so I have now uploaded version 1.0.5 to my server http://www.ikfrej.se/?downloads . Alternatively, download AnchorPosition.js, CalendarPopup.js, and PopupWindo...
by JensZ
Wed 28. Feb 2007, 16:19
Forum: hacks & enhancements
Topic: New Calendar Mod: QCalendar with Ajax [Updated v1.0.8]
Replies: 136
Views: 82351

Version 1.0.4 ready! 2007-02-27 Jens Zetterström Version 1.0.4 * Added setting to use ajax call when opening events in frontend * Step one for themes; CSS file templates * Fixed XmlHttpRequest issue with encoding charsets * Upgraded datarequestor to 1.6 * Fixed IE javascript error when switching cal...
by JensZ
Tue 27. Feb 2007, 17:34
Forum: General Discussion
Topic: Forum language
Replies: 23
Views: 7700

Thanks Pico, I hope more people will follow your example. But there is definitely a tendency that threads turn into German, even when they started out in English. It's very hard to follow a thread when you miss half of the info because it is in a different language. Well, I believe everybody would b...
by JensZ
Tue 27. Feb 2007, 16:09
Forum: General Discussion
Topic: Forum language
Replies: 23
Views: 7700

Most people write really good English on the forum, so I believe that sometimes it is just laziness that make people write in their own language. English is not my first language either, but I try. It makes it a lot easier for people outside Germany that want to get their questions answered on the f...
by JensZ
Tue 27. Feb 2007, 15:18
Forum: General Discussion
Topic: Forum language
Replies: 23
Views: 7700

Forum language

Hello,

Been noticing that more and more people are writing in german on the forum. It's very difficult for me (and probably many more) that do not speak german to follow a lot of the threads and it is really annoying. What is the preferred language? What do you guys think?

Cheers,

Jens
by JensZ
Thu 8. Feb 2007, 11:58
Forum: hacks & enhancements
Topic: New Calendar Mod: QCalendar with Ajax [Updated v1.0.8]
Replies: 136
Views: 82351

Now up to 1.0.3: 2007-01-30 Jens Zetterström Version 1.0.1 * Fix error with event sets record count * Add copy events to another calendar category * Add form headings 2007-02-07 Jens Zetterström Version 1.0.2 * Fix week start day * Fix validation error for time duration (18:00-20:00 is ok) 2007-02-0...
by JensZ
Wed 7. Feb 2007, 10:39
Forum: hacks & enhancements
Topic: News Flash Content Type [Updated 2.0.4]
Replies: 40
Views: 32846

It actually seems like I broke the replacement tag in 2.0.2. Sorry about that! The functions have moved to include/inc_front/content/cnt_functions/cnt90.func.inc.php so of course we need to reference it. To fix, add this line to the top of phpwcms_template/inc_script/frontend_render/newsflash.php: r...
by JensZ
Thu 1. Feb 2007, 10:20
Forum: phpwcms Support English
Topic: RSS tags
Replies: 8
Views: 2447

I just started looking at this today but I have some questions (mainly to Oliver): 1. There seems to be one feeds.ini file (I'm using 1.2.7). What if you want to have several feeds on your site with different main title and descriptions? 2. The feeds script doesn't seem to support description for ar...
by JensZ
Tue 30. Jan 2007, 11:01
Forum: hacks & enhancements
Topic: New Calendar Mod: QCalendar with Ajax [Updated v1.0.8]
Replies: 136
Views: 82351

Fixed some errors, so now we're up to version 1.0.1.