Welcome, Guest. Please login or register.
March 12, 2010, 05:46:02 PM

Login with username, password and session length
Search:     Advanced search
WB 2.8.1 veröffentlicht!
Download und weitere Informationen gibt es hier .
109713 Posts in 15854 Topics by 9238 Members
Latest Member: zeus-web
* Home Help Search Login Register
+  WebsiteBaker Community Forum
|-+  English
| |-+  Modules (Moderators: Argos, BerndJM)
| | |-+  changes in calendar modul ( -> MyCalendar)
Pages: 1 2 [3] Go Down Print
Author Topic: changes in calendar modul ( -> MyCalendar)  (Read 3839 times)
RonK

Offline Offline

Posts: 76


WWW
« Reply #50 on: March 02, 2010, 02:32:11 PM »

Hi Uthred,

I did not uninstall the old version, but just installed the new. Then I got the message "upgrade successful".

But I will uninstall the module first and then reinstall the new one.

Keep you posted.

Update: That did the trick. So, uninstall v1.0.1 and install v1.1b.

Thanks for the support, regards
« Last Edit: March 02, 2010, 02:37:53 PM by RonK » Logged

seagull

Offline Offline

Posts: 61


« Reply #51 on: March 02, 2010, 08:33:31 PM »

Upgrade does not work, removing and new install works ok!

Nice feature start of the week!

Only with my installation choosing a other colorscheme does not work, it displays (active),
but changing does not affect the look of the Calendar.


Jan
« Last Edit: March 02, 2010, 09:10:40 PM by seagull » Logged
RonK

Offline Offline

Posts: 76


WWW
« Reply #52 on: March 02, 2010, 09:45:52 PM »

Hi Uthred,

I just noticed something else.

In my template I have a line with the next code:

Code:
            <?php page_content(1); ?>            <!-- Main section -->
            <br />
            <br />
            <a href="#top" target="_top" title="Naar boven"><img src="<?php echo WB_URL.MEDIA_DIRECTORY?>/up.gif" align="right" border="0" hspace="4" vspace="4" alt="Naar boven" /></a>

Which displays a up arrow under every middle column of my pages.

When I click on the text message to see the whole message, the arrow is on top of my page.
Has that something to do with the way the pages in rewritten to display the whole message?

Regards
Logged

seagull

Offline Offline

Posts: 61


« Reply #53 on: March 02, 2010, 11:51:23 PM »

not changing the style of the Calendar has something to do with the var: $clrset

error in stylesheet:

