Re: Calendar block for phpBB Calendar 0.0.8
Posted: 4. February 2009 18:45
Ich bin zu Blöde das zu INstallieren weils mit mysql zutun hat -.- mist
Gruß ChrisphpBB.com wrote:German translation for 0.0.8 (thanks to thomas.d)
*räusper* diesen Link gibt's aber auch in meiner sig ...Christian_N wrote:... Allerdings ist unter der genannte Cache-Version auch ein Link enthalten zu den Deutsche Sprachfiles:...phpBB.com wrote:German translation for 0.0.8 (thanks to thomas.d)
Christian_N wrote:Kann mir doch nicht alle Sigs merken.
@amroth hab bis dato den MOD nicht installiert da ich einfach keine Verwendung für den habe. Kann dir daher leider auch nicht weiter helfen.
thomas.d wrote:Sorry amroth, aber um die Installation eines Mod musst du dich schon selbst kümmern, die richtige Anlaufstelle ist natürlich der entsprechende Thread auf phpbb.com, die bestimmt demnächst wieder online sind.
Support findest du hier für den Calendar Block.
BTW: Wenn du das Portal installieren konntest, sollte es mit dem Calendar Mod doch auch klappen?!
I do this in portal_body.html , i dont need 2 calendars , so only the calendar with events is shown and i can enable/disable the calendar in the ACPCocoVFR wrote:An other question.
How can i make enable/disable the calendar (not mini_cal) in the ACP ?
Code: Select all
<!-- IF S_DISPLAY_MINICAL -->
<!-- INCLUDE portal/block/calendar.html -->
<!-- ENDIF -->
Sorry amroth, aber wenn wirklich bei der Installation des Calendars MODs jemanden brauchen solltest, dann eröffnen am besten doch auf phpBB.de im Forum "Jobbörse" ein Antrag, wir sind mit dem Portal schon genug beschäftigt wie auch aus den Board3.de - Regeln | Wir bitten um Beachtung zu entnehmen ist.thomas.d wrote:Sorry amroth, aber um die Installation eines Mod musst du dich schon selbst kümmern, die richtige Anlaufstelle ist natürlich der entsprechende Thread auf phpbb.com, die bestimmt demnächst wieder online sind.
Any suggestions?JeRicHoOL wrote:I installed this block and all days look the same. Is there a ways to have the current day in another color or something like this, so people can see which day it is? (proSilver)
Thanks in advance.
Code: Select all
<div class="panel">
<div class="inner">
<span class="corners-top"><span></span></span>
Code: Select all
<div class="portal-panel">
<div class="inner">
<span class="portal-corners-top"><span></span></span>
I have the exact same problem. This fix is in calendar.html, right?derkubi wrote:colour problem fixed :
findeditCode: Select all
<div class="panel"> <div class="inner"> <span class="corners-top"><span></span></span>
Code: Select all
<div class="portal-panel"> <div class="inner"> <span class="portal-corners-top"><span></span></span>