Search found 136 matches

by JensZ
Mon 7. May 2007, 14:04
Forum: hacks & enhancements
Topic: New Calendar Mod: QCalendar with Ajax [Updated v1.0.8]
Replies: 136
Views: 84499

@Paradroid: I tried to apply a custom css file, but it is not processed. This is not finished yet, so in the meantime I recommend that you edit qcalendar.css to your needs. In other words, do not use the css tag option at the moment. I am going fix the double <br /> in the coming release. I planning...
by JensZ
Fri 4. May 2007, 16:18
Forum: hacks & enhancements
Topic: New Calendar Mod: QCalendar with Ajax [Updated v1.0.8]
Replies: 136
Views: 84499

I took a look at the new 1.3.3 and it seems like OG has added two more variables that control rendering of modules. I think it should work if you add the following to include/inc_module/mod_qcal/module.default.php: // simple switch to allow fe render or fe init $_module_fe_render = true; $_module_fe...
by JensZ
Fri 4. May 2007, 14:50
Forum: hacks & enhancements
Topic: New Calendar Mod: QCalendar with Ajax [Updated v1.0.8]
Replies: 136
Views: 84499

Agreed!

We're writing the documentation right now ;)

JZ
by JensZ
Fri 4. May 2007, 14:36
Forum: hacks & enhancements
Topic: New Calendar Mod: QCalendar with Ajax [Updated v1.0.8]
Replies: 136
Views: 84499

So it works as expected!

Without the {EVENTS} tag in your template (default.cal.tmpl) you will not see any events!
by JensZ
Fri 4. May 2007, 13:59
Forum: hacks & enhancements
Topic: New Calendar Mod: QCalendar with Ajax [Updated v1.0.8]
Replies: 136
Views: 84499

Yeah, the main template can contain two reptags {MONTH} and {EVENTS}. MONTH is substituted for the calendar itself and EVENTS is substituted for the event list using the event list template. The default event template is specified in conf.inc.php: $qcal["defaults"]["event_template&quo...
by JensZ
Fri 4. May 2007, 13:52
Forum: hacks & enhancements
Topic: New Calendar Mod: QCalendar with Ajax [Updated v1.0.8]
Replies: 136
Views: 84499

Hi, What's Kalender1? You'll need to put the ID of the calendar, it should be a numeric value, probably 1. Why don't you just start from the simplest case having only {QCAL} reptag? When you see that you have a working calendar you can experiment with {QCAL:1} and {QCAL:1:de} and with templates {QCA...
by JensZ
Fri 20. Apr 2007, 14:11
Forum: hacks & enhancements
Topic: News Flash Content Type [Updated 2.0.4]
Replies: 40
Views: 33187

New version:

2007-04-20 Jens Zetterström Version 2.0.3
* Sorting of articles by creation date, title, modified date, etc.
* Fixed broken RT

Get here:
http://www.ikfrej.se/?downloads

//Jens
by JensZ
Fri 20. Apr 2007, 14:06
Forum: hacks & enhancements
Topic: New Calendar Mod: QCalendar with Ajax [Updated v1.0.8]
Replies: 136
Views: 84499

That was a joke, I know most users use IE, but it's just a pain in the a$$.

I haven't looked, but I'm normally very careful not to have any hardcoded paths in my code.

Jens
by JensZ
Fri 20. Apr 2007, 13:48
Forum: hacks & enhancements
Topic: New Calendar Mod: QCalendar with Ajax [Updated v1.0.8]
Replies: 136
Views: 84499

Hi, My suggestion: Don't use IE! ;) :wink: I don't use it so it's not tested with IE. The problem is not apparent to me. I'm not sure it has to do with escaped characters since then Firefox would vomit too. However, it should work if you change to this in conf.inc.php: $qcal["frontend"][&q...
by JensZ
Sat 31. Mar 2007, 09:13
Forum: hacks & enhancements
Topic: New Calendar Mod: QCalendar with Ajax [Updated v1.0.8]
Replies: 136
Views: 84499

Here are a few examples: // Show events in all calendar categories with default settings {QCAL} // Show calendar with calendar category id 1 {QCAL:1} // Show calendar with calendar id 1, english language {QCAL:1:en} // Show calendar with calendar id 1, english language, and the file //my.template.ph...
by JensZ
Fri 30. Mar 2007, 10:15
Forum: hacks & enhancements
Topic: New Calendar Mod: QCalendar with Ajax [Updated v1.0.8]
Replies: 136
Views: 84499

Qcalendar 1.0.6 ready!

* Version-independent: tested on 1.2.7+, please see new
installation instructions.
* Fix invalid path to qcal.js
* German language (thanks to Dieter Missal)

Thanks to Dieter Missal for German language and fardilha for giving me access to his 1.3.0 system.

Jens
by JensZ
Thu 29. Mar 2007, 09:54
Forum: hacks & enhancements
Topic: New Calendar Mod: QCalendar with Ajax [Updated v1.0.8]
Replies: 136
Views: 84499

It replaces it. The SQL script as-is is not going to work. The database tables are the same with a few exceptions. You'll have to check column by column to see what the differences are. There are just a couple of new fields.
by JensZ
Thu 29. Mar 2007, 09:14
Forum: hacks & enhancements
Topic: New Calendar Mod: QCalendar with Ajax [Updated v1.0.8]
Replies: 136
Views: 84499

Dracus,

PHPWCMS_ROOT is not defined, it should be done in include/inc_lib/default.inc.php, which is included in qcal.php. There's something wrong with your installation. When does it happen? Frontend or backend?

Jens
by JensZ
Wed 28. Mar 2007, 11:18
Forum: hacks & enhancements
Topic: New Calendar Mod: QCalendar with Ajax [Updated v1.0.8]
Replies: 136
Views: 84499

Hi, I noticed that one of the files we need to create is include/inc_module/module.default.php Shouldn't this file be inside mod_qcal dir? (When I tried that all I got was a blank site on both front and backend, I had to move it again to it's original place) Yep, you are right! That should do it, do...
by JensZ
Tue 27. Mar 2007, 17:17
Forum: hacks & enhancements Support
Topic: Help with Calender Mod V3 by Volkman
Replies: 1
Views: 2935

Hey Anders,

You should use QCalendar mod: http://www.phpwcms.de/forum/viewtopic.php?t=13675. It is only tested with 1.2.7, but a number of users are running it with 1.2.8+.

Regards,

jens