Reply
 
Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old 05.11.2004, 13:32
Neuer Benutzer
 
Join Date: 11.2004
Posts: 16
Rep Power: 8
madmeier is on a distinguished road
Style Grey Dream keine Unfrage?
Hi Team

Kann es sein das der style grey dream keine umfrage hat? Ich kann thema und umfrage erstellen wird aber nicht angezeigt, wähle ich einen anderen Style funzt
es..........www.hagenforum.de.to
Reply With Quote
  #2 (permalink)  
Old 05.11.2004, 13:55
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
Hi,

suche im viewtopic.tpl nach:
Code:
 {POLL_DISPLAY}<!-- BEGIN postrow -->
und ersetze es mit:
Code:
  {POLL_DISPLAY}
<!-- BEGIN postrow -->
ersetze im viewtopic_poll_result.tpl alles mit:
Code:
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
  <td class="row2" colspan="2"><br clear="all" />
        <table cellspacing="0" cellpadding="4" border="0" align="center">
          <tr>
                <td colspan="4" align="center"><span class="gen"><b>{POLL_QUESTION}</b></span></td>
          </tr>
          <tr>
                <td align="center">
                  <table cellspacing="0" cellpadding="2" border="0">
                        <!-- BEGIN poll_option -->
                        <tr>
                          <td><span class="gen">{poll_option.POLL_OPTION_CAPTION}</span></td>
                          <td>
                                <table cellspacing="0" cellpadding="0" border="0">
                                  <tr>
                                        <td><img src="templates/grey_dream/images/vote_lcap.gif" width="4" alt="" height="12" /></td>
                                        <td><img src="{poll_option.POLL_OPTION_IMG}" width="{poll_option.POLL_OPTION_IMG_WIDTH}" height="12" alt="{poll_option.POLL_OPTION_PERCENT}" /></td>
                                        <td><img src="templates/grey_dream/images/vote_rcap.gif" width="4" alt="" height="12" /></td>
                                  </tr>
                                </table>
                          </td>
                          <td align="center"><b><span class="gen"> {poll_option.POLL_OPTION_PERCENT} </span></b></td>
                          <td align="center"><span class="gen">[ {poll_option.POLL_OPTION_RESULT} ]</span></td>
                        </tr>
                        <!-- END poll_option -->
                  </table>
                </td>
          </tr>
          <tr>
                <td colspan="4" align="center"><span class="gen"><b>{L_TOTAL_VOTES} : {TOTAL_VOTES}</b></span></td>
          </tr>
        </table>
        <br clear="all" />
  </td>
</tr></table>
ersetze im viewtopic_poll_ballot.tpl alles mit:
Code:
 <table cellspacing="0" cellpadding="2" border="0" width="100%">    <tr>
                                <td class="row2" colspan="2"><br clear="all" /><form method="POST" action="{S_POLL_ACTION}"><table cellspacing="0" cellpadding="4" border="0" align="center">
                                        <tr>
                                                <td align="center"><span class="gen"><b>{POLL_QUESTION}</b></span></td>
                                        </tr>
                                        <tr>
                                                <td align="center"><table cellspacing="0" cellpadding="2" border="0">
                                                        <!-- BEGIN poll_option -->
                                                        <tr>
                                                                <td><input type="radio" name="vote_id" value="{poll_option.POLL_OPTION_ID}" />&nbsp;</td>
                                                                <td><span class="gen">{poll_option.POLL_OPTION_CAPTION}</span></td>
                                                        </tr>
                                                        <!-- END poll_option -->
                                                </table></td>
                                        </tr>
                                        <tr>
                                                <td align="center">
                        <input type="submit" name="submit" value="{L_SUBMIT_VOTE}" class="liteoption" />
                  </td>
                                        </tr>
                                        <tr>

                  <td align="center"><span class="gensmall"><b><a href="{U_VIEW_RESULTS}" class="gensmall">{L_VIEW_RESULTS}</a></b></span></td>
                                        </tr>
                                </table>{S_HIDDEN_FIELDS}</form></td>
                        </tr>      </table>
Gruss
Christian
__________________
Meine kleinen Engel ... Die Rabauken ...

Last edited by Christian : 19.12.2004 at 11:56.
Reply With Quote
  #3 (permalink)  
Old 05.11.2004, 14:52
Neuer Benutzer
 
Join Date: 11.2004
Posts: 16
Rep Power: 8
madmeier is on a distinguished road
Hi Christian

Hat alles geklappt danke dir
Reply With Quote
  #4 (permalink)  
Old 20.11.2004, 12:13
Neuer Benutzer
 
Join Date: 10.2004
Posts: 10
Rep Power: 8
c001130 is on a distinguished road
Ich habe kein viewtopic.tpl
Reply With Quote
  #5 (permalink)  
Old 20.11.2004, 16:22
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
Welche phpbb Version nutzt du?
__________________
Meine kleinen Engel ... Die Rabauken ...
Reply With Quote
  #6 (permalink)  
Old 20.11.2004, 17:23
Neuer Benutzer
 
Join Date: 10.2004
Posts: 10
Rep Power: 8
c001130 is on a distinguished road
Ich hab 2.0.10
Reply With Quote
  #7 (permalink)  
Old 10.12.2004, 15:39
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
Quote:
Originally Posted by c001130
Ich hab 2.0.10

Also das du kein viewtopic.tpl hast kann eigentlich nur daran liegen, dass du es nicht hochgeladen hast, denn das ist ja ein Standart Template in der phpbb Software.
Lade dir die phpbb Software einfach mal neu runter und suche nach dem fehlenden Template.

Gruss
Christian
__________________
Meine kleinen Engel ... Die Rabauken ...
Reply With Quote
  #8 (permalink)  
Old 13.02.2005, 16:53
Neuer Benutzer
 
Join Date: 02.2005
Posts: 11
Rep Power: 8
ennos is on a distinguished road
ok issen altes thema, aber vllt hilfts ja noch jemandem

der jenige der keine "viewtopic.tpl" hat, nimmt einfach die "viewtopic_body.tpl"


gruß
ennos
Reply With Quote
Reply

Lesezeichen

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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
Grey dream extended Tech English Forums 13 17.02.2005 00:17
Grey Dream and Radio Style Help lancelot English Forums 10 27.09.2004 12:07
[Release] Grey Dream (wbb2.1.x) Sebastian Kostenlose wBB Styles 1 01.09.2004 10:41
[Nachtrag] Webtemplate Grey Dream Christian Kostenlose Web Templates 1 13.04.2004 15:49


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