MyBB.de Forum
Simple Calendar on Portal for MyBB 1.2.x - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html)
+--- Forum: Plugin-Veröffentlichungen und -Support (https://www.mybb.de/forum/forum-82.html)
+--- Thema: Simple Calendar on Portal for MyBB 1.2.x (/thread-19576.html)

Seiten: Seiten: 1 2 3 4


Simple Calendar on Portal for MyBB 1.2.x - MyBB.de Bot - 28.06.2007

Eine neue Erweiterung wurde veröffentlicht: Simple Calendar on Portal for MyBB 1.2.x

Zitat:â?¢ Adds a simple calendar on the Portal page with the current month
displayed.
â?¢ If you click the month's name, you'll be taken to the monthview
page.
â?¢ If a day has an event or birthday, you will be taken to the dayview
page once you click it. Otherwise you will be taken to the "Add Event"
page.
â?¢ You can choose the colours of events and birthdays in the AdminCP.
â?¢ You can backup these colours on deactivation and restore them on
reactivation.
â?¢ Compatible with the selected language.
â?¢ No extra language files needed. It uses MyBB language files.



RE: Simple Calendar on Portal for MyBB 1.2.x - tfo - 12.08.2007

Das wird nicht angezeigt auf der Homepage was mache ich falsch??

Edit:

Hat sich erledigt.. Portal und Index verwechselt.. so etwas gibt es für die Index - Seite noch nicht oder?


RE: Simple Calendar on Portal for MyBB 1.2.x - Grauer-Magier - 16.10.2007

Du kannst es einfach auf der Index-Seite einbauen. Einfach den Codebefehl aus dem Portaltemplate kopieren und auf der Index-Seite plazieren.

LG, GM!


RE: Simple Calendar on Portal for MyBB 1.2.x 1.1 - Grauer-Magier - 02.02.2008

Ich hab nun 'raus wie man auch bei diesem Mini-Kalender den ersten Wochentag als Montag setzen kann.
In der portal_calendar.php sucht man:
PHP-Code:
$sblanks date("w"$time); 
und fügt direkt darunter ein:
PHP-Code:
    if($sblanks == 0){
      
$sblanks 6;
    }
    else{
      
$sblanks $sblanks 1;
    }; 
Damit es nachher so aussieht:
PHP-Code:
    $sblanks date("w"$time);
    if(
$sblanks == 0){
      
$sblanks 6;
    }
    else{
      
$sblanks $sblanks 1;
    }; 

Dann muß man nur noch im Template "Globale Templates" -> portal_calendar bearbeiten
Und dort diese Zeile:
Code:
<td class="tcat" width="14%" align="center">{$su}</td>
An das Ende der Tabelle setzen. Und schon beginnt auch da die Woche mit dem Montag. Big Grin

LG, GM!


RE: Simple Calendar on Portal for MyBB 1.2.x 1.1 - Cuff_mybb_import6580 - 10.02.2008

Cool. Danke!

Mich würde noch interessieren wie man das Layout der Box ändert. Die sieht nämlich bei mir etwas anders aus alle anderen Boxen im Portal. Der Tabellenheader ist kleiner und der Boxrand dicker...

Wäre coll, wenn das jemand posten könnte, wie's geht!


RE: Simple Calendar on Portal for MyBB 1.2.x 1.1 - Grauer-Magier - 10.02.2008

Hi, Cuff!

Wie, sieht anders aus als deine anderen Boxen???
Schick mal nen Link! Wink

LG, GM!


RE: Simple Calendar on Portal for MyBB 1.2.x 1.1 - Cuff_mybb_import6580 - 10.02.2008

An diesem Ausschintt sieht man das ganz schön...


RE: Simple Calendar on Portal for MyBB 1.2.x 1.1 - StefanT - 10.02.2008

Ein Link wäre besser. Toungue


RE: Simple Calendar on Portal for MyBB 1.2.x 1.1 - Cuff_mybb_import6580 - 10.02.2008

Tschludigung! Cool

http://www.marburg-medical.de/forum/portal.php


RE: Simple Calendar on Portal for MyBB 1.2.x 1.1 - Grauer-Magier - 10.02.2008

@ Dragon:

Hihi, genau das wollte ich gerade sagen! Wink
... also ich kann da keinen Unterschied feststellen - wie auch. Die Boxen sind genauso in der allgemein definierten Farbcombi.