Reply
 
Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old 11.05.2004, 17:25
Neuer Benutzer
 
Join Date: 04.2004
Posts: 14
Rep Power: 9
stormi is on a distinguished road
[Radio Style] Button "Neues Thema" .....
oh Sorry falsches Forum .... verschiebt mich mal bitte


zu sehen

Hi,

ich habe den Radio Style bei uns installiert

http://webmasterbiz.de/index.php?styleid=5

aber leider ist der Button um ein Neues Thema zu erstellen nicht sichtbar

jetzt habe ich mir euren Quelltext mit der entscheidenden Stelle mal angesehen:

Code:
<!-- controls above thread list -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
<tr valign="bottom">
	<td class="smallfont"><a href="newthread.php?do=newthread&amp;f=20"><img src="../radio/buttons/newthread.gif" alt="Neues Thema erstellen" border="0" /></a></td>
	
</tr>
</table>
<!-- / controls above thread list -->
und unserer Quelltext:

Code:
<!-- controls above thread list -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
<tr valign="bottom">
	<td class="smallfont">&nbsp;</td>
	
</tr>
</table>

<!-- / controls above thread list -->
nun meine Frage, warum fehlt bei uns der Verweis auf den Button?

Über jegliche Hilfe würde ich mich freuen

Achso, die radio.xml habe ich schon zweimal importiert

Danke im voraus

stormi
Reply With Quote
  #2 (permalink)  
Old 11.05.2004, 17:33
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
Sehr komisch dir fehlt:

dies:
Code:
<!-- controls above thread list -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
<tr valign="bottom">
	<td class="smallfont"><if condition="$show['newthreadlink']"><a href="newthread.php?$session[sessionurl]do=newthread&amp;f=$foruminfo[forumid]"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a><else />&nbsp;</if></td>
	<if condition="$pagenav"><td align="$stylevar[right]">$pagenav</td></if>
</tr>
</table>
<!-- / controls above thread list -->
und
dies:

Code:
<!-- controls below thread list -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-top:3px">
<tr valign="top">
	<td class="smallfont"><if condition="$show['newthreadlink']"><a href="newthread.php?$session[sessionurl]do=newthread&amp;f=$foruminfo[forumid]"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a><else />&nbsp;</if></td>
	<if condition="$pagenav"><td align="$stylevar[right]">$pagenav</td></if>
</tr>
</table>
<!-- / controls below thread list -->
Musst du einfach an die entsprechenden stellen setzten.

Komisch....

Gruss
Christian
__________________
Meine kleinen Engel ... Die Rabauken ...
Reply With Quote
  #3 (permalink)  
Old 11.05.2004, 17:54
Neuer Benutzer
 
Join Date: 04.2004
Posts: 14
Rep Power: 9
stormi is on a distinguished road
erstmal vielen Dank für deine schnelle Antwort und für das Verschieben

es ist wirklich kurios denn wenn ich den Style bearbeite "FORUMDISPLAY" dann steht alles korrekt drin

PHP Code:
<!-- controls above thread list -->
<
table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
<
tr valign="bottom">
    <
td class="smallfont"><if condition="$show['newthreadlink']"><a href="newthread.php?$session[sessionurl]do=newthread&amp;f=$foruminfo[forumid]"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a><else />&nbsp;</if></td>
    <if 
condition="$pagenav"><td align="$stylevar[right]">$pagenav</td></if>
</
tr>
</
table>
<!-- / 
controls above thread list --> 
und

PHP Code:
<!-- controls below thread list -->
<
table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-top:3px">
<
tr valign="top">
    <
td class="smallfont"><if condition="$show['newthreadlink']"><a href="newthread.php?$session[sessionurl]do=newthread&amp;f=$foruminfo[forumid]"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a><else />&nbsp;</if></td>
    <if 
condition="$pagenav"><td align="$stylevar[right]">$pagenav</td></if>
</
tr>
</
table>
<!-- / 
controls below thread list --> 
wie geht denn das?

cu stormi
Reply With Quote
  #4 (permalink)  
Old 11.05.2004, 18:27
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
Er gibt den Button nicht aus, wegen dem <if conditon> Befehl, frag mich jetzt mal warum das so ist , sehr komisch, hast du irgendwelche Hacks verbaut die diesen Befehl evt. beeinflussen könnten?

Ich häng dir das gesamte Template noch mal an.

Gruss
Christian
Attached Files
File Type: txt FORUMDISPLAY.txt (19.3 KB, 2 views)
__________________
Meine kleinen Engel ... Die Rabauken ...
Reply With Quote
  #5 (permalink)  
