Post reply

Name:
Email:
Subject:
Tags:

Seperate each tag by a comma
Message icon:

Attach:
(Clear Attachment)
(more attachments)
Allowed file types: apk, doc, docx, gif, jpg, mpg, pdf, png, txt, zip, xls, 3gpp, mp2, mp3, wav, odt, ods, html, mp4, amr, apk, m4a, jpeg, aac
Restrictions: 50 per post, maximum total size 150000KB, maximum individual size 150000KB
Note that any files attached will not be displayed until approved by a moderator.
Anti-spam: complete the task

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: Dhammañāṇa
« on: April 09, 2017, 12:37:52 PM »

Grafikdatei hat sich wohl verirrt, siehe Anlage
Posted by: Dhammañāṇa
« on: April 09, 2017, 12:34:55 PM »

Posted by: Dhammañāṇa
« on: May 24, 2015, 03:33:45 PM »

Atma hat sich erlaubt, BBC-Codes für Sprache anzulegen um hier nicht stets mit Farbe, Größe der Schrift, beschäftigt zu sein und um in weitere Folge diese man Benutzereinstellungen ein und ausschalten zu können.

[lde][/lde] (Deutsch), [len][/len] (English), [lkh][/lkh] (ខ្មែរ)

Test Language-BBC   [lde]Test Language BBC[/lde]

Test Language-BBC  [len]Test Language BBC[/len]

ការប្រឡង ​ភាសា-BBC  [lkh]ការប្រឡង ​ភាសា-BBC[/lkh]

im index.css forgendes hinzugefügt:
Code: [Select]
/* BBC Langage sangham*/
.bbc_lde a, .bbc_len a, .bbc_lkh a
{
color: inherit;
}

im Subs.php (/sources/)
Code: [Select]
// <--ergänzt sangham
array(
'tag' => 'lde',
'before' => '<span style="color: gray;" class="bbc_lde">',
'after' => '</span>',
),
array(
'tag' => 'len',
'before' => '<span style="color: black;" class= "bbc_len">',
'after' => '</span>',
),
array(
'tag' => 'lkh',
'before' => '<span style="color: #673C3C; font-size: 1.4em;" class= "bbc_lkh">',
'after' => '</span>',
),// ergänzt sangham -->
Posted by: Administration
« on: March 11, 2014, 12:15:22 PM »

Ich habe auf Empfehlung von Suki, die Mod von  Ivan Sagalaev "Highlight " installiert. Da diese Mod nicht auf das standard index.css zurückgreift, habe ich der neuen "highlight.css" den Rahmen und das außen Layout angepasst:

Original:

