#1 (permalink)  
Old 27.02.2008, 13:59
Benutzer
 
Join Date: 04.2005
Posts: 95
Rep Power: 8
Wulfnoth is on a distinguished road
Linke Spalte unter Header
Hallo,

Ich möchte es so einrichten, dass die linke Spalte unter dem Header beginnt und die rechte wie gehabt unter der Navbar.
Das Problem ist nur, dass dies anscheinend in den Einstellungen nicht möglich ist und ich nicht einmal einen Hauch einer Ahnung habe wo ich anfangen müsste.
Kann mir vllt. jemand ein wenig auf die Sprünge helfen?

Gruß
Reply With Quote
  #2 (permalink)  
Old 27.02.2008, 14:20
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,869
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
Hast Glück, ich hatte das grade für einen Kunden gemacht, Template Portal_global alles mit folgendem ersetzen:

Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
	$headinclude
        $vbcms_global[meta_keywords]
        $vbcms_global[meta_description]

	<title><if condition="!defined('SCRIPTGLOBAL')"> <if condition="$foruminfo[title_clean] AND !(THIS_SCRIPT == 'showthread')"> $foruminfo[title_clean] -</if> <if condition="THIS_SCRIPT == 'showthread' OR !$foruminfo[title_clean] AND  THIS_SCRIPT != 'index'"> $vbcms_global[headtitle] -</if><if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if> $vboptions[bbtitle]<else />$vbcms_global[headtitle] - $vboptions[bbtitle]</if></title>

</head>
$vbcms_global[bodytag]
$header
<table cellpadding="0" cellspacing="0" border="0" width="100%">
   <tr valign="top">
   <if condition="$vbcms_global[left_table]">
      <td>
            <div id="collapseobj_vbcms_table_left" style="$vbcollapse[collapseobj_vbcms_table_left] <if condition="$vbcms_global[left_colum]">width:$vbcms_global[left_colum];</if>padding:0 10px 0 0;"> 
                  $vbcms_global[left_table]
            </div>
      </td>
   </if>
   <td style="width:100%;">
<if condition="$vbcmsoptions[vbcms_navbar] == 1 OR !defined('SCRIPTGLOBAL')">
$navbar
<else />
<div style="padding:$stylevar[spacersize]px 0 0 0;">
</if>

<if condition="$vbcmsoptions[vbcms_globalannaunce]">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
               <thead>
                     <tr>
                           <td class="tcat">
                                 <a href="#top" onclick="return toggle_collapse('module_p_annaunce')" style="float:right"><img alt="" border="0" id="collapseimg_module_p_annaunce" src="$stylevar[imgdir_button]/collapse_tcat$collapseimg.gif" /></a>
 $vbphrase[announcement]
                           </td>
                     </tr>
               </thead>
               <tbody id="collapseobj_module_p_annaunce" style="$collapse">
                     <tr>
                           <td class="alt1">
                                 $vbcmsoptions[vbcms_globalannaunce]
                           </td>
                     </tr>
               </tbody>
         </table><br />
</if>

<if condition="$vbcmsoptions[vbcms_hide_table_link] AND !$vbcmsoptions[vbcms_navbar] AND defined('SCRIPTGLOBAL')">
<table class="tborder" cellpadding="4" cellspacing="0" border="0" width="100%" align="center">
      <tr>
            <td class="vbmenu_control">
                  <a href="#top" onclick="return toggle_collapse('vbcms_table_left')"><img id="collapseimg_vbcms_table_left" src="$stylevar[imgdir_button]/collapse_vbcms_left$vbcollapse[collapseimg_vbcms_table_left].gif" alt="" border="0" /></a>
            </td>
            <td class="vbmenu_control" width="100%">
                  $vbphrase[vbcms_collapse_tables]
            </td>
            <td class="vbmenu_control">
                  <a href="#top" onclick="return toggle_collapse('vbcms_table_right')"><img id="collapseimg_vbcms_table_right" src="$stylevar[imgdir_button]/collapse_vbcms_right$vbcollapse[collapseimg_vbcms_table_right].gif" alt="" border="0" /></a>
            </td>
      </tr>
</table><br />
</if>

