Abstand Artikeltitel und Untertitel

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
hmw
Posts: 90
Joined: Fri 18. Feb 2005, 10:35
Contact:

Abstand Artikeltitel und Untertitel

Post by hmw »

- wo kann man den verändern?
Image
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

Hi

ja genau da wo der rote Pfeil ist ;)

oder was soll uns das sagen? meine Glaskugel ist in Reperatur.

oder schau Dir mal die Klassen h1 und h3 in der frontend.css an
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
hmw
Posts: 90
Joined: Fri 18. Feb 2005, 10:35
Contact:

Post by hmw »

Danke für die Antwort
pico wrote:...meine Glaskugel ist in Reperatur
versteh' ich nicht ganz, meine Frage lautete:
Abstand Artikeltitel und Untertitel (in der Überschrift) - wo kann man den verändern?
und zur Erklärung, was ich genau meinte, ein Bild dazu.

Wozu also 'ne Glaskugel :?: :wink:
pico wrote:...schau Dir mal die Klassen h1 und h3 in der frontend.css an
da sieht es so aus:

Code: Select all

.articleHead, .articleList_tophead, h1, h2 {
	font-weight: bold;
	font-size: 15px;
	font-family: "Arial Narrow", "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height : 120%;
	color : #000000;
	margin-bottom: 0px;
        margin-top: 0px;
}

.articleSubHead, .articleList_topsubhead, h3, h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #6D7983;
	line-height: 110%;
	margin-bottom: 0px;
        margin-top: 0px;
}
also trotz margin = 0 ein zu großer Abstand (siehe Bild)[/i]
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

Hi

schau mal auf die

Code: Select all

line-height:
und das mit der Glaskugel - naja OK aber man sollte schon einen etwas Aussagekräftigeren Titel für einen Thread wählen.
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
pepe
Posts: 3954
Joined: Mon 19. Jan 2004, 13:46

Post by pepe »

Das mit der Glaskugel ist schon nicht so falsch....


Handelt es sich dabei z.B. um den Ausschnitt eines

Artikellistings

oder einer

"normalen" Artikeldarstelung ???


Dann sieht die Antwort nämlich unterschiedlich aus :idea:
hmw
Posts: 90
Joined: Fri 18. Feb 2005, 10:35
Contact:

Post by hmw »

pico wrote:

Code: Select all

line-height:
Danke, damit kommen wir der Sache schon näher, aber das ist immer noch nicht das, was ich suche, denn es wirkt sich nur im Artikel selber aus.
pepe wrote:Handelt es sich dabei z.B. um den Ausschnitt eines

Artikellistings

oder einer

"normalen" Artikeldarstelung ???
Und ich dachte, man sieht an dem Bild (">> mehr"), worum es sich handelt :wink:

Also dann nochmal genauer: wenn ich im Admin-Bereich bei einer Seitenebene bei "Anzahl der Top-Artikel" eine größere Zahl eingebe, erscheint auf der Startseite dieser Seitenebene die entsprechende (?) Anzahl Artikel mit dem Schlagtext. Wie man das genau bezeichnet, wusste ich nicht (deshalb das Bild).

Danke für Eure Geduld :wink:
pepe
Posts: 3954
Joined: Mon 19. Jan 2004, 13:46

Post by pepe »

<!--
sample template for article summary listing
===========================================

TITLE = article title
SUB = article subtitle
SUMMARY = article summary text
IMAGE = summary image (only the <img src="..."> tag)
ZOOMIMAGE = if the image is click-zoomable (<a href...><img...></a>)
CAPTION = summary image caption
ARTICLELINK = url to full article
MORE = the "more..." text/image like defined in template_defaults
BEFORE = show before listing entry
AFTER = show after listing entry
SPACE = show this between listings
DATE = show article date {DATE:FORMAT:LANG} or {DATE:FORMAT}
EDITOR = name of editor
ARTICLEID = ID of list entry

