News Box bearbeiten

Aktuelle Version: 1.0.6
Veröffentlicht: 01.09.10
Forum rules
Vor dem erstellen neuer Supportanfragen bitte zuerst in die board3 Portal FAQ schauen und die Suche benutzen!
Viele Fragen sind bereits schon gestellt und beantwortet worden.
Bitte auch unsere Forumsregeln lesen und beachten!
Locked
User avatar

Topic author
dirkjbf
Active Member
Posts: 44
Joined: 16. January 2008 19:23
Contact:

News Box bearbeiten

Post by dirkjbf »

wie bekomme ich die Rot eingekreisten sachen weg ?

jemand nen tip

Image
User avatar

Kevin
Site Admin
Posts: 2989
Joined: 7. January 2006 20:11
phpBB.de User: Saint
phpBB.com User: Saint_hh
Location: Hamburg
Contact:

Re: News Box bearbeiten

Post by Kevin »

Das findest du in der news.html

Mal auf die Schnelle - ersetzte den Inhalt der news.html hiermit:

Code: Select all

<div class="forabg">
	<div class="inner">
		<span class="corners-top"><span></span></span>
		<ul class="topiclist">
			<li class="header"><dl><dt>{L_LATEST_NEWS}</dt></dl></li>
		</ul>
		<ul class="topiclist forums">
			<li><dl>
				<dd class="posts_portal"  style="border-left:0px">
				<!-- BEGIN news_row -->
					<!-- IF news_row.S_NO_TOPICS -->
					<span class="gensmall" style="text-align: center; margin: 0 0 0 5px;"><strong>{L_NO_NEWS}</strong></span>
					<!-- ELSE -->
					<div class="postbody postbody_portal" style="width: 100%">
						<ul class="linklist">
							<li class="rightside"><span style="margin: 0 5px 0 0;">{news_row.TIME}</span></li>
						</ul>		
						<br />
						<div class="content"><div style="float: left; margin: 0 0 0 5px">{news_row.TEXT}</div></div><br />
						<span style="float: right; margin: 0 5px 5px 0">{news_row.OPEN}<a href="{news_row.U_READ_FULL}">{news_row.L_READ_FULL}</a>{news_row.CLOSE}</span>
					</div>
					<div class="back2top"><span style="float: right; margin: 0 5px 0 0"><a href="#wrap" class="top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a></span></div>
					<!-- IF news_row.S_NOT_LAST --><hr /><!-- ENDIF -->
					<!-- ENDIF -->
				<!-- END news_row -->
				</dd>
			</dl></li>
		</ul>
		<span class="corners-bottom"><span></span></span>
	</div>
</div>
<br style="clear:both" />
~~~ They say the definition of madness is doing the same thing and expecting a different result ~~~

Kein Support per PN / No support via PM!
User avatar

Topic author
dirkjbf
Active Member
Posts: 44
Joined: 16. January 2008 19:23
Contact:

Re: News Box bearbeiten

Post by dirkjbf »

Coole sache

Vielen Dank :D
Locked

Return to “board3 Portal 1.0.x - Deutscher Support”