Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 17.12.2005, 14:51
Neuer Benutzer
 
Join Date: 12.2005
Posts: 8
Rep Power: 7
Req2000 is on a distinguished road
Portal Button
Hallo,

ich habe mir das images style herrunter geladen un auf meinem Forum installiert, Portal Buttons erstellt und nu möchte ich die gerne im forum einbauen! Leider funzt das nicht wie ich das will...

Beim Standart style ist das kein Thema aber beim images habe ich Probleme!

Die Buttons heisen top_portal.gif und top_portal_.gif

Kann mir bitte einer helfen?!

Mit freundlichen Gruß
Req2000
Reply With Quote
  #2 (permalink)  
Old 17.12.2005, 16:16
Synoxis's Avatar
vBdesigns Guru
 
Join Date: 10.2004
Posts: 621
Rep Power: 9
Synoxis will become famous soon enoughSynoxis will become famous soon enough
Suche im headinclude.tpl
Code:
Rollover("register",   "{$style['imagefolder']}/top_register_.gif");
Füge darunter
Code:
Rollover("portal",   "{$style['imagefolder']}/top_portal_.gif");
Suche im header.tpl
Code:
<a href="index.php{$SID_ARG_1ST}" onmouseover="turnOn('home');"
onmouseout="turnOff('home');"><img name="home" class="imgTrans" src="{$style['imagefolder']}/top_start.gif" border="0" alt="{$lang->items['LANG_GLOBAL_TOINDEX']}" title="{$lang->items['LANG_GLOBAL_TOINDEX']}" /></a>
Füge danach ein
Code:
<a href="portal.php{$SID_ARG_1ST}" onmouseover="turnOn('portal');"
onmouseout="turnOff('portal');"><img name="home" class="imgTrans" src="{$style['imagefolder']}/top_portal.gif" border="0" alt="Portal" title="Portal"></a>
Müsste funktionieren.
__________________
Designer aus freier Wildbahn gesucht? Dann fang ihn ein!

Last edited by Synoxis : 21.12.2005 at 16:15.
Reply With Quote
  #3 (permalink)  
Old 17.12.2005, 17:09
Neuer Benutzer
 
Join Date: 12.2005
Posts: 8
Rep Power: 7
Req2000 is on a distinguished road
Hallo,

recht herzlichen dank! Es hat funktionert!!!

EDIT: Habe bemerkt das ich jetzt streifen oben im bild habe (siehe anhang)! Was habe ich flsch gemacht??!

Mit freundlichen Gruß
Req2000
Attached Images
File Type: jpg Unbenannt.JPG (11.0 KB, 18 views)

Last edited by Req2000 : 17.12.2005 at 17:26.
Reply With Quote
  #4 (permalink)  
Old 17.12.2005, 23:31
Synoxis's Avatar
vBdesigns Guru
 
Join Date: 10.2004
Posts: 621
Rep Power: 9
Synoxis will become famous soon enoughSynoxis will become famous soon enough
Zeig mal bitte deinen Header Code. Da ist irgendwo ne Leerzeile oder irgnedwas ist zu hoch.
__________________
Designer aus freier Wildbahn gesucht? Dann fang ihn ein!
Reply With Quote
  #5 (permalink)  
Old 18.12.2005, 04:14
Neuer Benutzer
 
Join Date: 12.2005
Posts: 8
Rep Power: 7
Req2000 is on a distinguished road
Hi,

ich werde das nochmal versuchen... aber rst nach den aufstehen Sollte es nicht gehen dann gebe ich dir mal code duch!!

MFG
Reply With Quote
  #6 (permalink)  
Old 18.12.2005, 15:05
Neuer Benutzer
 
Join Date: 12.2005
Posts: 8
Rep Power: 7
Req2000 is on a distinguished road
Hallo,

hier er code von der header.php:

Code:
<table style="width:{$style['tableoutwidth']}" cellpadding="{$style['tableoutcellpadding']}" cellspacing="{$style['tableoutcellspacing']}" align="center" border="{$style['tableoutborder']}" class="tableoutborder">
  <tr>
    <td class="mainpage" align="center"><table style="width:100%" border="0" cellspacing="0" cellpadding="0">
  <tr> 
    <td align="left"><a href="index.php{$SID_ARG_1ST}"><img src="{$style['logoimage']}" border="0" alt="$master_board_name" title="$master_board_name" /></a></td><td class="logobackground" style="width:100%"></td><td align="right"><img src="{$style['imagefolder']}/i_05.jpg" alt="" /></td>
  </tr>
