Reply
 
Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old 07.11.2004, 13:59
Metro-Man's Avatar
Aufsteigender Benutzer
 
Join Date: 02.2004
Location: Erfurt
Age: 29
Posts: 296
Rep Power: 10
Metro-Man will become famous soon enoughMetro-Man will become famous soon enough
Send a message via ICQ to Metro-Man
kleine Style änderung im Footer image-style
kleine Style änderung im Footer image-style


Ich würde gerne im image style das so haben

das hier nach links

Copyright by Morpheus 2004 - 2005
Designed by: vbdesigns.de

das nach rechts wo es schon ist

Powered by: vBulletin Version 3.0.3 (Deutsch)
Copyright ©2000 - 2004, Jelsoft Enterprises Ltd.


in die mitte meinen netstat counter
Reply With Quote
  #2 (permalink)  
Old 07.11.2004, 16:15
vbulletin-germany.com
 
Join Date: 11.2004
Posts: 48
Rep Power: 8
StGaensler is on a distinguished road
Ja, das geht relativ einfach.

Gehe ins admincp dann auf "Styles & Templates" -> "Styles verwalten" -> Rollover-Menü: "Templates verwalten" -> "Footer" auf "[Ändern]" klicken

Dort steht dann am Anfang:

HTML Code:
<br />
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="page" align="center">
<tr>
<td>
<div class="smallfont">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div></td>
<if condition="!$show['guest']">
		<!-- member logout -->
		<td align="$stylevar[right]"><a href="login.php?$session[sessionurl]do=logout&amp;u=$bbuserinfo[userid]" onclick="return log_out()"><phrase 1="$bbuserinfo[username]">$vbphrase[log_out_x]</phrase></a></td>
		<!-- end member logout -->
	</if></tr></table>

$spacer_close
<!-- /content area table -->

<form action="$vboptions[forumhome].php" method="get">
	
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="page" align="center">
<tr>
	<if condition="$show['quickchooser']">
		<td>
			<select name="styleid" id="ressel" onchange="switch_styleid(this)">
				<optgroup label="$vbphrase[quick_style_chooser]">
					$quickchooserbits
				</optgroup>
			</select>
		</td>
	</if>
	<td align="$stylevar[right]">
	<div class="smallfont">
	<!-- Do not remove this copyright notice -->
	$vbphrase[powered_by_vbulletin]
	<!-- Do not remove this copyright notice -->
	</div>
	
	<div class="smallfont" >
	<!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
	$cronimage
	<!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
	
	
	</div>


		
	</td>
</tr>
</table>
</form>
<div class="smallfont" align="center">$vboptions[copyrighttext]<br />
<!-- Do not remove this copyright notice -->
Designed by: <a title="Webtemplates/Forendesigns by vbdesigns.de" href="http://www.vbdesigns.de">vbdesigns.de</a>
<!-- Do not remove this copyright notice -->
</div>
Das ersetzt du mit diesem (!! Pass auf, dass du nur obigen Teil durch diesen Code ersetzt !!)
HTML Code:
<br />
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="page" align="center">
<tr>
<td>
<div class="smallfont">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div></td>
<if condition="!$show['guest']">
		<!-- member logout -->
		<td align="$stylevar[right]"><a href="login.php?$session[sessionurl]do=logout&amp;u=$bbuserinfo[userid]" onclick="return log_out()"><phrase 1="$bbuserinfo[username]">$vbphrase[log_out_x]</phrase></a></td>
		<!-- end member logout -->
	</if></tr></table>

$spacer_close
<!-- /content area table -->

<form action="$vboptions[forumhome].php" method="get">
	
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="page" align="center">
<tr>
	<if condition="$show['quickchooser']">
		<td>
			<select name="styleid" id="ressel" onchange="switch_styleid(this)">
				<optgroup label="$vbphrase[quick_style_chooser]">
					$quickchooserbits
				</optgroup>
			</select>
		</td>
	</if>
	<td align="$stylevar[right]">
	
	<div class="smallfont" >
	<!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
	$cronimage
	<!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
	
	
	</div>


		
	</td>
</tr>
</table>
</form>

<table width=100%>
<tr>
<td width=33% align=left><div class="smallfont">$vboptions[copyrighttext]<br />
<!-- Do not remove this copyright notice -->
Designed by: <a title="Webtemplates/Forendesigns by vbdesigns.de" href="http://www.vbdesigns.de">vbdesigns.de</a>
<!-- Do not remove this copyright notice -->
</div></td>
<td width=33% align=center><!-- Hier der Code für den Netstat-Counter --></td>
<td width=33% align=right>	<div class="smallfont">
	<!-- Do not remove this copyright notice -->
	$vbphrase[powered_by_vbulletin]
	<!-- Do not remove this copyright notice -->
	</div></td>
</tr>
</table>
Dann holst du dir den Code, den du für deinen Netstat-Counter brauchst, und kopierst ihn an die Stelle, wo oben steht: "<!-- Hier der Code für den Netstat-Counter -->" (lösche diesen Ausdruck und füge anstatt diesem deinen Code ein).

Und schließlich trägst du im "vBulletin-Einstellungen" -> "Homepage-Titel / URL / Kontaktinfos" -> "Copyright-Text" in das Feld "© by Morpheus 2004 - 2005" ein.

Bei mir hat es funktioniert.
Ich hoffe, dass es das bei dir auch tut

Stefan
Reply With Quote
  #3 (permalink)  
Old 07.11.2004, 21:54
Metro-Man's Avatar
Aufsteigender Benutzer
 
Join Date: 02.2004
Location: Erfurt
Age: 29
Posts: 296
Rep Power: 10
Metro-Man will become famous soon enoughMetro-Man will become famous soon enough
Send a message via ICQ to Metro-Man
Danke funzt perfekt
Reply With Quote
Reply

Lesezeichen

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist On.
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
[New] image Style Christian Ankündigungen & News 41 03.12.2006 15:44
Image Style Alignment Problem Nikki English Forums 7 29.05.2005 13:40
Image Style Fixed Width? Nikki English Forums 3 26.09.2004 22:47
[Release] image Style Christian Kostenlose vBulletin Styles 0 09.08.2004 19:23


Copyright © 2006, Reuter & Bloeß GbR.
| Datenschutz | Sitemap | Unsere Partner | Top |
Home Products Forum Über uns Support & FAQs
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0 ©2009, Crawlability, Inc.
Tipp: Fussball | Heilerde
Shopsystem, Shop System, CMS, Webkatalog mit vBCMS CMS