Page 9 of 13

Re: Calendar block for phpBB Calendar 0.0.8

Posted: 9. March 2009 12:42
by DeaQ
ich werd mir das direkt mal anschauen

EDIT: Also es ist alles so wie es inder install.xml drin steht ausser das ich folgendes 3x drin hatte:

INSERT INTO phpbb_acl_options (auth_option, is_global, is_local, founder_only) VALUES ('a_calendar', 1, 0, 0),
('m_calendar_edit_other_users_events', 1, 0, 0),
('m_calendar_delete_other_users_events', 1, 0, 0),
('u_calendar_view_events', 1, 0, 0),
('u_calendar_create_events', 1, 0, 0),
('u_calendar_edit_events', 1, 0, 0),
('u_calendar_delete_events', 1, 0, 0);

Dies habe ich jetzt aber auf 1x minimiert.

EDIT 2 : Sodele ich bin jetzt einfach mal den Sachen auf dem Bild nachgegangen und habe herausgefunden das diese von dem Simple Calender stammen ( die sind wohl beim Backup mit rüberzogen wurden da ich ihn damals auch versucht habe ). Diese habe ich dann einfach mal gelöscht und siehe da jetzt funktioniert der Kalender,scheinbar hat da irgendwas blockiert . Jetzt werde ich mich dem Block widmen.

Re: Calendar block for phpBB Calendar 0.0.8

Posted: 9. March 2009 15:03
by DeaQ
Nachdem ich nun alles so gemacht habe wie Denis es beschrieben hat klappt nun alles wunderbar :) *DANKE DENIS !!!* ... leider bekomme ich nun phpdebug, kann damit aber nichts anfangen :(

Wenn jemand mal drauf schauen könnte und mir sagen kann was ich machen muss wäre ich happy :!:

http://www.lunatic-angels.deaq.de

greetz
DeaQ

EDIT: Heute ist edit tag ;) ... habe alle Probleme gelöst !!!

Re: Calendar block for phpBB Calendar 0.0.8

Posted: 9. March 2009 16:15
by Denis76
Chic, Chic... aber ich habe eben kein php debug gesehen.

Ich hatte das auch mal und es lag daran, dass in der calendar.php beim Portal vor dem <?php und nach dem ?> leerzeichen ware.

DIE MÜSSEN WEG !!!

Gruß

D.

Re: Calendar block for phpBB Calendar 0.0.8

Posted: 9. March 2009 16:50
by DeaQ
genau daran lag es auch ;)

Re: Calendar block for phpBB Calendar 0.0.8

Posted: 12. March 2009 14:59
by steppe
möchte kurz den moment nutzen, da hier gerade deutsch gesprochen wird. kalender läuft soweit. hätte aber gerne, daß in der sidebar die tage, wo termine sind, nicht nur dick, sondern auch farbig dargestellt werden. bekomme das nicht hin. entweder bold oder nicht bold, aber color bekomme ich da nicht rein.
könnte mir da jemand helfen?

gruß steppe

Re: Calendar block for phpBB Calendar 0.0.8

Posted: 14. March 2009 23:54
by Razer
Hello!

I want install this Mod, but I need phpBB CALENDAR 0.0.7 . I can find only phpBB CALENDAR 0.0.8, or is phpBB CALENDAR 0.0.8 right?

Thanks for help!

Re: Calendar block for phpBB Calendar 0.0.8

Posted: 15. March 2009 17:32
by Razer
I tried that with 0.0.8 . But now, I see only a blank page, when I go to my site. Can you help me?

Thanks!

Re: Calendar block for phpBB Calendar 0.0.8

Posted: 16. March 2009 21:51
by thomas.d
Razer wrote:I tried that with 0.0.8 . But now, I see only a blank page, when I go to my site. Can you help me?

Thanks!
Board3.de Rules wrote:
  • Asking questions
    • Search function / Knowledge Base Please use the Search function and search the Knowledge Base / FAQ prior to post a question. Most questions have already been asked. And almost all of them have already been answered.
Just looking at the KB you would have found knowledge/kb_show.php?id=3

Re: Calendar block for phpBB Calendar 0.0.8

Posted: 18. March 2009 14:07
by Mysticus
Hallo zusammen,

hoffentlich ist es OK wenn ich mein Anliegen einfach mal hier anhänge, denn es betrifft auch den Calendar 0.0.8. Nur möchte ich ihn in einem Extra-Block, mittig, ganz unten haben. Einen Extrablock "Kalender" habe ich mir schon eingerichtet, nur schaffe ich es nicht, dass der Kalender genauso wie auf der Forum-Index angezeigt wird. Also in der Wochenansicht für 7 Tage.
Dazu habe ich den Code, der in die styles/prosilver/template/index_body.html soll, in meine KalenderBox gesetzt, doch wird nicht angezeigt. Dann habe ich die IF und ENDIF gelöscht und heraus kam das...
Image
Es kommt der Sache zwar schon nahe, doch leider nicht nahe genug.

Habt ihr Könner eine Idee, wie ich es bewerkstelligen kann? Welchen Code muss ich dort wie eingeben?

Re: Calendar block for phpBB Calendar 0.0.8