</table>
<table style="width:100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td align="left" ><img src="{$style['imagefolder']}/i_07.jpg" alt="" /></td><td style="background: url('{$style['imagefolder']}/i_15.jpg');" width="100%" nowrap="nowrap"><span class="smallfont"><if($wbbuserdata['userid'])><then><a href="usercp.php{$SID_ARG_1ST}" onmouseover="turnOn('usercp');"
onmouseout="turnOff('usercp');"><img name="usercp" class="imgTrans" src="{$style['imagefolder']}/top_usercp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_USERCP']}" title="{$lang->items['LANG_GLOBAL_USERCP']}" /></a><if($wbbuserdata['receivepm']==1)><then><a href="pms.php{$SID_ARG_1ST}" onmouseover="turnOn('pms');"
onmouseout="turnOff('pms');"><img name="pms" class="imgTrans" src="{$style['imagefolder']}/top_pms.gif" border="0" alt="{$lang->items['LANG_GLOBAL_PMS']}" title="{$lang->items['LANG_GLOBAL_PMS']}" /></a></then></if></then><else><a href="register.php{$SID_ARG_1ST}" onmouseover="turnOn('register');"
onmouseout="turnOff('register');"><img name="register" class="imgTrans" src="{$style['imagefolder']}/top_register.gif" border="0" alt="{$lang->items['LANG_GLOBAL_REGISTER']}" title="{$lang->items['LANG_GLOBAL_REGISTER']}" /></a></else></if><a href="calendar.php{$SID_ARG_1ST}" onmouseover="turnOn('calendar');"
onmouseout="turnOff('calendar');"><img name="calendar" class="imgTrans" src="{$style['imagefolder']}/top_calendar.gif" border="0" alt="{$lang->items['LANG_GLOBAL_CALENDAR']}" title="{$lang->items['LANG_GLOBAL_CALENDAR']}" /></a><a href="memberslist.php{$SID_ARG_1ST}" onmouseover="turnOn('members');"
onmouseout="turnOff('members');"><img name="members" class="imgTrans" src="{$style['imagefolder']}/top_members.gif" border="0" alt="{$lang->items['LANG_GLOBAL_MEMBERSLIST']}" title="{$lang->items['LANG_GLOBAL_MEMBERSLIST']}" /></a><a href="team.php{$SID_ARG_1ST}" onmouseover="turnOn('team');"
onmouseout="turnOff('team');"><img name="team" class="imgTrans" src="{$style['imagefolder']}/top_team.gif" border="0" alt="{$lang->items['LANG_GLOBAL_TEAM']}" title="{$lang->items['LANG_GLOBAL_TEAM']}" /></a><a href="search.php{$SID_ARG_1ST}" onmouseover="turnOn('search');"
onmouseout="turnOff('search');"><img name="search" class="imgTrans" src="{$style['imagefolder']}/top_search.gif" border="0" alt="{$lang->items['LANG_GLOBAL_SEARCH']}" title="{$lang->items['LANG_GLOBAL_SEARCH']}" /></a><a href="misc.php?action=faq{$SID_ARG_2ND}" onmouseover="turnOn('faq');"
onmouseout="turnOff('faq');"><img name="faq" class="imgTrans" src="{$style['imagefolder']}/top_faq.gif" border="0" alt="{$lang->items['LANG_GLOBAL_FAQ']}" title="{$lang->items['LANG_GLOBAL_FAQ']}" /></a> <a href="index.php{$SID_ARG_1ST}" onmouseover="turnOn('home');"
onmouseout="turnOff('home');"><img name="home" class="imgTrans" src="{$style['imagefolder']}/top_start.gif" border="0" alt="{$lang->items['LANG_GLOBAL_TOINDEX']}" title="{$lang->items['LANG_GLOBAL_TOINDEX']}" /></a> <a href="hmportal.php{$SID_ARG_1ST}" onmouseover="turnOn('portal');"
onmouseout="turnOff('portal');"><img name="home" class="imgTrans" src="{$style['imagefolder']}/top_portal.gif" border="0" alt="Portal" title="Portal" /></a><if($wbbuserdata['a_can_use_acp']==1 && $wbbuserdata['a_acp_or_mcp']==1)><then><a href="acp/index.php" onmouseover="turnOn('acp');"
onmouseout="turnOff('acp');" target="_blank"><img name="acp" class="imgTrans" src="{$style['imagefolder']}/top_acp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_ACP']}" title="{$lang->items['LANG_GLOBAL_ACP']}" /></a></then></if><if($wbbuserdata['a_can_use_acp']==1 && $wbbuserdata['a_acp_or_mcp']==0)><then><a href="acp/index.php" onmouseover="turnOn('modecp');"
onmouseout="turnOff('modecp');"> target="_blank"><img name="modecp" class="imgTrans" src="{$style['imagefolder']}/top_modcp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_MODCP']}" title="{$lang->items['LANG_GLOBAL_MODCP']}" /></a>
</then></if></span></td><td><img src="{$style['imagefolder']}/i_16.jpg" alt="" /></td>
  </tr>        
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td><img src="{$style['imagefolder']}/i_17.jpg" border="0" alt="" /></td>
    <td class="header1" width="100%" ></td>
    <td><img src="{$style['imagefolder']}/i_19.jpg" border="0" alt="" /></td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td style="background: url('{$style['imagefolder']}/i_21.jpg');" width="16" ></td>
    <td align="center">