//-->
[SPACE]<hr>[/SPACE]
<div>
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td width="150" valign="top">
[IMAGE]<div><a href="{ARTICLELINK}">{IMAGE}</a></div>[/IMAGE]
[CAPTION]<div align="center">{CAPTION}</div>[/CAPTION]
</td>
<td width="10"><img src="img/leer.gif" border="0" width="10" height="1" alt=""></td>
<td width="98%" valign="top">
[TITLE]<h1 style="margin:0 0 5px 0;">{TITLE}</h1>[/TITLE]
[SUB]<h3 style="margin:0 0 5px 0;">{SUB}</h3>[/SUB]
[SUMMARY]<p style="margin:0"><strong>{DATE:F:DE}</strong> {SUMMARY}</p>[/SUMMARY]
[MORE]<a href="{ARTICLELINK}">{MORE}</a>[/MORE]
</td>
</tr>
</table>
</div>
Dann schau dir mal die Datei an, die für das Aussehen des Listings zuständig ist, wenn du die in der Artikelbasisinformation einbindest:

phpwcms_templates/inc_cntpart/articlesummary/list/sample.tmpl

Hier kannst du mit Hilfe von eigenen Klassen oder HTML-Anweisungen das Aussehen in weiten Grenzen beeinflussen!
hmw
Posts: 90
Joined: Fri 18. Feb 2005, 10:35
Contact:

Post by hmw »

Danke, pepe, genau das ist's :D

Nun stehe ich vor der Aufgabe, Dutzende Artikel nachträglich einzeln zu bearbeiten. Gibt es eine Möglichkeit, diese sample.tmpl nachträglich als "Standard" für das Artikellisting zu definieren, - oder wenigstens für neue Artikel ?
hmw
Posts: 90
Joined: Fri 18. Feb 2005, 10:35
Contact:

Post by hmw »

aus versehen doppelt geklickt...
pepe
Posts: 3954
Joined: Mon 19. Jan 2004, 13:46

Post by pepe »

Ja... wie's geht, findest du hier im Forum...

Wo ???? SUCHEN :cry:
hmw
Posts: 90
Joined: Fri 18. Feb 2005, 10:35
Contact:

Post by hmw »

pepe wrote:Ja... wie's geht, findest du hier im Forum...

Wo ???? SUCHEN :cry:
Und die Suche führt zu dem Ergebnis, dass es doch nicht geht :(

http://www.phpwcms.de/forum/viewtopic.p ... s+standard
pepe
Posts: 3954
Joined: Mon 19. Jan 2004, 13:46

Post by pepe »

.... garantiert... steht's hier im Forum... hab ich selber dort "abgekupfert"... :idea:

Papps Antwort ist ja auch schon etwas älter :wink:

Also weiter suchen :roll:

Code: Select all

my workaround for this issue is to add "default.tmpl" to line 170 of

Alte Version
phpwcms/inc_cntpart/articlesummary/article/article.editsummary.tmpl.php

Neue Version
include/inc_tmpl/article.editsummary.tmpl.php

Code:
echo '<option value="default.tmpl"'.$vals.'>'.$BL['be_cnt_default']."</option>\n";
                     ------------

it automatically assigns default.tmpl to the article summary of all newly created articles as if it were selected by hand - you must have a default.tmpl within

   phpwcms/inc_cntpart/articlesummary/article/ too...


It does mean that you will need to 'touch' each existing articles summary to correct the database go into the article summary then save - no editing required)


the fix is the same for the "articlesummary list" too...

line 152 of the same file

Code:
echo '<option value="default.tmpl"'.$vals.'>'.$BL['be_cnt_default']."</option>\n";
                     ------------

ps: i use .htm so that dreamweaver shows me pretty coloured syntax
Das hatte ich mir "ausgeschnitten".... weiß aber nicht mehr von wem es war....
Unterschrift war leider "abgeschnitten" :oops:
hmw
Posts: 90
Joined: Fri 18. Feb 2005, 10:35
Contact:

Post by hmw »

Danke, pepe,

der Tipp ist übrigens von pSouper in:
http://www.phpwcms.de/forum/viewtopic.p ... l+line+170
Post Reply