I love the calendar block in Portal 2.0.0 however, is there a way to change it so that normal users can post "events" instead of them having to be done by an Administrator in the ACP?
I currently am testing on :
3.0.10 PHPBB3
Portal 2.0.0
Default Themes - Various browsers.
I seem to be going round in circles and I imagine that this is a PHPBB mod, but just am asking.
Thanks for your time.
IXL
Portal 2.0.0 Calendar Block Events
-
Topic author - Sponsor
- Posts: 83
- Joined: 26. October 2009 21:40
- phpBB.de User: IXL
- phpBB.com User: IXLUKCOM
- Location: UK
- Contact:
Re: Portal 2.0.0 Calendar Block Events
Just to add, if anyone has any suggestions to use instead, I would appreciated it.
IXL
IXL
Re: Portal 2.0.0 Calendar Block Events
It works calendar mode from Portal 1.4
Changes are only in installation.
1. Download viewtopic.php?f=21&t=1567
2. open install.xml and change code from 95 row with this: (or from <open src="portal.php"> )
3. Install
Changes are only in installation.
1. Download viewtopic.php?f=21&t=1567
2. open install.xml and change code from 95 row with this: (or from <open src="portal.php"> )
Code: Select all
<open src="portal.php">
<edit>
<find>$user->setup('mods/portal');</find>
<action type="after-add">// START Display phpBB Calendar next events.
$user->setup('calendar');
// If you want to see more events than 5, only change the number.
display_next_events(7);
// END Display phpBB Calendar next events.
</action>
</edit>
</open>
<open src="styles/prosilver/template/portal/portal_body.html">
<edit>
<find> portal/block/calendar.html </find>
<action type="after-add"><![CDATA[ <!-- INCLUDE portal/block/calendar.html --> ]]></action>
</edit>
</open>
<diy-instructions lang="en">Purge the cache.</diy-instructions>
</action-group>
</mod>
-
- Active Member
- Posts: 1
- Joined: 2. January 2012 02:05
- phpBB.com User: sssubito
- Location: Germany
Re: Portal 2.0.0 Calendar Block Events
I'm kindly asking for some advice. I'm migrating an existing phpBB2-Board to phpBB3. To make the long story as short as necessary: as portal we use Board3 Portal 2.0.0 (gallery 1.1.6 and download 6.5.5 mods and more); I need some kind of user and moderator friendly calendar, too!
I'm not sure if I did understand the previous post properly. Can I have at least the basically needed functionality when I use alightner's calendar mod with b3p 2.0.0 and the given instructions to migrate the calendar of b3p 1.4 into b3p 2.0.0? I fear a little bit that this might be pretty difficult, but I haven't tried it yet. (Well, my PHP knowledge is still limited, yet a long way to go...)
------8<-----------------8<---------
Hier das ganze in Kurzform auch auf Deutsch:
Ich bräuchte ein bißchen Hilfe. Ich arbeite an der Portierung eines gestandenen phpBB2-Boards nach phpBB3. Für die Portalseite nehme ich B3P 2.0.0 (naja, siehe oben); Ich bräuchte noch einen user- und moderatorfreundlichen Kalender!
Da meine PHP-Kenntnisse relativ limitiert sind, bin ich schnell aufgeschmissen, wenn es hakt. Jemand einen Tipp oder etwas ausführlichere Hinweise, was geht und was noch nicht geht?
Jeder Hinweis auf einen vielversprechenden Kalender-MOD, der nicht nur über das ACP oder direktes Editieren von Dateien benutzt werden kann, ist ausdrücklich willkommen. Alle anderen sachdienlichen Hinweise, Erklärungen und Anleitungen natürlich auch!
- The calendar block that's already with b3p lacks some features:
- creating events without the need to go into the ACP
- showing a big enough calendar with selectable month's view where the events are listed on the days
- if I had a wish (or two) free , I'd like to have the following in the portal's block:
current month's events somehow highlighted in the small month's view
current day highlighted by different background color (I guess this might only be a css-thing, but not sure)
real luxury would be if the highlighted event could be clickable and would lead to a provided (mostly) internal event topic
I'm not sure if I did understand the previous post properly. Can I have at least the basically needed functionality when I use alightner's calendar mod with b3p 2.0.0 and the given instructions to migrate the calendar of b3p 1.4 into b3p 2.0.0? I fear a little bit that this might be pretty difficult, but I haven't tried it yet. (Well, my PHP knowledge is still limited, yet a long way to go...)
------8<-----------------8<---------
Hier das ganze in Kurzform auch auf Deutsch:
Ich bräuchte ein bißchen Hilfe. Ich arbeite an der Portierung eines gestandenen phpBB2-Boards nach phpBB3. Für die Portalseite nehme ich B3P 2.0.0 (naja, siehe oben); Ich bräuchte noch einen user- und moderatorfreundlichen Kalender!
- Dem in B3P eingebauten Kalenderblock fehlen ein paar Features:
- Anlegen von Terminen und Events, ohne ins ACP gehen zu müssen
- Anzeige einer "großen" Monatsübersicht (Monat wählbar), wo jeder Event innerhalb der stattfindenden Tage gelistet ist
- Wenn ich jetzt noch ein paar Wünsche frei hätte, dann wäre folgendes im Portalblock ganz große Klasse:
Events (bei mir häufiger mehrtägig) werden geeignet hervorgehoben in der kleinen Monatsansicht
Den aktuellen Tag hätte ich gerne durch einen hervorgehobenen Hintergrund angezeigt (vielleicht nur eine css-Einstellung?)
Ganz großer Luxus wäre natürlich, wenn man in der kleinen Monatsansicht einen hervorgehobenen Event anklicken könnte und man dann auf einen (in der Regel internen) Thread weitergeleitet wird, wo der Event ausführlicher angekündigt ist. Die Adresse der Ankündigung würde man natürlich beim Anlegen des Events hinterlegen, so wie es jetzt schon möglich ist.
Da meine PHP-Kenntnisse relativ limitiert sind, bin ich schnell aufgeschmissen, wenn es hakt. Jemand einen Tipp oder etwas ausführlichere Hinweise, was geht und was noch nicht geht?
Jeder Hinweis auf einen vielversprechenden Kalender-MOD, der nicht nur über das ACP oder direktes Editieren von Dateien benutzt werden kann, ist ausdrücklich willkommen. Alle anderen sachdienlichen Hinweise, Erklärungen und Anleitungen natürlich auch!
-
- Active Member
- Posts: 2
- Joined: 23. August 2012 20:00
- phpBB.de User: FAethor
- phpBB.com User: FAethor
Re: Portal 2.0.0 Calendar Block Events
Hallo zusammen
Ich würde auch gerne im Portal einen Kalender haben, wo Benutzer Events eintragen können. Den Weg der oben beschrieben wurde mit diesem Mod funktioniert glaube ich nicht, da man Files hochladen muss die in Ordner gehören die ich nicht habe.
Es heisst in der Anleitung:
Copy: root/styles/prosilver/template/portal/block/calendar.html
To: styles/prosilver/template/portal/block/calendar.html
Nun, ich habe kein calendar.html unter template/portal/block. Bei mir siehts so aus: /template/portal/modules
Weiss jemand rat?
Danke im Voraus!
Ich würde auch gerne im Portal einen Kalender haben, wo Benutzer Events eintragen können. Den Weg der oben beschrieben wurde mit diesem Mod funktioniert glaube ich nicht, da man Files hochladen muss die in Ordner gehören die ich nicht habe.
Es heisst in der Anleitung:
Copy: root/styles/prosilver/template/portal/block/calendar.html
To: styles/prosilver/template/portal/block/calendar.html
Nun, ich habe kein calendar.html unter template/portal/block. Bei mir siehts so aus: /template/portal/modules
Weiss jemand rat?
Danke im Voraus!
-
Topic author - Sponsor
- Posts: 83
- Joined: 26. October 2009 21:40
- phpBB.de User: IXL
- phpBB.com User: IXLUKCOM
- Location: UK
- Contact:
Re: Portal 2.0.0 Calendar Block Events
I havent yet tried this, I have been very busy lately but will try it this weekend. In the meantime, Thanks for your help and suggestion, I will let you know how I get on.urednik wrote:It works calendar mode from Portal 1.4
Changes are only in installation.
1. Download viewtopic.php?f=21&t=1567
2. open install.xml and change code from 95 row with this: (or from <open src="portal.php"> )
3. InstallCode: Select all
<open src="portal.php"> <edit> <find>$user->setup('mods/portal');</find> <action type="after-add">// START Display phpBB Calendar next events. $user->setup('calendar'); // If you want to see more events than 5, only change the number. display_next_events(7); // END Display phpBB Calendar next events. </action> </edit> </open> <open src="styles/prosilver/template/portal/portal_body.html"> <edit> <find> portal/block/calendar.html </find> <action type="after-add"><![CDATA[ <!-- INCLUDE portal/block/calendar.html --> ]]></action> </edit> </open> <diy-instructions lang="en">Purge the cache.</diy-instructions> </action-group> </mod>
Re: Portal 2.0.0 Calendar Block Events
I just wanted to clarify that this " phpBB Calendar block on Board3 Portal (Update 1.0.4)" here:
viewtopic.php?f=53&t=1567
Will work with the latest beta " [Beta] phpBB Calendar 0.1.1 (alightner)" here:
https://www.phpbb.com/community/viewtop ... 0&t=666195
Is that accurate? Thanks!
viewtopic.php?f=53&t=1567
Will work with the latest beta " [Beta] phpBB Calendar 0.1.1 (alightner)" here:
https://www.phpbb.com/community/viewtop ... 0&t=666195
Is that accurate? Thanks!