<br />

MFG
Req2000
Reply With Quote
  #7 (permalink)  
Old 20.12.2005, 15:06
Neuer Benutzer
 
Join Date: 12.2005
Posts: 8
Rep Power: 7
Req2000 is on a distinguished road
Hallo,

sorry für das pushen aber kann mir keiner helfen??

MFG
Reply With Quote
  #8 (permalink)  
Old 21.12.2005, 00:19
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,870
Rep Power: 10
Christian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond repute
Gib mal bitte ein Link zu deiner Seite.
__________________
Meine kleinen Engel ... Die Rabauken ...
Reply With Quote
  #9 (permalink)  
Old 21.12.2005, 00:21
Neuer Benutzer
 
Join Date: 12.2005
Posts: 8
Rep Power: 7
Req2000 is on a distinguished road
Hallo,

hier ist er
EDIT by Synoxis:
Der Link ist wohl besser http://req2000.re.funpic.de/wbb2/index.php?styleid=3
EDIT by Req2000:
habe den style jetzt als standart
MFG
Reply With Quote
  #10 (permalink)  
Old 21.12.2005, 00:30
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,870
Rep Power: 10
Christian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond repute
Ok gut und jetzt bitte noch mal dein aktuelles header Template.
__________________
Meine kleinen Engel ... Die Rabauken ...
Reply With Quote
  #11 (permalink)  
Old 21.12.2005, 00:38
Neuer Benutzer
 
Join Date: 12.2005
Posts: 8
Rep Power: 7
Req2000 is on a distinguished road
Hallo,

das ist wie oben schon gepostet:
http://www.vbdesigns.de/allg-wbb-sup...1320-3257.html

oder brauchst du die datei??

MFG
Reply With Quote
  #12 (permalink)  
Old 21.12.2005, 16:06
Patrick's Avatar
Benutzer
 
Join Date: 08.2004
Location: Menden
Age: 31
Posts: 96
Rep Power: 8
Patrick will become famous soon enough
Probiere es mal bitte hiermit du hattest ein a-Tag zu früh geschlossen.

Code:
	<table style="width:{$style['tableoutwidth']}" cellpadding="{$style['tableoutcellpadding']}" cellspacing="{$style['tableoutcellspacing']}" align="center" border="{$style['tableoutborder']}" class="tableoutborder">
  <tr>
    <td class="mainpage" align="center"><table style="width:100%" border="0" cellspacing="0" cellpadding="0">
  <tr> 
    <td align="left"><a href="index.php{$SID_ARG_1ST}"><img src="{$style['logoimage']}" border="0" alt="$master_board_name" title="$master_board_name" /></a></td><td class="logobackground" style="width:100%"></td><td align="right"><img src="{$style['imagefolder']}/i_05.jpg" alt="" /></td>
  </tr>
