Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 10.10.2006, 01:36
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 33
Posts: 16,877
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
Last X Threads
Was macht dieses Produkt.

Mit diesem Produkt kannst du dir die letzten X Themen in einer Sidebar oder wo du es sonst gerne hättest anzeigen lassen.

Welche vBulletin Version?
  • 3.6.x
Welche Features gibt es.
  • Automatisch gesetzte Berechtigungen, wer das Thema lesen darf oder wer nicht, intressant bei Admin- oder Modforen.
  • Zeigt an, wenn ein Thema ungelesen/neu ist. (neu)
  • Wahlweise 10, 20 oder 30 Themen auswählbar.
  • Unterschiedliche Tabellenhintergrundfarben.
  • Benutzt das Phrasensystem
Allgemein.
  • Hochzuladende Produkte: 1
  • Dateiänderungen: keine
  • Templateänderungen: je nach Bedarf
  • Zusätzliche Querys: 1

Ein kleines Einbaututorial folgt im nächsten Thread.
Attached Images
File Type: jpg lstx.jpg (161.8 KB, 363 views)
Attached Files
File Type: zip product-last_topics.zip (2.4 KB, 146 views)
Reply With Quote
  #2 (permalink)  
Old 10.10.2006, 01:37
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 33
Posts: 16,877
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
Dieses Tutorial soll beschreiben, wie man die Last X Thread so wie auf meinem Screenshot einbaut.

Suche im Template Navbar nach:

Code:
<!-- / PAGENAV POPUP -->
</if>
füge danach fogendes ein:

Code:
<table cellpadding="0" cellspacing="0" border="0" width="100%">
      <tr valign="top">
            <td>
            <div style="width:180px;">
                  <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
                        <tr>
                              <td class="tcat">
                                    <a href="#top" onclick="return toggle_collapse('last_threads')" style="float:right"><img alt="" border="0" id="collapseimg_last_threads" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_last_threads].gif" /></a>$vbphrase[x_last_threads]
                        </tr>
                        <tbody id="collapseobj_last_threads" style="$vbcollapse[collapseobj_last_threads]">
                              $last_threads
                        </tbody>
                        <tr> 
                              <td class="tfoot">
                                    <form action="$scriptpath" method="post">
                                          $vbphrase[x_zeigen]: 
		                          <select name="limits">
			                        <option>#</option>
			                        <option value="10">10</option>
			                        <option value="20">20</option>
			                        <option value="30">30</option>
		                          </select> 
                                          <input type="submit" value="Los" class="button" /></form><br />
                                    </td>
                              </tr>
                        </table>
            </div>
            </td>
            <td style="width:100%;padding-left:25px;">
Jetzt gehe ins Template footer und suche nach:

Code:
$spacer_close
<!-- /content area table -->
füge darüber folgendes ein:

Code:
            </td>
      </tr>
</table>
Das wars schon viel Spass.
Reply With Quote
  #3 (permalink)  
Old 10.10.2006, 02:40
sabrina's Avatar
Benutzer
 
Join Date: 10.2006
Location: Chemnitz
Age: 32
Posts: 73
Rep Power: 6
sabrina is on a distinguished road
Send a message via Skype™ to sabrina
Sehr gute Arbeit.
Wie bekommt man das jetzt im Portal mit unter dem Menü "Navigation,Online User Login" so das es mit darunter und nicht daneben angezeigt wird.
__________________
MFG
Sabrina

Mitleid bekommt man geschenkt, Neid muß man sich erarbeiten!
Reply With Quote
  #4 (permalink)  
Old 10.10.2006, 09:53
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 33
Posts: 16,877
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
Da das Portal schon so eine Anzeige hat, macht es Sinn das Ganze auf dem Portal auszublenden oder!? Dafür in den Templates einfach folgende Bedingung setzen:

Code:
<if condition="!defined('SCRIPTGLOBAL')">
      Vor dem Anfang des Hacks
Code:
      Nach dem Ende des Hacks
</if>

Last edited by Christian : 10.10.2006 at 10:08.
Reply With Quote
  #5 (permalink)  
Old 10.10.2006, 15:00
sabrina's Avatar
Benutzer
 
Join Date: 10.2006
Location: Chemnitz
Age: 32
Posts: 73
Rep Power: 6
sabrina is on a distinguished road
Send a message via Skype™ to sabrina
Danke , ja das kann im Portal ja raus weil es schon drin ist.
Nun mußte ich nur mal wissen in welches Template der Code rein kommt.
__________________
MFG
Sabrina

Mitleid bekommt man geschenkt, Neid muß man sich erarbeiten!
Reply With Quote
  #6 (permalink)  
Old 10.10.2006, 15:15
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 33
Posts: 16,877
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
Das steht ja in Beitrag #2.
Reply With Quote
  #7 (permalink)  
Old 10.10.2006, 15:23
Aufsteigender Benutzer
 
Join Date: 12.2005
Location: Speyer
Age: 39
Posts: 339
Rep Power: 7
michaelk will become famous soon enough
Send a message via Skype™ to michaelk
Ausrufezeichen
Hallöchen Christian,

