Page 1 of 2

[DEV] Topic Calendar Block (livewiremods.com)

Posted: 15. November 2008 03:02
by Kevin
As a topic calendar mod is already in beta stage, we've made a block for the portal for it.
The minicalendar is made with ajax, so the portal won't be reloaded if you swap through the months.

You need to have the Topic Calendar Mod from livewiremods.com installed, if you want to use this block.
Direct link to the actual versions and testing forums:
http://www.livewiremods.com/mods/viewforum.php?f=1

Please note: you have to be registered to be able to download and test the calendar. And: it is one of the first betas at this stage. But the guys are doing a great job! :)

Image

Find more information and download here:
http://www.livewiremods.com/mods/viewto ... p=888#p888
Kevin wrote:Okay, here we go. First try.
  • dianaraes fix added
  • install instructions added
  • installer added
  • ACP management added
    For this first version with just an option to enable or disable the block. Enough space left for future options. (:P)
Let me know how it works. :)

Cheers,

Kevin
Please let me know if you receive any problems with the installer, the ACP management or the install instructions, as i did those things.

Re: [DEV] Topic Calendar Block (livewiremods.com)

Posted: 16. November 2008 23:26
by Kevin
Block update:
Kevin wrote:Package updated: http://www.livewiremods.com/mods/viewto ... p=888#p888
  • add: option to enable / disable birthdays in the block
  • add: option to enable / disable upcoming events in the block
  • add: option to enable / disable the mini calendar in the block
  • template adaptions
  • added fix for the calendar block dates
  • updater / installer updated
  • Style fix - removed rounded corners within the block
Demo: http://www.ostpocken.de/portal.php

Re: [DEV] Topic Calendar Block (livewiremods.com)

Posted: 16. November 2008 23:44
by Marc
Are those rounded corners intended or not?
If you want to remove them, just try this:

Open root/styles/prosivler/template/portal/block/calendar.html
Find:

Code: Select all

<div class="panel bg2" id="bday-panel">
					<div class="inner"><span class="corners-top"><span></span></span>
Replace with:

Code: Select all

<div class="panel bg2" id="bday-panel">
					<div class="inner"><span class="corners-top3"><span></span></span>
Find:

Code: Select all

						            {L_NO_UPCOMING_BIRTHDAYS}
						        <!-- ENDIF -->
						    </div>
						<!-- ENDIF -->
					<!-- ENDIF -->
					<span class="corners-bottom"><span></span></span>
					</div>
Replace with:

Code: Select all

						            {L_NO_UPCOMING_BIRTHDAYS}
						        <!-- ENDIF -->
						    </div>
						<!-- ENDIF -->
					<!-- ENDIF -->
					<span class="corners-bottom3"><span></span></span>
					</div>
Regards, Marc.

P.S: Ich hätte es jetzt auch in Deutsch schreiben können, bloß passt das Englische mehr zum Thema. ;)

Re: [DEV] Topic Calendar Block (livewiremods.com)

Posted: 16. November 2008 23:58
by Kevin
Marc wrote:Are those rounded corners intended or not?
No, they aren't. Package updated, thank you for the fix! :D

Re: [DEV] Topic Calendar Block (livewiremods.com)

Posted: 17. November 2008 09:40
by Kevin
Please note that this block is not valid XHTML strict! at this stage.

Re: [DEV] Topic Calendar Block (livewiremods.com)

Posted: 18. November 2008 06:15
by the.ronin
Which calendar mod does this mod work with?

Is it this one? http://www.phpbb.com/community/viewtopi ... 0&t=666195

Re: [DEV] Topic Calendar Block (livewiremods.com)

Posted: 18. November 2008 06:45
by Kevin
No, it's a topic calendar, i've been waiting for all the time. In my opinion the best solution for a board calendar.
You'll find it following the link mentioned in my first post:
Kevin wrote:Find more information and download here:
http://www.livewiremods.com/mods/viewto ... p=888#p888
Direct link to the actual versions and testing forums:
http://www.livewiremods.com/mods/viewforum.php?f=1