</table>
<table style="width:100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td align="left" ><img src="{$style['imagefolder']}/i_07.jpg" alt="" /></td><td style="background: url('{$style['imagefolder']}/i_15.jpg');" width="100%" nowrap="nowrap"><span class="smallfont"><if($wbbuserdata['userid'])><then><a href="usercp.php{$SID_ARG_1ST}" onmouseover="turnOn('usercp');"
onmouseout="turnOff('usercp');"><img name="usercp" class="imgTrans" src="{$style['imagefolder']}/top_usercp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_USERCP']}" title="{$lang->items['LANG_GLOBAL_USERCP']}" /></a><if($wbbuserdata['receivepm']==1)><then><a href="pms.php{$SID_ARG_1ST}" onmouseover="turnOn('pms');"
onmouseout="turnOff('pms');"><img name="pms" class="imgTrans" src="{$style['imagefolder']}/top_pms.gif" border="0" alt="{$lang->items['LANG_GLOBAL_PMS']}" title="{$lang->items['LANG_GLOBAL_PMS']}" /></a></then></if></then><else><a href="register.php{$SID_ARG_1ST}" onmouseover="turnOn('register');"
onmouseout="turnOff('register');"><img name="register" class="imgTrans" src="{$style['imagefolder']}/top_register.gif" border="0" alt="{$lang->items['LANG_GLOBAL_REGISTER']}" title="{$lang->items['LANG_GLOBAL_REGISTER']}" /></a></else></if><a href="calendar.php{$SID_ARG_1ST}" onmouseover="turnOn('calendar');"
onmouseout="turnOff('calendar');"><img name="calendar" class="imgTrans" src="{$style['imagefolder']}/top_calendar.gif" border="0" alt="{$lang->items['LANG_GLOBAL_CALENDAR']}" title="{$lang->items['LANG_GLOBAL_CALENDAR']}" /></a><a href="memberslist.php{$SID_ARG_1ST}" onmouseover="turnOn('members');"
onmouseout="turnOff('members');"><img name="members" class="imgTrans" src="{$style['imagefolder']}/top_members.gif" border="0" alt="{$lang->items['LANG_GLOBAL_MEMBERSLIST']}" title="{$lang->items['LANG_GLOBAL_MEMBERSLIST']}" /></a><a href="team.php{$SID_ARG_1ST}" onmouseover="turnOn('team');"
onmouseout="turnOff('team');"><img name="team" class="imgTrans" src="{$style['imagefolder']}/top_team.gif" border="0" alt="{$lang->items['LANG_GLOBAL_TEAM']}" title="{$lang->items['LANG_GLOBAL_TEAM']}" /></a><a href="search.php{$SID_ARG_1ST}" onmouseover="turnOn('search');"
onmouseout="turnOff('search');"><img name="search" class="imgTrans" src="{$style['imagefolder']}/top_search.gif" border="0" alt="{$lang->items['LANG_GLOBAL_SEARCH']}" title="{$lang->items['LANG_GLOBAL_SEARCH']}" /></a><a href="misc.php?action=faq{$SID_ARG_2ND}" onmouseover="turnOn('faq');"
onmouseout="turnOff('faq');"><img name="faq" class="imgTrans" src="{$style['imagefolder']}/top_faq.gif" border="0" alt="{$lang->items['LANG_GLOBAL_FAQ']}" title="{$lang->items['LANG_GLOBAL_FAQ']}" /></a><a href="index.php{$SID_ARG_1ST}" onmouseover="turnOn('home');"
onmouseout="turnOff('home');"><img name="home" class="imgTrans" src="{$style['imagefolder']}/top_start.gif" border="0" alt="{$lang->items['LANG_GLOBAL_TOINDEX']}" title="{$lang->items['LANG_GLOBAL_TOINDEX']}" /></a><a href="hmportal.php{$SID_ARG_1ST}" onmouseover="turnOn('portal');"
onmouseout="turnOff('portal');"><img name="home" class="imgTrans" src="{$style['imagefolder']}/top_portal.gif" border="0" alt="Portal" title="Portal" /></a><if($wbbuserdata['a_can_use_acp']==1 && $wbbuserdata['a_acp_or_mcp']==1)><then><a href="acp/index.php" onmouseover="turnOn('acp');"
onmouseout="turnOff('acp');" target="_blank"><img name="acp" class="imgTrans" src="{$style['imagefolder']}/top_acp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_ACP']}" title="{$lang->items['LANG_GLOBAL_ACP']}" /></a></then></if><if($wbbuserdata['a_can_use_acp']==1 && $wbbuserdata['a_acp_or_mcp']==0)><then><a href="acp/index.php" onmouseover="turnOn('modecp');"
onmouseout="turnOff('modecp');" target="_blank"><img name="modecp" class="imgTrans" src="{$style['imagefolder']}/top_modcp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_MODCP']}" title="{$lang->items['LANG_GLOBAL_MODCP']}" /></a>
</then></if></span></td><td><img src="{$style['imagefolder']}/i_16.jpg" alt="" /></td>
  </tr>        
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td><img src="{$style['imagefolder']}/i_17.jpg" border="0" alt="" /></td>
    <td class="header1" width="100%" ></td>
    <td><img src="{$style['imagefolder']}/i_19.jpg" border="0" alt="" /></td>
  </tr>