Old 11.05.2004, 18:43
Neuer Benutzer
 
Join Date: 04.2004
Posts: 14
Rep Power: 9
stormi is on a distinguished road
nö spezielle hackz sind keine eingebaut ausser das vbindex-portal .... deine angehängte datei ist 1:1 mit unserer .....
es wird doch nicht etwa daran liegen das wir noch den rc4 haben?

komisch ist das der antwort-button angezeigt wird

trotzdem danke für den unheimlich schnellen support hier

cu stormi
Reply With Quote
  #6 (permalink)  
Old 11.05.2004, 18:48
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:
es wird doch nicht etwa daran liegen das wir noch den rc4 haben?

Das könnte natürlich sein....

Der Style ist ja maßgeschneidert auf die 3.0.1, versuch doch mal ein Update zu machen, damit wir das als Fehlerquelle ausschliessen können.

Ansonsten hast du ja auch noch die Möglichkeit, den <if condition> Befehl rauszunehmen, dann werden die Buttons auf jedenfall angezeigt.

Gruss
Christian
__________________
Meine kleinen Engel ... Die Rabauken ...
Reply With Quote
  #7 (permalink)  
Old 11.05.2004, 18:52
Neuer Benutzer
 
Join Date: 04.2004
Posts: 14
Rep Power: 9
stormi is on a distinguished road
gut ich werde mal morgen, wenn ich im büro bin (dort liegen die registrierungsdaten), das update vornehmen ....
mal sehen, vielleicht lag es ja wirklich daran

also für heute lasse ich dich erstmal in ruhe

cu stormi
Reply With Quote
  #8 (permalink)  
Old 11.05.2004, 20:44
Neuer Benutzer
 
Join Date: 04.2004
Posts: 14
Rep Power: 9
stormi is on a distinguished road
ja in ruhe lassen
es geht nochmal um diesen thread:
/allg-vb-support/radio-style-button-neues-thema-464.html

sorry nochmal für die störung aber du meintest wenn ich das <if condition> weglasse, dann funzt das, aber welchen tag soll ich da nehmen ... zeig mir das mal bitte anhand dieses beispiels:
PHP Code:
<!-- controls above thread list -->
<
table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
<
tr valign="bottom">
    <
td class="smallfont"><if condition="$show['newthreadlink']"><a href="newthread.php?$session[sessionurl]do=newthread&amp;f=$foruminfo[forumid]"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a><else />&nbsp;</if></td>
    <if 
condition="$pagenav"><td align="$stylevar[right]">$pagenav</td></if>
</
tr>
</
table>
<!-- / 
controls above thread list --> 
cu stormi
Reply With Quote
  #9 (permalink)  
Old 11.05.2004, 20: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
Das was ich rot makiert habe müsstest du dann weglassen.

Code:
<!-- controls above thread list --> 
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px"> 
<tr valign="bottom"> 
    <td class="smallfont"><if condition="$show['newthreadlink']"><a href="newthread.php?$session[sessionurl]do=newthread&amp;f=$foruminfo[forumid]"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a><else />&nbsp;</if></td> 
    <if condition="$pagenav"><td align="$stylevar[right]">$pagenav</td></if> 
</tr> 
</table> 
<!-- / controls above thread list -->
Gruss
Christian
__________________
Meine kleinen Engel ... Die Rabauken ...
Reply With Quote
  #10 (permalink)  
Old 11.05.2004, 21:18
Neuer Benutzer
 
Join Date: 04.2004
Posts: 14
Rep Power: 9
stormi is on a distinguished road
Super Service ... Besten Dank, jetzt geht es

cu stormi
Reply With Quote
  #11 (permalink)  
Old 07.10.2005, 04:50
Neuer Benutzer
 
Join Date: 09.2005
Posts: 3
Rep Power: 7
Gringo is on a distinguished road
need some help
i need editing in my header
Reply With Quote
  #12 (permalink)  
Old 07.10.2005, 11:24
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
http://www.vbdesigns.de/english-vbul...html#post19370
__________________
Meine kleinen Engel ... Die Rabauken ...
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
[Radio Style] Problem mit dem Tabellenheader Schnibba Allg. vB Support 1 23.06.2004 17:27
[radio Style] - bei mir fehlen die Buttons! wu-wolle Allg. vB Support 16 07.06.2004 10:40
[Radio Style] als Webtemplate? Christian Offtopic 7 06.06.2004 19:25


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