Please note: you have to be registered to be able to download and test the calendar. And: it is one of the first betas at this stage. But the guys are doing a great job! :)

Re: [DEV] Topic Calendar Block (livewiremods.com)

Posted: 19. November 2008 23:16
by Kevin
Kevin wrote:A quick update:
Kevin wrote:*UPDATE 19.11.2008*
  • add: $user->format_date function call for event dates (solving language and time formatting problems)
  • add: get_username_string function call for usernames (birthday), group colors will now be displayed properly
  • style: tiny rework and removed over 40 XHTML validation errors (still 5 left)
Just replace the calendar.php and calendar.html with those of the updated package.

Anyone an idea how to fix the last five validation errors?

Re: [DEV] Topic Calendar Block (livewiremods.com)

Posted: 26. November 2008 20:23
by airsoftpacific
Ah, nice, I've been waiting for this one. Thanks!

Re: [DEV] Topic Calendar Block (livewiremods.com)

Posted: 26. November 2008 22:14
by delirium
hey

I got a little problem with this mod:

Code: Select all

[phpBB Debug] PHP Notice: in file /portal/block/calendar.php on line 48: include_once(./includes/functions_calendar.php) [function.include-once]: failed to open stream: No such file or directory
[phpBB Debug] PHP Notice: in file /portal/block/calendar.php on line 48: include_once() [function.include]: Failed opening './includes/functions_calendar.php' for inclusion (include_path='.:.:.:.:/usr/share/php5:/usr/share/php5/PEAR')
I could not find the requested file "functions_calender.php" in the file package.

thanks for answers

Re: [DEV] Topic Calendar Block (livewiremods.com)

Posted: 26. November 2008 22:22
by Kevin
You need to install the topic calendar mod itself first, in order to run this block:
Kevin wrote:No, it's a topic calendar, i've been waiting for all the time. In my opinion the best solution for a board calendar.
You'll find it following the link mentioned in my first post:
Kevin wrote:Find more information and download here:
http://www.livewiremods.com/mods/viewto ... p=888#p888
Direct link to the actual versions and testing forums:
http://www.livewiremods.com/mods/viewforum.php?f=1

Please note: you have to be registered to be able to download and test the calendar. And: it is one of the first betas at this stage. But the guys are doing a great job! :)

Re: [DEV] Topic Calendar Block (livewiremods.com)

Posted: 26. November 2008 23:18
by delirium
I did install it via "/install_tcb/..." and it also appears in mod list...

Re: [DEV] Topic Calendar Block (livewiremods.com)

Posted: 27. November 2008 07:05
by Kevin
Okay, once again, we have two parts:
  • The Topic Calendar Mod itself, which is the main mod and adds a complete calendar to your board (completely independent from the portal). You can assign topics as events to this calendar.
    You need to download this mod from livewiremods.com (calendar mod 1.0.0b3 phpBB3.zip) and install it to your forum. After that you have to install the 1.0.0b3+ [phpBB3 & SGP040] Fix Compilation.
  • The topic calendar block for Board3 Portal (we are talking about in this topic). It only works if you have the main mod (calendar) installed.
Please note: i don't recommend to install this for admins with basic knowledge. The topic calendar mod is still in a early beta stage, the block for the Board3 Portal is in early Dev stage.
And it's a bit tricky to install the topic calendar mod, including the fix compilation at this time. A lot of editing needs to be done and you have to get a lot of information together.
So i would recommend to wait until both - the main mod and the portal block - are more completed.

Got it? ;)

Re: [DEV] Topic Calendar Block (livewiremods.com)

Posted: 16. April 2009 10:06
by Onetimer
Will this block be updated to work with 1.0.3?

I desperatly need a calendar block for my portal, but after the update I don't know of any workable solutions.

Re: [DEV] Topic Calendar Block (livewiremods.com)

Posted: 16. April 2009 12:45
by Kevin
Yes, it will be updated.