#16 (permalink)  
Old 02.10.2009, 19:01
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>

Christian, könntest du evtl. bitte dieses Template an das aktuelle vBCMS anpassen?
Reply With Quote
  #17 (permalink)  
Old 05.10.2009, 09:52
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
Warum funktioniert es nicht mehr?
__________________
Meine kleinen Engel ... Die Rabauken ...
Reply With Quote
  #18 (permalink)  
Old 05.10.2009, 17:37
Aufsteigender Benutzer
 
Join Date: 02.2008
Posts: 348
Rep Power: 5
Forum is on a distinguished road
Doch es funktioniert noch aber ich würde gerne das Template auf den neusten Stand haben.
Reply With Quote
  #19 (permalink)  
Old 05.10.2009, 19:13
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
Mal sehen wann ich Zeit finde.
__________________
Meine kleinen Engel ... Die Rabauken ...
Reply With Quote
  #20 (permalink)  
Old 07.10.2009, 08:46
Aufsteigender Benutzer
 
Join Date: 11.2007
Posts: 149
Rep Power: 5
haenk is on a distinguished road
Frage
Bei den "ähnlichen Seiten" im Content hab ich ein Problem mit diesem geänderten Template" Diese werden dann nicht unter dem jweiligen Content, sondern rechts daneben dargestellt.
Reply With Quote
  #21 (permalink)  
Old 14.03.2010, 17:49
Aufsteigender Benutzer
 
Join Date: 02.2008
Posts: 348
Rep Power: 5
Forum is on a distinguished road
Christian, kannst du den Code für das aktuellste vBCMS updaten?
Reply With Quote
  #22 (permalink)  
Old 15.03.2010, 10:12
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
Für die Beta2?
__________________
Meine kleinen Engel ... Die Rabauken ...
Reply With Quote
  #23 (permalink)  
Old 29.05.2010, 12:29
Aufsteigender Benutzer
 
Join Date: 02.2008
Posts: 348
Rep Power: 5
Forum is on a distinguished road
Hallo,

für das aktuelle vBulletin und vBCMS.

Wie lange bräuchtest du ungefähr dafür?

Mir wäre es wichtig dass das vBCMS (also dein Skript) direkt bündig am Header anfängt wie bei vBulletin-3 und bis zum footer geht.
Reply With Quote
  #24 (permalink)  
Old 30.06.2010, 07:52
Aufsteigender Benutzer
 
Join Date: 02.2008
Posts: 348
Rep Power: 5
Forum is on a distinguished road
Läuft dieses Template mit der Version 2.7.1?

Ich habe leider keine Möglichkeit es auszuprobieren und ich bräuchte das sehr sehr dringend.
Reply With Quote
  #25 (permalink)  
Old 01.07.2010, 21:05
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
Ich denke ja.
__________________
Meine kleinen Engel ... Die Rabauken ...
Reply With Quote
  #26 (permalink)  
Old 01.07.2010, 21:21
Aufsteigender Benutzer
 
Join Date: 02.2008
Posts: 348
Rep Power: 5
Forum is on a distinguished road
Hey Christian, ich habe mir eben beide Templates angeschaut. Also das Originale und das von dir.

Die sehen für mich auf den ersten Blick unterschiedlich aus?

Könntest du mal eben bitte bitte gucken?
Reply With Quote
  #27 (permalink)  
Old 01.07.2010, 21:23
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
Klar sind die unterschiedlich, sonst würde es ja keine Änderung geben.
__________________
Meine kleinen Engel ... Die Rabauken ...
Reply With Quote
  #28 (permalink)  
Old 01.07.2010, 21:28
Aufsteigender Benutzer
 
Join Date: 02.2008
Posts: 348
Rep Power: 5
Forum is on a distinguished road
Sind die Änderungen gegen über dem Original Template ernorm? Sollte schon alles seine Richtigkeit usw. haben. Also kurz gesagt: Es soll vernüftig werden und nicht 0815 Niveau.

Wenn du sagst, ich kann das Template von dir 1:1 so benutzen, dann ist es ok.
Reply With Quote
  #29 (permalink)  
Old 26.10.2010, 15:12
Aufsteigender Benutzer
 
Join Date: 02.2008
Posts: 348
Rep Power: 5
Forum is on a distinguished road
Wie sieht es denn mit dieser Funktion für vBulletin-4 aus? Also das die Sidebar neben der Navbar oder was auch immer ist. So das die Sidebar bündig mit dem Header ist.

Ich meine du wolltest da was machen?
Reply With Quote
  #30 (permalink)  
Old 04.11.2010, 11:19
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
Bei vB4 Kann man das eigentlich alles über CSS lösen. Hast du ne Testinstallation an der ich mal basteln darf?
__________________
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