wie gehe ich vor,wenn ich das ganze in eine Box (Emotionstyle) einbauen möchte?

Gruß Michael
Reply With Quote
  #8 (permalink)  
Old 10.10.2006, 16:24
sabrina's Avatar
Benutzer
 
Join Date: 10.2006
Location: Chemnitz
Age: 32
Posts: 73
Rep Power: 6
sabrina is on a distinguished road
Send a message via Skype™ to sabrina
Quote:
Originally Posted by Christian
Das steht ja in Beitrag #2.

Naja, alles klar.
Wer lesen kann ist klar im Vorteil.
Man merkt eben das ich das vBulletin erst 5 Tage habe.
__________________
MFG
Sabrina

Mitleid bekommt man geschenkt, Neid muß man sich erarbeiten!
Reply With Quote
  #9 (permalink)  
Old 10.10.2006, 16:28
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 33
Posts: 16,877
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 michaelk
Hallöchen Christian,

wie gehe ich vor,wenn ich das ganze in eine Box (Emotionstyle) einbauen möchte?

Gruß Michael

Einfach im Header Template, in die Tabellenspalte für die Sidebar, unter:

Code:
<!-- /Login Box -->
            <!-- /Sidebar -->
folgenden Code einpflegen.


Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
                        <tr>
                              <td class="tcat">
                                    <a href="#top" onclick="return toggle_collapse('last_threads')" style="float:right"><img alt="" border="0" id="collapseimg_last_threads" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_last_threads].gif" /></a>$vbphrase[x_last_threads]
                        </tr>
                        <tbody id="collapseobj_last_threads" style="$vbcollapse[collapseobj_last_threads]">
                              $last_threads
                        </tbody>
                        <tr> 
                              <td class="tfoot">
                                    <form action="$scriptpath" method="post">
                                          $vbphrase[x_zeigen]: 
		                          <select name="limits">
			                        <option>#</option>
			                        <option value="10">10</option>
			                        <option value="20">20</option>
			                        <option value="30">30</option>
		                          </select> 
                                          <input type="submit" value="Los" class="button" /></form><br />
                                    </td>
                              </tr>
                        </table>
Reply With Quote
  #10 (permalink)  
Old 10.10.2006, 17:10
Aufsteigender Benutzer
 
Join Date: 12.2005
Location: Speyer
Age: 39
Posts: 339
Rep Power: 7
michaelk will become famous soon enough
Send a message via Skype™ to michaelk
Ausrufezeichen
Hallöchen Christian,

ich habe es jetzt folgendermaßen gemacht:

HTML Code:
<!-- letzte Themen --> 
                  <div class="boxl"> 
                        <div class="boxl_2">                               
                              <div class="boxl_11">  
                                    <div class="boxl_3">  
                                    <div class="uberschrift">letzte Themen</div> 
                                    </div> 
                                    </div>                                     
                                    <div class="boxl_cont">                                                                                                    
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
                        <tr>
                              <td class="tcat">
                                    <a href="#top" onclick="return toggle_collapse('last_threads')" style="float:right"><img alt="" border="0" id="collapseimg_last_threads" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_last_threads].gif" /></a>$vbphrase[x_last_threads]
                        </tr>
                        <tbody id="collapseobj_last_threads" style="$vbcollapse[collapseobj_last_threads]">
                              $last_threads
                        </tbody>
                        <tr> 
                              <td class="tfoot">
                                    <form action="$scriptpath" method="post">
                                          $vbphrase[x_zeigen]: 
		                          <select name="limits">
			                        <option>#</option>
			                        <option value="10">10</option>
			                        <option value="20">20</option>
			                        <option value="30">30</option>
		                          </select> 
                                          <input type="submit" value="Los" class="button" /></form><br />
                                    </td>
                              </tr>
                        </table>
                       </div> 
                        <div class="boxl_5"> 
                              <div class="boxl_4">  
                                    <div class="boxl_6">  
                                    </div> 
                              </div> 
                        </div> 
                  </div> 
<!-- /letzte Themen -->
Jedoch wirkt das ganze etwas unschön.Wie könnte man den code verändern,dass das ganze mit der Box verschmilzt.

Desweiteren habe ich ja "letzte Themen" schon oben in der Box stehen.
Das auf und zu klappen der Box bruache ich auch nicht.

Habe mal ein Bild hochgeladen!!!

Danke im vorraus.

Gruß Michael
Attached Images
File Type: gif box.gif (8.5 KB, 41 views)
Reply With Quote
  #11 (permalink)  
Old 10.10.2006, 23:13
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 33
Posts: 16,877
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
Bin mir nicht ganz sicher ob auf Anhieb klappt, versuch es mal so.

Code:
<!-- letzte Themen --> 
                  <div class="boxl"> 
                        <div class="boxl_2">                               
                              <div class="boxl_11">  
                                    <div class="boxl_3">  
                                    <div class="uberschrift">letzte Themen</div> 
                                    </div> 
                                    </div>                                     
                                    <div class="boxl_cont">                                                                                                    