Code: [Select]
.block_code {position: relative;top: -10px;}
.codePages {color: #777; position: relative;  padding-left: 5px; float: left; width: 30px; height: 1px;}
.codeContent {position: relative; font-size: x-small; padding-left: 30px; padding-bottom: 10px;}
.block_code pre code
{
display: block;
font-family: "dejavu sans mono", "monaco", "lucida console", "courier new", monospace;
border-top: 2px solid #999;
border-bottom: 2px solid #999;
overflow: auto;
white-space: pre-wrap;
max-height: 24em;
}

Ersetzt mit:

Code: [Select]
.block_code {position: relative;top: -10px;}
.codePages {color: #777; position: relative;  padding-left: 5px; float: left; width: 30px; height: 1px;}
.codeContent {position: relative; font-size: x-small; padding-left: 30px; padding-bottom: 10px;}
.block_code pre code
{
display: block;
font-family: "dejavu sans mono", "monaco", "lucida console", "courier new", monospace;
border: 1px solid #999;
border-radius:0.2em;
overflow: auto;
padding: 3px 1em;
white-space: pre-wrap;
max-height: 24em;
}

Im Modmanager ist das default-theme eingestellt. Ich werde noch versuchen dieses auf das standard notpad layout anzupassen und noch eine Deutsche Sprachdatei erstellen.

Ein Danke hier an den Mod-Ersteller. Scheint alles super zu funktionieren und ist uns sicher eine große Hilfe für html Arbeiten und Dokumentationen.

 _/\_
(Johann im Arbeitsgewand)

Posted by: Dhammañāṇa
« on: March 10, 2014, 11:50:11 PM »

Werte sangham.net Besucher,

da wir hier viel Arbeiten im html Format machen und dazu immer wieder Erklärungen ausgetauscht werden, hatte ich heute den Gedanken an den [php] code, der ein strukturiertes Layout für php codes wiedergibt.

Quote
<?php
// this is some php
$johannB "a code machine";
?>
Die Bemerkung von Shambles, wenn der wüßte wie wenig ich damit am Hut habe... :)

Perfekt zum Arbeiten wäre so etwas angepasst an das notepad system, bzw, an das HTML system. Da ich nicht durchschauen konnte wie diese style funtion funktioniert, habe ich mir erlaubt im SMF-Forum eine Anfage zu stellen:  Display layout for [ code ] BBC in notepad++ style

Und auch schon ein paar gute Tipps von Suki bekommen. Sadhu! Mal sehen.

 _/\_
Posted by: Dhammañāṇa
« on: August 03, 2013, 11:46:32 PM »

 *sgift*

I have add a new BBC code called "dquote" for Dhamma - citation which can be used similar to the normal "quote" - BBC with or without reference (even through it would be good to add the reference.
Here the modifications in the case somebody like to chance it later on:

Ich habe einen neuen BBC Code genannt "dquote" für Dhamma-Zitate angelegt, der im Prinzip wie das normale "quote"BBC, mit oder ohne Quellenangabe funkioniert (auch wenn es natürlich gut ist, die Quelle immer anzugeben)
Hier die Änderungen in den Datein, für den Fall das später jemand etwas ändern möchte:


In der Subs.php neu eingefügt:

Code: [Select]
array(
'tag' => 'dquote',
'before' => '<div class="quoteheader"><div class="topslice_quote"></div></div><div class="dquote"><p class="dquoteheader"> - Namo tassa bhagavato arahato sammā-sambuddhassa - </p><blockquote>',
'after' => '</blockquote></div><div class="quotefooter"><div class="botslice_quote"></div></div>',
'block_level' => true,
),
array(
'tag' => 'dquote',
'type' => 'parsed_equals',
'before' => '<div class="quoteheader"><div class="topslice_quote"></div></div><div class="dquote"><p class="dquoteheader"> Namo tassa bhagavato arahato sammā-sambuddhassa </p><blockquote>',
'after' => '</blockquote></div><div class="quotefooter"><div class="botslice_quote">' . $txt['quote_from'] . ': $1</div></div>',
'quoted' => 'optional',
// Don't allow everything to be embedded with the author name.
'parsed_tags_allowed' => array('url', 'iurl', 'ftp'),
'block_level' => true,
),

in der index.css folgendes geänder und ergänzt:

Code: [Select]
/* Dhammaquote dquote. */
.dquote
{
   font-size: x-small;
   color: #5F5F5F;
   text-align: justify;
   background-color: #fff;
   line-height: 1.4em;
   border-top: 2.5px solid #999;
   border-bottom: 1.5px solid #EAEAE5;
   border-left: 1.5px solid #999;
   border-right: 1.5px solid #999;
   border-bottom-right-radius:0.5em;
   border-bottom-left-radius:0.5em;
   border-top-right-radius:0.5em;
   border-top-left-radius:0.5em;
   padding: 1.1em 1.4em;
   margin: 1.1em 0 -2em 0;
   overflow: auto;
}


/* The Dhammaquote "dquote:" header parts... */
.dquoteheader
{
   color: #666;
   font-size: x-small;
   text-align: center;
   font-weight: bold;
   padding: 0.5em 0.3em;
}

/* The Dhammaquote "dquote:" footer parts... */
.quotefooter
{
   color: #666;
   font-size: x-small;
   text-align: right;
   font-weight: bold;
   padding: 0em 2em 2.5em 1.3em;
}
Posted by: Administration
« on: April 17, 2013, 12:15:57 AM »

"PM full" display

Alexander has found a graphic problem (color) for the display if the PM full display. It should be not a big problem and I guess I have caused it by testing the colors in the theme css file.
Is anybody knows the place where to change (name of the text), please let it be known.

Showcase attached:

*problem as not so important not followed jet



"PN voll" Anzeige

Alexander hat ein Grafikproblem (Farbe) bei der Anzeige von "PN voll" entdeckt. Es sollte kein großes Problem sein und ich denke, daß ich da beim studieren und probieren im theme css file geändert habe und vergessen habe rückgängig zu machen, da sich keine Auswirkung mir gezeigt hat. Wenn jemand den Platz oder den Namen des Textes weis, bitte bescheid begen.

Dokumentation der Anzeige in der Anlage:


*Problem als nicht so gravierend angesehen, derzeit noch nicht verfolgt.

I could find where to change the background color of the bar (I guess) and I made it to a different darker red. I hope that is good enought. Sould be solved.

Ich konnte herausfinden, wo man die Hintergrundfarbe des Anzeigebalken ändert (denke ich) und hab ihm ein Dunkerot gegeben. Ich hoffe das ist gut genug.  Sollte erledigt sein.

Wish Layout Quotations

I would like to have a more decent design or layout of the quote back round and frame but have not found out how to do yet.

Slight gray rounded frame, color opposite the back round and maybe a shadow effect.

I had raised the question also in the SMF support forum, if somebody likes to participate: Quote layout - where and how to change?

Design sample attached:



Wunschlayout Zitate

Ich hätte gerne ein denzenteres Layout für den Zitate block im Bezug auf Hintergrund und Rahmen, hab aber noch nicht herausgefunden, wo und wie das zu ändern ist.

Zarter grauer abgerundeter Rahmen, gegensätzliche Farbe gegenüber Hintergrund, eventuell Schatteneffekt.

Ich hab mir erlaubt diese Frage auch in das Supportforum von SMF zu stellen, falls es jemand mitverfolgen oder teilnehmen will: Quote layout - where and how to change?

Design Beispiel in der Anlage:



Sollte erledigt sein. Die Anzeige vom code-BBC gleich mit. Ich hoffe der Stil gefällt. Hier auch noch der code-Bereich im index_css file, falls man das später sucht:

Sould be fixed, including the code-BBC design. I hope the style is liked. Here also the code area in the index_css file, if one might search for it later on:

Code: [Select]
/* Some BBC related styles.
------------------------------------------------------- */

/* A quote, perhaps from another post. */
blockquote.bbc_standard_quote, blockquote.bbc_alternate_quote
{
   font-size: x-small;
   color: #5F5F5F;
   line-height: 1.4em;
   background: url(../images/theme/quote.png) 0.02em 0.02em no-repeat;
   border-top: 2.5px solid #999;
   border-bottom: 1.5px solid #EAEAE5;
   border-left: 1.5px solid #999;
   border-right: 1.5px solid #EAEAE5;
   border-bottom-right-radius:0.5em;
   border-bottom-left-radius:0.5em;
   border-top-right-radius:0.5em;
   border-top-left-radius:0.5em;
   padding: 1.1em 1.4em;
   margin: 0.1em 0 0.3em 0;
   overflow: auto;
}

/* Alterate blockquote stylings */
blockquote.bbc_standard_quote
{
   background-color: #F9F9F7;
}
blockquote.bbc_alternate_quote
{
   background-color: #ffffff;
}

/* A code block - maybe PHP ;). */
code.bbc_code
{
   display: block;
   font-family: "dejavu sans mono", "monaco", "lucida console", "courier new", monospace;
   font-size: x-small;
   background: #F9F9F7;
   border-top: 1px solid #999;
   border-bottom: 1px solid #999;
   border-left: 1px solid #999;
   border-right: 1px solid #999;
   border-bottom-right-radius:0.2em;
   border-bottom-left-radius:0.2em;
   border-top-right-radius:0.2em;
   border-top-left-radius:0.2em;
   line-height: 1.5em;
   padding: 3px 1em;
   overflow: auto;
   white-space: nowrap;
   /* Show a scrollbar after about 24 lines. */
   max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.codeheader, .quoteheader
{
   color: #666;
   font-size: x-small;
   font-weight: bold;
   padding: 0 0.3em;
}
Posted by: Dhammañāṇa
« on: April 15, 2013, 02:07:22 PM »

Wish Layout Quotations

I would like to have a more decent design or layout of the quote back round and frame but have not found out how to do yet.

Slight gray rounded frame, color opposite the back round and maybe a shadow effect.

I had raised the question also in the SMF support forum, if somebody likes to participate: Quote layout - where and how to change?

Design sample attached:



Wunschlayout Zitate

Ich hätte gerne ein denzenteres Layout für den Zitate block im Bezug auf Hintergrund und Rahmen, hab aber noch nicht herausgefunden, wo und wie das zu ändern ist.

Zarter grauer abgerundeter Rahmen, gegensätzliche Farbe gegenüber Hintergrund, eventuell Schatteneffekt.

Ich hab mir erlaubt diese Frage auch in das Supportforum von SMF zu stellen, falls es jemand mitverfolgen oder teilnehmen will: Quote layout - where and how to change?

Design Beispiel in der Anlage:

Posted by: Dhammañāṇa
« on: April 15, 2013, 01:46:35 PM »

"PM full" display

Alexander has found a graphic problem (color) for the display if the PM full display. It should be not a big problem and I guess I have caused it by testing the colors in the theme css file.
Is anybody knows the place where to change (name of the text), please let it be known.

Showcase attached:

*problem as not so important not followed jet



"PN voll" Anzeige

Alexander hat ein Grafikproblem (Farbe) bei der Anzeige von "PN voll" entdeckt. Es sollte kein großes Problem sein und ich denke, daß ich da beim studieren und probieren im theme css file geändert habe und vergessen habe rückgängig zu machen, da sich keine Auswirkung mir gezeigt hat. Wenn jemand den Platz oder den Namen des Textes weis, bitte bescheid begen.

Dokumentation der Anzeige in der Anlage:


*Problem als nicht so gravierend angesehen, derzeit noch nicht verfolgt.
Posted by: Dhammañāṇa
« on: April 15, 2013, 01:27:29 PM »



This topic is dedicated to post seen graphic probelms, collect them and make them easier to be executed.

Dear visitor, dear Dhamma friends and members of sangham.net,

when ever you come across a graphic problem or a strange appearance or if you have any suggestions in relation of the layout of graphic issues on this website, please feel free and invited to post such points.

When ever you feel that you have a solution for a problem, please feel free and invited to offer such as for the engaged team, everybody is invited to help in all issues.

Note for the executes: Should you start to work on an issue, please make this in the raised original post. Should a problem be solved or seen as not needed to be solved, please mark this also in the related original topic. In this way it is possible that everybody can act freely and chose a task, without much further requests.






Dieses Thema ist dazu gewidmet, auf Grafikprobleme hinzuweisen, sie zu sammeln und sie damit leichter abarbeitbar zu machen.

Sehr geehrte Besucher, liebe Dhammafreunde und Mitarbeiter auf sangham.net,

wenn immer Sie über ein Graphikproblem oder eine seltsame Erscheinung stolpern oder wenn Sie anregungen bezüglich des Layouts oder grafischer Darstellungen auf der Webseite haben, fühlen Sie sich bitte eingeladen solche Dinge hier zu posten.

Wenn immer Sie glauben eine Lösung oder eine Anregung für ein Problem zu haben, fühlen Sie sich eingeladen diese Lösung oder Anregung hier zu teilen. Jeder ist stets eingeladen auszuhelfen.

Anmerkung für die Exekutive: Sollte jemand beginnen sich um ein Thema zu kümmern, diese bitte im erfolgen Originalbeitrag bemerken. Sollte ein Problem gelöst sein, oder als nicht lösenswert angesehen werden, bitte auch das im Originalbeitag bemerken. Auf diese Weise ist es möglich relativ unabhängig zu arbeiten und auch ohne viel weiteres Hinterfragen zu müssen.