</table>
__________________
Man muss nicht immer wissen wie es geht, man muss nur wissen wo es steht
Reply With Quote
  #13 (permalink)  
Old 21.12.2005, 16:16
Synoxis's Avatar
vBdesigns Guru
 
Join Date: 10.2004
Posts: 621
Rep Power: 9
Synoxis will become famous soon enoughSynoxis will become famous soon enough
Jo stimmt ^^ Die Fehler werden noch bei den Downloads gefixt. Soweit bin ich noch nicht gekommen :P Selbst mein geposteter Code oben war falsch
__________________
Designer aus freier Wildbahn gesucht? Dann fang ihn ein!
Reply With Quote
  #14 (permalink)  
Old 23.12.2005, 12:25
Neuer Benutzer
 
Join Date: 12.2005
Posts: 8
Rep Power: 7
Req2000 is on a distinguished road
Hallo,

ich danke euch für eure Hilfe! Patrick´s Code hat funktioniert!!

Mit freundlichen Gruß
Req2000
Reply With Quote
  #15 (permalink)  
Old 23.12.2005, 14:04
Patrick's Avatar
Benutzer
 
Join Date: 08.2004
Location: Menden
Age: 31
Posts: 96
Rep Power: 8
Patrick will become famous soon enough
Würde mich ja für dich freuen allerdings passt da etwas noch nicht.
Führe bitte mal folgende Änderungen durch.

1. Suche
ACP ---> Designpack bearbeiten ---> Bei Tabellenzeile A unter ---> Weitere Attribute (CSS Code):


Code:
11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;

und ersetze es mit ( kannst es aber auch löschen )

Code:
font-size: 11px;
font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
2 Suche im Template Header

Code:
<a href="hmportal.php" onmouseover="turnOn('portal');"
onmouseout="turnOff('portal');"><img name="home" class="imgTrans" src="images/images_style/top_portal.gif" border="0" alt="Portal" title="Portal" /></a>
und erstze es mit

Code:
<a href="hmportal.php" onmouseover="turnOn('portal');"
onmouseout="turnOff('portal');"><img name="portal" class="imgTrans" src="images/images_style/top_portal.gif" border="0" alt="Portal" title="Portal" /></a>

3 Suche weiter im Template Header

Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td><img src="images/images_style/i_17.jpg" border="0" alt="" /></td>
    <td class="header1" width="100%" ></td>
    <td><img src="images/images_style/i_19.jpg" border="0" alt="" /></td>
  </tr>
</table>
und füge darunter das darunter ein.

Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td style="background: url('images/images_style/i_21.jpg');" width="16" ></td>
    <td align="center">
<br />
Dann müsste das ganze so einigermaßen passen
__________________
Man muss nicht immer wissen wie es geht, man muss nur wissen wo es steht
Reply With Quote
Reply

Lesezeichen

Thread Tools
Display Modes

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
Portal - CMS Nemesis Webdesigns 13 30.10.2005 00:17
closed Button bei radio und radio_dream ? Und report Button bei radio im Thread ??? Monk Allg. wBB Support 2 04.06.2005 19:41
Button "Nützliche Links" geht nicht auf dem Portal Blue-Life-vbulletin Style Esposito Style- & Web Template Support 3 22.02.2005 14:16
Einbau des Portal Button totototo Allg. wBB Support 2 29.01.2005 10:12
Portal-Button im postbit Pluto Recycle-Bin 0 25.06.2004 18:07


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