<table cellpadding="0" cellspacing="0" border="0" width="100%">
   <tr valign="top">

   <if condition="$vbcms_global[middle_table]">
      <td style="width:100%;">
         $vbcms_global[custom_middle_top]
         $vbcms_global[middle_table]
         $vbcms_global[custom_middle_bottom]
      </td>
   </if>

   <if condition="$vbcms_global[right_table]">
      <td>
            <div id="collapseobj_vbcms_table_right" style="$vbcollapse[collapseobj_vbcms_table_right] <if condition="$vbcms_global[right_colum]">width:$vbcms_global[right_colum];</if>padding:0 0 0 10px;"> 
                  $vbcms_global[right_table]
            </div>
      </td>
   </if>

   </tr>
</table>

<if condition="$vbcmsoptions[vbcms_navbar]">
<else />
</div>
</if>
      </td>
   </tr>
</table>
$footer
<div align="center" class="smallfont">
      <!-- Do not remove this copyright notice vBCMS System by: vbdesigns.de -->
      <phrase 1="$vbcms_global[version]" 2="$vbcms_global[copyright_date]">$vbphrase[vbcms_copyright]</phrase>
      <!-- Do not remove this copyright notice vBCMS System by: vbdesigns.de -->
</div>
</body>
</html>
Reply With Quote
  #3 (permalink)  
Old 27.02.2008, 14:47
Benutzer
 
Join Date: 04.2005
Posts: 95
Rep Power: 8
Wulfnoth is on a distinguished road
Da hab ich in der Tat Glück gehabt. Passt natürlich perfekt. Danke!
Reply With Quote
  #4 (permalink)  
Old 27.02.2008, 16:02
Benutzer
 
Join Date: 04.2005
Posts: 95
Rep Power: 8
Wulfnoth is on a distinguished road
Ich muss jetzt doch nochmal nerven. Als Abstand zur Forentabelle ist ja der Wert mit den 10px angegeben und das ist auch wunderbar so.
Der Abstand links wird anscheinend durch die vBulletin Variabel zwischen Bodyrand und Hauptinhaltstabelle geregelt. Mein Problem ist, dass ich diesen Wert gerne bei 25px lassen will und trotzdem die links Spalte ganz an den Fensterrand legen will. Wie löse ich das am besten?

Ach und wo es gerade schon um Abstände geht. Gibt es eine Option die den vertikalen Abstand zwischen den Boxen regelt?
Reply With Quote
  #5 (permalink)  
Old 27.02.2008, 18:36
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,869
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
Quote:
Originally Posted by Wulfnoth View Post
Ich muss jetzt doch nochmal nerven. Als Abstand zur Forentabelle ist ja der Wert mit den 10px angegeben und das ist auch wunderbar so.
Der Abstand links wird anscheinend durch die vBulletin Variabel zwischen Bodyrand und Hauptinhaltstabelle geregelt. Mein Problem ist, dass ich diesen Wert gerne bei 25px lassen will und trotzdem die links Spalte ganz an den Fensterrand legen will. Wie löse ich das am besten?

Template spacer_open regelt das. Einfach das Left Padding entfernen

Quote:
Originally Posted by Wulfnoth View Post
Ach und wo es gerade schon um Abstände geht. Gibt es eine Option die den vertikalen Abstand zwischen den Boxen regelt?

http://www.vbdesigns.de/vbcms-instal...html#post46159
Reply With Quote
  #6 (permalink)  
Old 28.02.2008, 05:32
Benutzer
 
Join Date: 04.2005
Posts: 95
Rep Power: 8
Wulfnoth is on a distinguished road
Vielen dank!
Reply With Quote
  #7 (permalink)  
Old 05.04.2008, 14:21
Benutzer
 
Join Date: 04.2005
Posts: 95
Rep Power: 8
Wulfnoth is on a distinguished road
Lässt sich das ganze eventuell auch mit der rechten Tabelle anstellen?
Reply With Quote
  #8 (permalink)  
Old 06.04.2008, 10:45
Benutzer
 
