Seite 3 von 3

Verfasst: 01.02.2006 12:37
von Bimfahrer
Danke Markus

Hat diesmal super geklappt.

Eine frage habe ich noch bei: W4Y

http://forum.world4you.com/index.php

steht ganz unten: neue Beträge, keine neuen Beiträge, Forum Gesperrt und TOP mit einen geraden Strich in hell Blau.

Meine Frage ist wie kann ich das auch ändern das es bei meinen Forum genauso aussieht.

PS: Gefällt mir nähmlich so gut.

lg Bimfahrer

Verfasst: 01.02.2006 12:39
von Markus67
Hi ...

verstehe ich das richtig ... die blaue Linie da unten soll weg?

Markus

Verfasst: 01.02.2006 12:45
von Bimfahrer
Hallo Markus

Danke für deine schnell Antwort.

Nein nur der scharze Strich sollte entfernt werden das es so aussieht wie bei W4Y.

Das man nur mehr die neuen Beträge und keine neuen Beträge Forum gesperrt und Top sieht und unten die blaue Linie bleibt.

Es sollt nur der abstand genau so wie bei W4Y sein ohne den gebogenen Scharzen Strich.

lg Bimfahrer

Verfasst: 01.02.2006 15:49
von Bimfahrer
Hallo Markus

Kann du mir noch helfen ????

lg Bimfahrer

Verfasst: 01.02.2006 20:21
von Markus67
Hi ...

irgendwie kapier ich nicht was du da jetzt weghaben möchtest.

Zuerst kommen die 3 Icons (Neue Beiträge, Keine neuen Beiträge, Forum ist gesperrt)
Danach kommt diese gebogene schwarze Linie
Danach das Copyright
Und danach die 2 grauen Balken

Und was soll da jetzt entfernt werden?

Markus

Verfasst: 01.02.2006 21:42
von Bimfahrer
Hallo Markus

Ich möcht die gerne die gebogene Linie weg haben kann man das machen.

lg Bimfahrer

Verfasst: 01.02.2006 22:07
von Markus67
Hi ...

suche in der overall_footer.tpl

Code: Alles auswählen

		<table width="100%" cellpadding="0" cellspacing="0" border="0">
		  <tr> 
			<td><img src="templates/iCGstation/images/bt_left.gif" border="0" /></td>
			<td width="100%" class="indexbom" valign="bottom" align="center">
				<span class="copyright">Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} &copy; 2001, 2002 phpBB Group
				<br />iCGstation v1.0 Template By <a href="http://www.ioptional.com" target="_block" class="copyright">Ray</a> &copy; 2003, 2004 <a href="http://www.ioptional.com" target="_block" class="copyright">iOptional</a><br />
				<br />{TRANSLATION_INFO}<br /><br /><br /><br /><br /></span>
			</td>
			<td><img src="templates/iCGstation/images/bt_right.gif" border="0" /></td>
		  </tr>
		</table>
	</td>
	<td width="10" nowrap="nowrap"</td>
  </tr>
</table>

</body>
</html>
ersetze mit:

Code: Alles auswählen

		<table width="100%" cellpadding="0" cellspacing="0" border="0">
		  <tr> 
			<td width="100%" valign="bottom" align="center">
				<span class="copyright">Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} &copy; 2001, 2002 phpBB Group
				<br />iCGstation v1.0 Template By <a href="http://www.ioptional.com" target="_block" class="copyright">Ray</a> &copy; 2003, 2004 <a href="http://www.ioptional.com" target="_block" class="copyright">iOptional</a><br />
				<br />{TRANSLATION_INFO}<br /><br /></span>
			</td>
		  </tr>
		</table>
	</td>
	<td width="10" nowrap="nowrap"></td>
  </tr>
</table>

</body>
</html>
Markus

Verfasst: 02.02.2006 13:42
von Bimfahrer
Hallo Markus

Danke für deine Hilfe hat funktioniert.

lg Bimfahrer