phpBB Calendar block on Board3 Portal (Update 1.0.4)

Forum rules
This forum is not for support requests.

Only post Modifications for Board3 Portal 1.0.x in this forum.
Locked

Hinderdaeler
Active Member
Posts: 6
Joined: 22. February 2010 16:24
Location: Ortenaukreis
Contact:

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

Post by Hinderdaeler »

Hallo,

hab den Mod eingebaut, Kommt allerdings nur folgendes.

Image

Was fehlt da noch?
Gruß...
Michael
User avatar

jotne
Active Member
Posts: 14
Joined: 8. December 2008 08:42

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

Post by jotne »

I would like to add a group to the group list in the calendar, but do not find where to do in in ACP.
I have search everywhere, but can not find it. I do now have option to select "Administrator" and "Registered users".
I have added a new group in ACP and allowed it to post in Calendar, but do not see where to add it so it come as an option to make a Calendar entry to view for that group only.
User avatar

jotne
Active Member
Posts: 14
Joined: 8. December 2008 08:42

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

Post by jotne »

Found ther error my self. I did forget to add my self into the needed group. I may have thought as an admin that I did not need to do that.
User avatar

toxidlotus
Active Member
Posts: 2
Joined: 19. January 2010 01:02

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

Post by toxidlotus »

I have a question. I use the calendar on our guild site for raids. When I add events they show as different times depending on what the user has their timezone set to. Is there anyway to make it show as the same time for everyone?

for example. I added new raids that are supposed to be from 11pm to 2am. For some people it shows as 2am -5am. I need it to show as 11am to 2am for everyone.

t90
Active Member
Posts: 9
Joined: 22. July 2010 23:32

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

Post by t90 »

This is a peace of mine "mini calendar". Works great with phpBB3 v.3.07PL1, board3Portal 1.05 and phpBB Calendar v. 0.1.0

A demo at: http://busomania.pl/

Code: Select all

{$LR_BLOCK_H_L}<img src="{T_THEME_PATH}/images/portal/portal_minical.png" width="16px" height="16px" alt=""/>&nbsp;{L_CALENDAR}{$LR_BLOCK_H_R}
    <table width="100%" cellspacing="1">
      <tr>
         <td align="left" colspan="2">{U_PREV_MONTH}</td>
         <td colspan="3" align="center"><span class="genmed">{L_MINI_CAL_MONTH}</span></td>
         <td align="right" colspan="2">{U_NEXT_MONTH}</td>
      </tr>
      <tr>
         <td style="width: 14%;" align="center"><span class="gensmall" style="color:#0000FF">{L_MINI_CAL_SUN}</span></td>
         <td style="width: 14%;" align="center"><span class="gensmall" style="color:#0000FF">{L_MINI_CAL_MON}</span></td>
         <td style="width: 14%;" align="center"><span class="gensmall" style="color:#0000FF">{L_MINI_CAL_TUE}</span></td>
         <td style="width: 14%;" align="center"><span class="gensmall" style="color:#0000FF">{L_MINI_CAL_WED}</span></td>
         <td style="width: 14%;" align="center"><span class="gensmall" style="color:#0000FF">{L_MINI_CAL_THU}</span></td>
         <td style="width: 14%;" align="center"><span class="gensmall" style="color:#FF0000">{L_MINI_CAL_FRI}</span></td>
         <td style="width: 14%;" align="center"><span class="gensmall" style="color:#FF0000">{L_MINI_CAL_SAT}</span></td>
      </tr>
      <!-- BEGIN mini_cal_row -->
      <tr>
         <!-- BEGIN mini_cal_days -->
            <td class="row1" align="center"><span class="gensmall">{mini_cal_row.mini_cal_days.MINI_CAL_DAY}</span></td>
         <!-- END mini_cal_days -->
      </tr>

      <!-- END mini_cal_row -->
   </table>


<br />
        <h3>{L_UPCOMING_EVENTS}</h3>
            <!-- BEGIN events -->
                <a href="{events.EVENT_URL}" title="<!-- IF events.ETYPE_DISPLAY_NAME --> {events.ETYPE_DISPLAY_NAME}: <!-- ENDIF -->{events.FULL_SUBJECT}"><span style="display: block; margin: 0; padding: 0; text-align: center; font-weight: bold;"><!-- IF events.ETYPE_DISPLAY_NAME --> {events.ETYPE_DISPLAY_NAME}<br /><!-- ENDIF --> {events.SUBJECT}</span></a>
                
                <!-- IF events.ALL_DAY -->{events.START_TIME}<!-- ELSE --><br />{L_FROM_TIME}: {events.START_TIME}<br />{L_TO_TIME}: {events.END_TIME}<!-- ENDIF -->
                <hr class="dashed" />
            <!-- END events -->