Join Date: 04.2005
Posts: 95
Rep Power: 8
Wulfnoth is on a distinguished road
Ich glaube ich stell mich im Moment einfach nur duselig an, aber irgendwie komme ich da nicht weiter.
Eigentlich muss dafür doch nur
Code:
  <if condition="$vbcms_global[left_table]">
      <td>
            <div id="collapseobj_vbcms_table_left" style="$vbcollapse[collapseobj_vbcms_table_left] <if condition="$vbcms_global[left_colum]">width:$vbcms_global[left_colum];</if>padding:0 10px 0 0;">
                  $vbcms_global[left_table]
            </div>
      </td>
  </if>
über $navbar kopiert werden. Dummerweise verlegt das die Tabelle dann auf die linke Seite neben die linke Tabelle. Wo ist men Denkfehler?
Reply With Quote
  #9 (permalink)  
Old 06.04.2008, 12:14
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,869
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
Vergleiche am besten das Original mit dem was ich hier gepostet habe, die Änderungen müssen dann eben umgedreht gemacht werden.
Reply With Quote
  #10 (permalink)  
Old 06.04.2008, 12:28
Benutzer
 
Join Date: 04.2005
Posts: 95
Rep Power: 8
Wulfnoth is on a distinguished road
Ne ich will ja sowohl die linke, als auch die rechte Spalte unter den Header versetzen, nur die mittlere eben nicht.
Wenn ich das wiederhole was du gemacht hast verpflanze ich die rechte Spalte nur nach Links und dann unter den Header.
Reply With Quote
  #11 (permalink)  
Old 06.04.2008, 18:36
Benutzer
 
Join Date: 04.2005
Posts: 95
Rep Power: 8
Wulfnoth is on a distinguished road
Ich habe das ganze jetzt anders gelöst.
Reply With Quote
  #12 (permalink)  
Old 07.04.2008, 07:28
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,869
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
Wie hast du es gelöst?
Reply With Quote
  #13 (permalink)  
Old 09.04.2008, 16:33
Benutzer
 
Join Date: 04.2005
Posts: 95
Rep Power: 8
Wulfnoth is on a distinguished road
Ich habe die Navbar und den Menübox so im Aussehen verändert, das es subjektiv stimmiger wirkt, ist natürlich wie immer ansichtssache.
Wobei ich im Moment noch am überlegen bin wie ich die neuen Hinweise im vB 3.7 stimmig in das Design integriere, vielleicht nutze ich die freie Fläche rechts neben dem Logo aber da bin ich mir noch nicht sicher.
Reply With Quote
  #14 (permalink)  
Old 07.09.2009, 19:06
Aufsteigender Benutzer
 
Join Date: 02.2008
Posts: 348
Rep Power: 5
Forum is on a distinguished road
Quote:
Originally Posted by Christian View Post
Hast Glück, ich hatte das grade für einen Kunden gemacht, Template Portal_global alles mit folgendem ersetzen:

Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
	$headinclude
        $vbcms_global[meta_keywords]
        $vbcms_global[meta_description]

	<title><if condition="!defined('SCRIPTGLOBAL')"> <if condition="$foruminfo[title_clean] AND !(THIS_SCRIPT == 'showthread')"> $foruminfo[title_clean] -</if> <if condition="THIS_SCRIPT == 'showthread' OR !$foruminfo[title_clean] AND  THIS_SCRIPT != 'index'"> $vbcms_global[headtitle] -</if><if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if> $vboptions[bbtitle]<else />$vbcms_global[headtitle] - $vboptions[bbtitle]</if></title>

</head>
$vbcms_global[bodytag]
$header
<table cellpadding="0" cellspacing="0" border="0" width="100%">
   <tr valign="top">
   <if condition="$vbcms_global[left_table]">
      <td>
            <div id="collapseobj_vbcms_table_left" style="$vbcollapse[collapseobj_vbcms_table_left] <if condition="$vbcms_global[left_colum]">width:$vbcms_global[left_colum];</if>padding:0 10px 0 0;"> 
                  $vbcms_global[left_table]
            </div>
      </td>
   </if>
   <td style="width:100%;">
<if condition="$vbcmsoptions[vbcms_navbar] == 1 OR !defined('SCRIPTGLOBAL')">
$navbar
<else />
<div style="padding:$stylevar[spacersize]px 0 0 0;">
</if>