<table class="tborder" cellpadding="0" cellspacing="0" border="0" width="100%" align="center">

                              $last_threads
                        <tr> 
                              <td class="tfoot">
                                    <form action="$scriptpath" method="post">
                                          $vbphrase[x_zeigen]: 
		                          <select name="limits">
			                        <option>#</option>
			                        <option value="10">10</option>
			                        <option value="20">20</option>
			                        <option value="30">30</option>
		                          </select> 
                                          <input type="submit" value="Los" class="button" /></form><br />
                                    </td>
                              </tr>
                        </table>
                       </div> 
                        <div class="boxl_5"> 
                              <div class="boxl_4">  
                                    <div class="boxl_6">  
                                    </div> 
                              </div> 
                        </div> 
                  </div> 
<!-- /letzte Themen -->
Reply With Quote
  #12 (permalink)  
Old 11.10.2006, 10:40
Aufsteigender Benutzer
 
Join Date: 12.2005
Location: Speyer
Age: 39
Posts: 339
Rep Power: 7
michaelk will become famous soon enough
Send a message via Skype™ to michaelk
Ausrufezeichen
Quote:
Originally Posted by Christian
Bin mir nicht ganz sicher ob auf Anhieb klappt, versuch es mal so.

Code:
<!-- letzte Themen --> 
                  <div class="boxl"> 
                        <div class="boxl_2">                               
                              <div class="boxl_11">  
                                    <div class="boxl_3">  
                                    <div class="uberschrift">letzte Themen</div> 
                                    </div> 
                                    </div>                                     
                                    <div class="boxl_cont">                                                                                                    
<table class="tborder" cellpadding="0" cellspacing="0" border="0" width="100%" align="center">

                              $last_threads
                        <tr> 
                              <td class="tfoot">
                                    <form action="$scriptpath" method="post">
                                          $vbphrase[x_zeigen]: 
		                          <select name="limits">
			                        <option>#</option>
			                        <option value="10">10</option>
			                        <option value="20">20</option>
			                        <option value="30">30</option>
		                          </select> 
                                          <input type="submit" value="Los" class="button" /></form><br />
                                    </td>
                              </tr>
                        </table>
                       </div> 
                        <div class="boxl_5"> 
                              <div class="boxl_4">  
                                    <div class="boxl_6">  
                                    </div> 
                              </div> 
                        </div> 
                  </div> 
<!-- /letzte Themen -->

Hallöchen Christian,

so sieht die Box jetzt aus.




Nachtrag:Wurde von mir abgeändert,damit nur 5 Beiträge angezeigt werden.


Gruß Michael
Attached Images
File Type: gif box1.gif (9.4 KB, 468 views)
Reply With Quote
  #13 (permalink)  
Old 11.10.2006, 16:39
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 33
Posts: 16,877
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
Hm ... versuche es mal so:

Code:
<!-- letzte Themen --> 
                  <div class="boxl"> 
                        <div class="boxl_2">                               
                              <div class="boxl_11">  
                                    <div class="boxl_3">  
                                    <div class="uberschrift">letzte Themen</div> 
                                    </div> 
                                    </div>                                                                                                                               
<table class="tborder" cellpadding="4" cellspacing="1" border="0" width="100%" align="center">

                              $last_threads
                        <tr> 
                              <td>
                                    <form action="$scriptpath" method="post">
                                          $vbphrase[x_zeigen]: 
		                          <select name="limits">
			                        <option>#</option>
			                        <option value="10">10</option>
			                        <option value="20">20</option>
			                        <option value="30">30</option>
		                          </select> 
                                          <input type="submit" value="Los" class="button" /></form><br />
                                    </td>
                              </tr>
                        </table>
                        <div class="boxl_5"> 
                              <div class="boxl_4">  
                                    <div class="boxl_6">  
                                    </div> 
                              </div> 
                        </div> 
                  </div> 
<!-- /letzte Themen -->
Reply With Quote
  #14 (permalink)  
Old 11.10.2006, 18:52
Aufsteigender Benutzer
 
Join Date: 12.2005
Location: Speyer
Age: 39
Posts: 339
Rep Power: 7
michaelk will become famous soon enough
Send a message via Skype™ to michaelk
Pfeil
HI Christian,

gefällt mir super so.

Noch eine kleine Frage hätte ich.

Ich habe ein kleines Bild (einen Pfeil),dieses würde ich gerne vor jedem angefangen Thema setzen.

Wie kann man das realisieren?

Gruß Michael
Reply With Quote
  #15 (permalink)  
Old 11.10.2006, 19:06
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 33
Posts: 16,877
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
Wozu? Bei neuen Beiträgen wird doch schon eine Grafik generiert, siehe Screenshot 1ster Beitrag.
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
remove threads/posts virtuoso English Forums 6 08.06.2006 00:15
Forum Threads dallas Offtopic 5 14.02.2006 22:49
total posts/threads virtuoso English Forums 5 09.01.2006 21:21
'Who's online' und 'Latest Threads' in Sidebar. Wie? suryoyena Style- & Web Template Support 3 09.12.2005 23:41
threads / posts chadi English Forums 0 23.10.2004 07:59


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