{$LR_BLOCK_F_L}{$LR_BLOCK_F_R}
 
Last edited by t90 on 5. August 2010 23:00, edited 1 time in total.

Je?d??: T3 '86 1.6D (CS) -> 1.7D (KY) -> 1.9TD (AAZ) + 3H
Trzeba my?le? praktycznie, dopóki nie przyjdzie czas, ?e mo?na ju? zacz?? my?le? niepraktycznie.
busomania.pl

Vor
Active Member
Posts: 1
Joined: 27. July 2010 01:17

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

Post by Vor »

Thanks for the mod! Is there nothing that syncs the mini-cal with phpBB Calendar though? That's what I'd really love.
User avatar

crazybaerchen
Active Member
Posts: 5
Joined: 29. November 2009 17:26
phpBB.de User: crazybaerchen
Contact:

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

Post by crazybaerchen »

Funktioniert der Block auch bei 1.0.5 ?

gruß
User avatar

archivar
Portal Professional
Posts: 1959
Joined: 19. April 2009 21:34
phpBB.de User: archivar
phpBB.com User: archivar
Location: Deutschland

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

Post by archivar »

Hier die Antwort, der zweite Beitrag über deinem: :)
t90 wrote:This is a peace of mine "mini calendar". Works great with phpBB3 v.3.07PL1, board3Portal 1.05 and phpBB Calendar v. 0.1.0

A demo at: http://busomania.pl/
V.G. archivar
sorry for my bad english
User avatar

crazybaerchen
Active Member
Posts: 5
Joined: 29. November 2009 17:26
phpBB.de User: crazybaerchen
Contact:

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

Post by crazybaerchen »

sorry englisch is nich so meine welt :S
aber danke ^^

MT0672

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

Post by MT0672 »

Tach,

kann mir jemand sagen wo ich das Datums/Zeitformat umstellen kann ????

Ich hab mich schon doof gesucht in der functions_calendar.php

Mein Calendar Block zeigt folgendes Format:

Image

Ich hätte aber gerne ein Deutsches Format : Also so: 11 Nov , 2010 von bis

Dieses blöde AM hätte ich gerne weg.

Grüße


------------------------------------------------------------------------------------------------

How can i change the Dateformat in this MOD to German ? Like this: 27 Aug , 2010 11:00

hegse
Active Member
Posts: 9
Joined: 4. January 2009 15:27
phpBB.de User: hegse
Contact:

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

Post by hegse »

Nabend,

schau doch mal in den Kalender Einstellungen nach was da für eine Zeiteinstellung eingestellt ist...
M d, Y H:i

Habe ich bei mir drin.

MT0672

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

Post by MT0672 »

Na Super ;-)

Vielen Dank. Das wars. Hab das total übersehen das man das da einstellen kann.

Da kann ich ja lange in der functions_calendar rumsuchen lol

Manchmal ist man echt blind ;-)

Thx und schönen abend....

hegse
Active Member
Posts: 9
Joined: 4. January 2009 15:27
phpBB.de User: hegse
Contact:

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

Post by hegse »

Für sowas gibt es halt solche Foren :roll: :D

Ebenso noch einen schönen Abend...
User avatar

Topic author
wang5555
Translator
Posts: 55
Joined: 18. December 2008 01:39
phpBB.com User: wang5555
Location: Taiwan

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

Post by wang5555 »

Sorry, I do not understand German. :oops:
It is more blessed to give than to reveive, welcome to letter, thanks & good-bye!
Good luck ^_^
Welcome to visit my forum!!
https://wang5555.dnsfor.me/phpBB3/
p.s. Shut down computer before 11 clock night!!!

Span
Active Member
Posts: 32
Joined: 25. August 2010 00:07
phpBB.de User: spanspace
phpBB.com User: spanspace
Contact:

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

Post by Span »

So is the mini calendar just a calendar? No events?
Locked

Return to “board3 Portal v1.0.x - Modifications”