Posted: 18. March 2009 16:23
by Onetimer
Wouldn't it be great if this calendar was included in the Board3 release instead of the current one?

Re: Calendar block for phpBB Calendar 0.0.8

Posted: 19. March 2009 22:06
by Holy
Hi, ich hab folgendes Problem:
Im Calendar auf der Haupseite werden normale Termine erst angezeigt, wenn sie innerhalb der nächsten 2 oder 3 wochen liegen, all-day events aber wenn sie innerhalb des Jahres sind.
Bsp:
Termin morgen -> wird angezeigt
Termin nächsten Monat -> nicht angezeigt
all-day Termin in 3 Monaten -> wird angezeigt

Dadurch entsteht der effekt, dass im nächsten Monat nix los ist. kann ich das auch für all-day-events so einstellen, dass die nur angezeigt werden, wenn sie in der entsprechenden zeitspanne sind?

PS: Ich glaube, die änderung muss irgend wo in der function calendar_display_mini_month() erfolgen, an dieser stelle wohl, aber wie genau?

Code: Select all

             $start_temp_date = gmmktime( 0,0,0,$date['month_no'], $day, $date['year']);

          $end_temp_date = $start_temp_date + 2678400;
          // find all day events that are still taking place
          $sort_timestamp_cutoff = $start_temp_date - 86400+1;



          // don't list events that are more than 1 year in the future
          $sql = 'SELECT * FROM ' . CALENDAR_EVENTS_TABLE . '
                WHERE ( (event_access_level = 2) OR
                   (event_access_level = 0 AND poster_id = '.$db->sql_escape($user->data['user_id']).' ) OR
                   (event_access_level = 1 AND ('.$db->sql_escape($group_options).') ) ) AND
                ((( event_start_time >= '.$db->sql_escape($start_temp_date).' AND event_start_time <= '.$db->sql_escape($end_temp_date).' ) OR
                 ( event_end_time > '.$db->sql_escape($start_temp_date).' AND event_end_time <= '.$db->sql_escape($end_temp_date).' ) OR
                 ( event_start_time < '.$db->sql_escape($start_temp_date).' AND event_end_time > '.$db->sql_escape($end_temp_date)." )) OR (sort_timestamp > ".$db->sql_escape($sort_timestamp_cutoff)." AND event_all_day = 1) ) ORDER BY sort_timestamp ASC";

Re: Calendar block for phpBB Calendar 0.0.8

Posted: 21. March 2009 16:08
by amroth
habe alles soweit installed usw nur kommt jetzt ne fehler meldung

Code: Select all

[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3764: Cannot modify header information - headers already sent by (output started at /portal/block/calendar.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3766: Cannot modify header information - headers already sent by (output started at /portal/block/calendar.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3767: Cannot modify header information - headers already sent by (output started at /portal/block/calendar.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3768: Cannot modify header information - headers already sent by (output started at /portal/block/calendar.php:1)
was muss ich machen das die verschwindet oder was hab ich falsch gemacht ?

Re: Calendar block for phpBB Calendar 0.0.8

Posted: 21. March 2009 18:11
by Kevin
Wahrscheinlich ein Leerzeichen am Anfang deiner Datei.

Re: Calendar block for phpBB Calendar 0.0.8

Posted: 22. March 2009 02:43
by DeanB
Den Fehler hatte ich auch , es liegt an der calendar.php dort sind vor dem <?php und ?> leerstellen die gelöscht werden müssen .
amroth wrote:habe alles soweit installed usw nur kommt jetzt ne fehler meldung

Code: Select all

[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3764: Cannot modify header information - headers already sent by (output started at /portal/block/calendar.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3766: Cannot modify header information - headers already sent by (output started at /portal/block/calendar.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3767: Cannot modify header information - headers already sent by (output started at /portal/block/calendar.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3768: Cannot modify header information - headers already sent by (output started at /portal/block/calendar.php:1)
was muss ich machen das die verschwindet oder was hab ich falsch gemacht ?

Re: Calendar block for phpBB Calendar 0.0.8

Posted: 23. March 2009 13:28
by Kevin
Onetimer wrote:Wouldn't it be great if this calendar was included in the Board3 release instead of the current one?
At first sight: yes.
But we cant go and simply take another mod and integrate it to ours. We would need at least the agreement of the original author. Additionally:
  • We have to keep this mod up-to-date
  • Everyone who installs the portal needs to add the edits of the calendar to the core system. Although not everyone needs it.
  • What is about the people who want to use a complete different calendar? e.g. the Topic Calendar? (and there are a few more - fitting different needs)
    Those people then have to remove the integrated calendar from the core system (at least if they don't want to keep not needed code). This cant be our intention.
  • What is the problem about installing the original mod + a fitting block for the portal?
In general: we haven't and we wont integrate other complex mods into the portal. Where do you want to draw the line? If we begin with this, we can also add the gallery by Nickvergessen, the Download Mod by Hotchi, and so on. So that we nearly have a premodded phpBB3. ;)

Our basic philosophy is to keep the portal and the needed edits simple as possible. Everything else have to be done with additional blocks.

Long story short: You see, i take your feature request serious. But i'm sorry, i have to decline it.