<if condition="$vbcmsoptions[vbcms_globalannaunce]">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
               <thead>
                     <tr>
                           <td class="tcat">
                                 <a href="#top" onclick="return toggle_collapse('module_p_annaunce')" style="float:right"><img alt="" border="0" id="collapseimg_module_p_annaunce" src="$stylevar[imgdir_button]/collapse_tcat$collapseimg.gif" /></a>
 $vbphrase[announcement]
                           </td>
                     </tr>
               </thead>
               <tbody id="collapseobj_module_p_annaunce" style="$collapse">
                     <tr>
                           <td class="alt1">
                                 $vbcmsoptions[vbcms_globalannaunce]
                           </td>
                     </tr>
               </tbody>
         </table><br />
</if>

<if condition="$vbcmsoptions[vbcms_hide_table_link] AND !$vbcmsoptions[vbcms_navbar] AND defined('SCRIPTGLOBAL')">
<table class="tborder" cellpadding="4" cellspacing="0" border="0" width="100%" align="center">
      <tr>
            <td class="vbmenu_control">
                  <a href="#top" onclick="return toggle_collapse('vbcms_table_left')"><img id="collapseimg_vbcms_table_left" src="$stylevar[imgdir_button]/collapse_vbcms_left$vbcollapse[collapseimg_vbcms_table_left].gif" alt="" border="0" /></a>
            </td>
            <td class="vbmenu_control" width="100%">
                  $vbphrase[vbcms_collapse_tables]
            </td>
            <td class="vbmenu_control">
                  <a href="#top" onclick="return toggle_collapse('vbcms_table_right')"><img id="collapseimg_vbcms_table_right" src="$stylevar[imgdir_button]/collapse_vbcms_right$vbcollapse[collapseimg_vbcms_table_right].gif" alt="" border="0" /></a>
            </td>
      </tr>
</table><br />
</if>

<table cellpadding="0" cellspacing="0" border="0" width="100%">
   <tr valign="top">

   <if condition="$vbcms_global[middle_table]">
      <td style="width:100%;">
         $vbcms_global[custom_middle_top]
         $vbcms_global[middle_table]
         $vbcms_global[custom_middle_bottom]
      </td>
   </if>

   <if condition="$vbcms_global[right_table]">
      <td>
            <div id="collapseobj_vbcms_table_right" style="$vbcollapse[collapseobj_vbcms_table_right] <if condition="$vbcms_global[right_colum]">width:$vbcms_global[right_colum];</if>padding:0 0 0 10px;"> 
                  $vbcms_global[right_table]
            </div>
      </td>
   </if>

   </tr>
</table>

<if condition="$vbcmsoptions[vbcms_navbar]">
<else />
</div>
</if>
      </td>
   </tr>
</table>
$footer
<div align="center" class="smallfont">
      <!-- Do not remove this copyright notice vBCMS System by: vbdesigns.de -->
      <phrase 1="$vbcms_global[version]" 2="$vbcms_global[copyright_date]">$vbphrase[vbcms_copyright]</phrase>
      <!-- Do not remove this copyright notice vBCMS System by: vbdesigns.de -->
</div>
</body>
</html>

Hallo. Ich verwende dieses Template mit der 2.1.6 Version. Kann ich es auch noch benutzen wenn ich auf 2.3.3 update? Ist der Sprung von 2.1.6 auf 2.3.3 gross in Sachen HTML, PHP, CSS usw?
Reply With Quote
  #15 (permalink)  
Old 07.09.2009, 19:08
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,869
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
Ja sollte nach wie vor funktionieren.
__________________
Meine kleinen Engel ... Die Rabauken ...
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
linke/rechte boxen zur seite einklappen? SevenUp666 vBCMS® Fragen 4 23.10.2007 16:19
vbcms Module linke Seite immer sichtbar hr66 vBCMS® Fragen 4 13.04.2007 19:55
Hack in die linke oder Rechte Charro vBCMS® Fragen 7 11.04.2007 11:41
Linke Spalte von vbcms auf allen vb Seiten aktivieren Termi vBCMS® Fragen 3 09.04.2007 16:38
Linke einfügen?! supertoilette Recycle-Bin 13 24.04.2006 15:06


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