Page 6 of 8

Re: phpBB Calendar block on Board3 Portal (Update 1.0.4)

Posted: 1. September 2010 12:35
by DeaQ
EDIT Bitte das ganze nicht mehr beachten !!! War ein Einstellungsfehler meinerseits. Sorry !!!
Hi,

was muss ich machen damit es bei mir so aussieht wie bei t90 ?

Bei mir wird halt der Termin nicht vollständig angezeit und ich hätte gerne das mit dem von - bis. Wäre super wenn mir da wer helfen könnte :)

Re: phpBB Calendar block on Board3 Portal (Update 1.0.4)

Posted: 1. September 2010 12:46
by DeaQ
Hätte da trotzdem ein Anliegen :)

Was muss ich machen damit der Text "Anstehende Termine" mittig oben im Block steht ?

http://testebene.deaq.de

Re: phpBB Calendar block on Board3 Portal (Update 1.0.4)

Posted: 2. September 2010 22:45
by ray
has anyone tried this calender with 1.0.6 of board3 Portal?

I can't be sure that there was a misstake in my installation, but I got ugly fatal errors...
So it would be good to know if I should try it one more time.

Otherwise could you name me an alternative for a calender in phpBB (with or without portal) which includes events?
Already tried simple calender from scriptbase.eu.

Re: phpBB Calendar block on Board3 Portal (Update 1.0.4)

Posted: 3. September 2010 13:22
by Nashra
DeaQ wrote:Hätte da trotzdem ein Anliegen :)
Was muss ich machen damit der Text "Anstehende Termine" mittig oben im Block steht ?
http://testebene.deaq.de
Suche folgenden Eintrag in /template/portal/calendar.html

Code: Select all

<div class="menutitle">{L_UPCOMING_EVENTS}</div>
ändern in

Code: Select all

<div class="menutitle"><center>{L_UPCOMING_EVENTS}</center></div>

Re: phpBB Calendar block on Board3 Portal (Update 1.0.4)

Posted: 4. September 2010 16:31
by ray
I thought, it's possible to combine the events with the mini calender block. So that days which consist events are marked in the calender. I've seen this on the first page of the topic:

Image

How can I achieve this?

Re: phpBB Calendar block on Board3 Portal (Update 1.0.4)

Posted: 13. September 2010 10:58
by DeaQ
Nashra wrote:
DeaQ wrote:Hätte da trotzdem ein Anliegen :)
Was muss ich machen damit der Text "Anstehende Termine" mittig oben im Block steht ?
http://testebene.deaq.de
Suche folgenden Eintrag in /template/portal/calendar.html

Code: Select all

<div class="menutitle">{L_UPCOMING_EVENTS}</div>
ändern in

Code: Select all

<div class="menutitle"><center>{L_UPCOMING_EVENTS}</center></div>
Leider hat das keine Wirkung gezeigt :(
Image

Code: Select all

{$LR_BLOCK_H_L}<img src="{T_THEME_PATH}/images/portal/portal_calendar.gif" width="18px" height="15px" alt=""/>&nbsp;{L_CALENDAR}{$LR_BLOCK_H_R}
	<div class="portal-navigation">
		<div class="menutitle"><center>{L_UPCOMING_EVENTS}</center></div>
			<ul>
			<!-- BEGIN events -->
				<li class="row">
					<dl class="icon"<!-- IF events.IMAGE --> style="background-image: url({events.IMAGE}); background-repeat: no-repeat;"<!-- ENDIF -->>
						<dt><a href="{events.EVENT_URL}" title="<!-- IF events.ETYPE_DISPLAY_NAME -->{events.ETYPE_DISPLAY_NAME}: <!-- ENDIF -->{events.FULL_SUBJECT}">
							<span style="<!-- IF events.COLOR -->color:#{events.COLOR};<!-- ENDIF --> font-weight: bold;">
								<!-- IF events.ETYPE_DISPLAY_NAME -->{events.ETYPE_DISPLAY_NAME}: <!-- ENDIF -->{events.SUBJECT}</span><br /><!-- IF events.ALL_DAY -->{events.START_TIME}<!-- ELSE -->{events.START_TIME} {L_TO_TIME} {events.END_TIME}<!-- ENDIF --></a>
						</dt>
					</dl>
				</li>
			<!-- END events -->
			</ul>
	</div>
{$LR_BLOCK_F_L}{$LR_BLOCK_F_R}

Re: phpBB Calendar block on Board3 Portal (Update 1.0.4)

Posted: 13. September 2010 16:26
by Nashra
DeaQ wrote: Leider hat das keine Wirkung gezeigt :(
:o also bei mir zeigt das Wirkung, hast du auch den Cache vom Template gelöscht nach der Änderung
und anschließend den Browser aktualisiert

Re: phpBB Calendar block on Board3 Portal (Update 1.0.4)

Posted: 14. September 2010 10:04
by DeaQ
Nashra wrote:
DeaQ wrote: Leider hat das keine Wirkung gezeigt :(
:o also bei mir zeigt das Wirkung, hast du auch den Cache vom Template gelöscht nach der Änderung
und anschließend den Browser aktualisiert
Da ich danach noch andere Sachen verändert habe, habe ich den Cache und alles nötige mehr als einmal geleert :(

Re: phpBB Calendar block on Board3 Portal (Update 1.0.4)

Posted: 14. September 2010 11:10
by DeaQ
So jetzt habe ich es ;) ... ich musste das nicht in der calendar.html ändern sondern in der mini_calendar.html ... danke dir trotzdem für die Hilfe, der Weg war ja der richtige :)

Re: phpBB Calendar block on Board3 Portal (Update 1.0.4)

Posted: 14. September 2010 21:03
by Nashra
Nichts zu danken, aber da du mini_calendar schreibst hast du also beide zusammen gepackt und da soll man mal drauf kommen :lol:

Re: phpBB Calendar block on Board3 Portal (Update 1.0.4)

Posted: 15. September 2010 09:17
by DeaQ
Da hast du vollkommen recht :) ... ich habe auch ne Zeit gebraucht bis ich gemerkt hatte das die calendar.html absolut keine Wirkung hat :oops: :oops:

Re: phpBB Calendar block on Board3 Portal (Update 1.0.4)

Posted: 19. September 2010 10:33
by SliXie
is there support available to have this installed in other styles i am using Melankolia and i can't edit some of the prosilver coding in the prosilver.xml instructions i'm willing to pay for your work of helping me :D

Re: phpBB Calendar block on Board3 Portal (Update 1.0.4)

Posted: 22. October 2010 23:30
by fnys
Anyone tried if it works on Board3 Portal 1.0.6?
I see that you have to change some code to make it work on 1.0.5 but I have no idea how similar 1.0.5 and 1.0.6 is...

Re: phpBB Calendar block on Board3 Portal (Update 1.0.4)

Posted: 23. October 2010 00:12
by jerkstore
Works fine for me on 1.0.6 and I simply copied the mini_calendar.html from my old folder to the new one with no problems.

Re: phpBB Calendar block on Board3 Portal (Update 1.0.4)

Posted: 23. October 2010 23:26
by fnys
jerkstore wrote:Works fine for me on 1.0.6 and I simply copied the mini_calendar.html from my old folder to the new one with no problems.
I'm glad to hear that! I will try installing this mod next week by myself and see how it goes.
Will reply here after :)