Calendar Mod v2.01 ionrock - v3 by volkman
moin dixid
das klappt leider nur wenn man erst den monat umschaltet (per Pfeil oder Klappmenü) und dann einen Tag aus dem (ausgewählten) Monat aktiviert. Das ist irgendwie blöd aber leider so drin. Mich hatte das auch genervt. Das Liegt in der Datei calendar.classes.php an der Stelle, wo die Links für die Pfeile gebaut werden. Da steht momentan Request URI (also dieselbe Seite bleibt aufgerufen, nur der Inhalt wird geändert). Man müsste das umbiegen mit nextmonth/nextyear.
Ich hab nur leider momentan keine Zeit, da ich in meinem eigentlichen Job ziemlich ran muss. Ich schau mir das vielleicht mal über die Ostertage an, mal sehen.
v.
das klappt leider nur wenn man erst den monat umschaltet (per Pfeil oder Klappmenü) und dann einen Tag aus dem (ausgewählten) Monat aktiviert. Das ist irgendwie blöd aber leider so drin. Mich hatte das auch genervt. Das Liegt in der Datei calendar.classes.php an der Stelle, wo die Links für die Pfeile gebaut werden. Da steht momentan Request URI (also dieselbe Seite bleibt aufgerufen, nur der Inhalt wird geändert). Man müsste das umbiegen mit nextmonth/nextyear.
Ich hab nur leider momentan keine Zeit, da ich in meinem eigentlichen Job ziemlich ran muss. Ich schau mir das vielleicht mal über die Ostertage an, mal sehen.
v.
moin dixid,
für den ersten part, die Pfeilnavigation hab ich ne Lösung parat
Für die Monats/Jahreswahl per Klappmenü müsste die Zeile
line 256
$menu .= "<form action=\"" . $_SERVER['REQUEST_URI'] . "\" method=\"post\">\n";
geändert werden. Ich hab noch keinen Plan wie, mal sehen.
volkman
für den ersten part, die Pfeilnavigation hab ich ne Lösung parat
Code: Select all
line 191 (oder so)
<form action="' . $_SERVER['REQUEST_URI'] . '" method="post">
ändern in
<form action="/index.php?' . $alias . '&month=' . $previousmonth .'&year=' . $previousyear . '" method="post">
line 201 (oder so)
<form action="' . $_SERVER['REQUEST_URI'] . '" method="post">
ändern in
<form action="/index.php?' . $alias . '&month=' . $nextmonth .'&year=' . $nextyear . '" method="post">
line 256
$menu .= "<form action=\"" . $_SERVER['REQUEST_URI'] . "\" method=\"post\">\n";
geändert werden. Ich hab noch keinen Plan wie, mal sehen.
volkman
Hallo volkman,
ja, Teil 1 funktioniert so.
Ich musste nur noch ein in die Übergabe einfügen. Ohne diese habe ich nur die Termine erhalten, die über den Monatswechsel gingen. Leider weiß ich nicht mehr, aus welchem Mod das stammt, oder ob ich das selbst hinzugefügt hatte.
ja, Teil 1 funktioniert so.
Ich musste nur noch ein
Code: Select all
&date=none
Gruß
dixid
dixid
TheSearch wrote:I have installed the calendar and it works fine, but it does not generate the hyperlinks in the calendar
{CAL:0:cal_noevents.php:events_left_table_165.php:termine:2}
normally it should direct the events on the dates to the page called termine... but it isn't so.... whats wrong?
---
Ich habe den Kalender installiert und alles funktioniert bestens außer das er in dem Übersichtskalender keine Links erstellt die dann zur Seite termine weitergeleitet werden sollten. {CAL:0:cal_noevents.php:events_left_table_165.php:termine:2}
ich habs auch schon mit der ID probiert... no chance... Was läuft da falsch?
Thx.
Hello Guys,
I've had the same problem with. I'd followed what volkman solution and works great! Thanks to Volkman.
One problem Im having with though, the hyperlink on the date does not go to the event list, thus nothing happen.... The links are clickable but nothing happens. It does not bring me to the page where I can see the events. Any HELP would much appreciated. Thanks again! peace!
Hi nok78
if you use the call
do you have a structure with the alias termine? The link looks for that structure-alias to open the eventlist in there...
You can of cause use "events" instead of "termine". Then use events in the RT-call and make sure to have a structure with the alias "events".
If this wont help, you can pm me your url, i'll have a look.
volkman
if you use the call
Code: Select all
{CAL:0:cal_noevents.php:events_left_table_165.php:termine:2}
You can of cause use "events" instead of "termine". Then use events in the RT-call and make sure to have a structure with the alias "events".
If this wont help, you can pm me your url, i'll have a look.
volkman
@volkman und andere Freaks
Gibt es eine Möglichkeit auf einer Artikel-Seite Kalender-Events aus verschiedenen Kategorien anzeigen zu lassen, die dann auch vom Datum alle richtig sortiert sind? Also praktisch eine komplette Zusammenfassung des Kalenders pro Monat. Und als weitere Ausbaustufe eine komplette Jahreszusammenfassung...
Gibt es eine Möglichkeit auf einer Artikel-Seite Kalender-Events aus verschiedenen Kategorien anzeigen zu lassen, die dann auch vom Datum alle richtig sortiert sind? Also praktisch eine komplette Zusammenfassung des Kalenders pro Monat. Und als weitere Ausbaustufe eine komplette Jahreszusammenfassung...
- anthony.abraira
- Posts: 99
- Joined: Sun 11. Sep 2005, 07:42
- Location: Mars Hill, NC
- Contact:
can't get it working
I have looked over all the installation files and I am pretty damn sure I have done everything right. I am running 1.2.5 dev but I cannot get the module to show up. Does anyone have this same occurence?
Thanks
Thanks
"The trick is living without an answer."
@fopulu
I don't think this is possible without playing with the code.
@ anthony.abraira
thats mostly happening when the syntax of the RT is not correct. Do you "see" the cal in the backend? Where did you place the RT? Did you use the provided templates?
If you want, send me a pm with admin-login, I'll check
volkman
I don't think this is possible without playing with the code.
@ anthony.abraira
thats mostly happening when the syntax of the RT is not correct. Do you "see" the cal in the backend? Where did you place the RT? Did you use the provided templates?
If you want, send me a pm with admin-login, I'll check
volkman
@fopulu
1st question: it's all in calendar.classes.php. I don't know if it's possible. I might have some time on weekend to check, am quite busy in my job at the moment.
2nd question: I have never used tags inside the description so I don't know. Probably this will not work, cause it has to be rendered.
I would use good'ol html-links to link. Check pico's hint at
http://www.phpwcms.net/forum/viewtopic. ... &start=165
to use the wysiwyg editor in the mod.
volkman
1st question: it's all in calendar.classes.php. I don't know if it's possible. I might have some time on weekend to check, am quite busy in my job at the moment.
2nd question: I have never used tags inside the description so I don't know. Probably this will not work, cause it has to be rendered.
I would use good'ol html-links to link. Check pico's hint at
http://www.phpwcms.net/forum/viewtopic. ... &start=165
to use the wysiwyg editor in the mod.
volkman
- anthony.abraira
- Posts: 99
- Joined: Sun 11. Sep 2005, 07:42
- Location: Mars Hill, NC
- Contact:
Situation improved but not quite resolved
Hey thanks for the quick help. I have progressed somewhat. Now I can see the calendar mod option in the Modules category of the backend, but when I click on it I get this error message:
Thanks again for all your help
Code: Select all
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/virtual/site355/fst/var/www/html/include/inc_module/mod_calendar/main.inc.php on line 10
Warning: main(): Unable to access /home/virtual/site355/fst/var/www/html/include/inc_module/mod_calendar/install/install.php in /home/virtual/site355/fst/var/www/html/include/inc_module/mod_calendar/main.inc.php on line 14
Warning: main(/home/virtual/site355/fst/var/www/html/include/inc_module/mod_calendar/install/install.php): failed to open stream: No such file or directory in /home/virtual/site355/fst/var/www/html/include/inc_module/mod_calendar/main.inc.php on line 14
Warning: main(): Unable to access /home/virtual/site355/fst/var/www/html/include/inc_module/mod_calendar/install/install.php in /home/virtual/site355/fst/var/www/html/include/inc_module/mod_calendar/main.inc.php on line 14
Warning: main(/home/virtual/site355/fst/var/www/html/include/inc_module/mod_calendar/install/install.php): failed to open stream: No such file or directory in /home/virtual/site355/fst/var/www/html/include/inc_module/mod_calendar/main.inc.php on line 14
Warning: main(): Failed opening '/home/virtual/site355/fst/var/www/html/include/inc_module/mod_calendar/install/install.php' for inclusion (include_path='.:/php/includes:/usr/share/php:/usr/share/pear') in /home/virtual/site355/fst/var/www/html/include/inc_module/mod_calendar/main.inc.php on line 14
"The trick is living without an answer."
- anthony.abraira
- Posts: 99
- Joined: Sun 11. Sep 2005, 07:42
- Location: Mars Hill, NC
- Contact:
not the sql
I thought you might have been on to something with that, but it appears that the tables are in. Here is a screen shot of that to confirm this:
Should I 'drop' those tables and recreate them, or are you considering another cause of the problem.
Thanks for the help thus far...hope to find a solution. This mod looks like its going to save my life at one point
peace
aa
Should I 'drop' those tables and recreate them, or are you considering another cause of the problem.
Thanks for the help thus far...hope to find a solution. This mod looks like its going to save my life at one point
peace
aa
"The trick is living without an answer."