Quote
.detail_actionname {
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    color: <br />
<b>Notice</b>:  Undefined variable: clrset in <b>/var/www/vhosts/*****.nl/httpdocs/wb28/modules/mycalendar/frontend.css</b> on line <b>106</b><br />

Jan
Logged
Uthred
Tester Team
*****
Offline Offline

Posts: 66


WWW
« Reply #54 on: March 03, 2010, 08:02:53 AM »

Hi seagull,

thanks for the hint.

The Problem comes up if you use the "register_frontend_m odfiles('css')" command in your template,
because the mycalendar module fills some values dynamically in the frontend.css file. In this case the frontend.css is loaded before these values are filled from the module and therefore it comes to the "Undefined variable" notice and the colorscheme is not loaded correctly.

The only senseful way out, as I can see,  is to remove the colorscheme feature from the backend and to control the colors via one frontend.css file and that's all. It also makes the module less complicated.

Do someone agree with this?

BR
Logged

http://wbdev.sub-web.de - Contactlist/MyCalendar/SimpleTicker
RonK

Offline Offline

Posts: 76


WWW
« Reply #55 on: March 03, 2010, 10:04:13 AM »

Hi Uthred,

using the frontend.css would be OK for me.

In general I would like to see more comments in PHP code and CSS files.
I try to do that myself in my code, template and stylesheet. Then, at least I, can remember which part of code is used for what.

Regards
Logged

seagull

Offline Offline

Posts: 61


« Reply #56 on: March 03, 2010, 08:41:31 PM »

Removing the stylesheet feature and control the style with the frontend.css like other wb modules sounds as a good solution to me.

thanks, Jan
Logged
RonK

Offline Offline

Posts: 76


WWW
« Reply #57 on: March 04, 2010, 11:10:19 AM »

Hi Uthred,

I noticed that I can click on dates with data and the month in the backend.

It would be nice I could directly click on dates that do not have data yet. This would ease the use.

Now you first click on New, then select the date, not necessary the date of today, which is default, and fill the rest of the fields.

Also a copy function would be nice. Some activities/appointments are regulary repeated, say every month.

Do not consider this as comments on your module, but just as possitive feedback and nice to have addition  wink. I thought about it by using the module.

Regards
« Last Edit: March 04, 2010, 11:43:01 AM by RonK » Logged

Uthred
Tester Team
*****
Offline Offline

Posts: 66


WWW
« Reply #58 on: March 04, 2010, 01:29:12 PM »

Hi,

it is a new MyCalendar version available:

v1.2:
    * remove colorscheme feature (style only via frontend.css now)
    * smarter backend date editing

See also AMASP for details.

@RonK
Quote
It would be nice I could directly click on dates that do not have data yet...
Thanks for this idea smiley. It's in the new version, pls test around it.

BR
Logged

http://wbdev.sub-web.de - Contactlist/MyCalendar/SimpleTicker
RonK

Offline Offline

Posts: 76


WWW
« Reply #59 on: March 04, 2010, 01:44:56 PM »

Great Uthred,

I'll download it right away and test it.

At the moment I am filling the calender at http://gereformeerdekerklopik.nl/_wb (agenda).

You'll hear from me.

Thanks again, regards,
« Last Edit: March 04, 2010, 02:50:10 PM by RonK » Logged

RonK

Offline Offline

Posts: 76


WWW
« Reply #60 on: March 04, 2010, 03:19:01 PM »

Hi Uthred,

I deinstalled the v1.1 module. Installed v1.2, but nothing sowed into the backend and frontend.

Deinstalled v1.2 and reinstalled. Now available in backend.
Lost my entries in the calendar, though.
Are these deleted too when I remove the module?

Made an backup, but are not yet able to reload it into WB.

The backend is much simpler now and clicking the dates works very good.

Also the forth and back arrow are much better (I could change that myself easily, but now I don't have to).
The back arrow on the details windows still has the border set.

I changed the next line (1723) in function.php, obviously..., added border=\"0\"
Code:
  echo "&nbsp;<a href=\"javascript:history.back()\" ><img src=\"$previmg\" border=\"0\"></img><b>&nbsp;</b></a>";



I'll keep on testing.

Regards
« Last Edit: March 05, 2010, 10:25:55 AM by RonK » Logged

RonK

Offline Offline

Posts: 76


WWW
« Reply #61 on: March 05, 2010, 02:36:56 PM »

Hi Uthred,

I deleted my DB and tried to load it back with the backup (of WB).

But that does not work at the moment.

I  have to digg into that and will not have time (and possibilities wink ) to test the calendar module.

Regards
Logged

Uthred
Tester Team
*****
Offline Offline

Posts: 66


WWW
« Reply #62 on: March 05, 2010, 03:00:24 PM »

Hi RonK,

Quote
.. deleted my DB and tried to load it back
I hope your "trouble" has nothing to do with testing the MyCalendar  rolleyes

Quote
..not have time to test..
No Stress, take your time and get your WB running again, good Luck  smiley

BR
Logged

http://wbdev.sub-web.de - Contactlist/MyCalendar/SimpleTicker
RonK

Offline Offline

Posts: 76


WWW
« Reply #63 on: March 06, 2010, 04:58:46 PM »

Hi RonK,

Quote
.. deleted my DB and tried to load it back
I hope your "trouble" has nothing to do with testing the MyCalendar  rolleyes
Actually, indirectly it did  tongue . I thought I could reload the WB backup of yesterday into the MySQL DB. Then I would not have to insert all those calendar entries. But the DB backup was not OK.
No I learned something of SQL and think I found the issue. One section (part of SorTable module) seemed to have a reserved SQL word in the line (loop). I used the section of an earlier backup (done from phpmyadmin and not from WB backup). No it seems to be OK.

Knowing this I have a question. Every time I upgrade the Calendar module I seem to lose the appointments made earlier. Is that right or is there a way to recover them?

Quote
Quote
..not have time to test..
No Stress, take your time and get your WB running again, good Luck  smiley

BR

It is now. Have you red my comments in previous messages for improvement of the module?

Best regards
Logged

Pages: 1 2 [3] Go Up Print 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!