Reply
 
Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old 29.10.2004, 12:06
Neuer Benutzer
 
Join Date: 10.2004
Posts: 16
Rep Power: 8
Gerrit-Pascal is on a distinguished road
Fehler beim "Einlog" fenster vom Vision Template...
Hallo,

ich habe ein Problem mit dem Forum Einlog Modul.

Ich habe das Einlog Modul vom Vision Webtemplate in den Radio_Dream Webtemplate eingefügt.

Soweit so gut..., rein theoratisch ein kleiner akt., jedoch funktioniert es nicht.

Dann habe ich es mal mit dem Orginal Vison Webtemplate versucht, damit funktionierte es auch nicht.

Ich bitte um Hilfe

Code vom Einlog Modul:

Code:
			            <td class="thead" align="left"><b>Login</b></td>
		</tr>
	</tbody>
	<tbody id="collapseobj_box_8" style="">
		<tr class="alt1">
			<td class="smallfont" width="100%" align="left"><div class="panel">  <form action="login.htm" method="post" onsubmit="md5hash(vb_login_password,vb_login_md5password)">

<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
 <tr>
  <td class="smallfont">Username<br /><input type="text" class="bginput" name="vb_login_username" size="12" accesskey="u" tabindex="1" value="Name" onfocus="if (this.value == 'Name') this.value = '';" /></td>
 </tr>
 <tr>
  <td class="smallfont">Passwort<br /><input type="password" class="bginput" name="vb_login_password" size="12" accesskey="p" tabindex="2" /></td>
 </tr>
 
 <tr>
  <td align="center"><input type="submit" class="button" value="Login" tabindex="4" title="$vbphrase[enter_username_to_login_or_register]" accesskey="s" /></td>
 </tr>
</table>

</form>  </div></td>
Danke für jede Hilfe

Mfg Pascal
Reply With Quote
  #2 (permalink)  
Old 29.10.2004, 12:23
Neuer Benutzer
 
Join Date: 10.2004
Posts: 16
Rep Power: 8
Gerrit-Pascal is on a distinguished road
oh vielcht was das was doof ausgedrückt...

Also ich möchte diese Einlog Modul mit dem Forum Einlog Modul verknüpfen...

ich habe auch grade den falschen code geliefert.

Code:
 <td class="thead" align="left"><b>Login</b></td>
		</tr>
	</tbody>
	<tbody id="collapseobj_box_8" style="">
		<tr class="alt1">
			<td class="smallfont" width="100%" align="left"><div class="panel">  <form action="login.php" method="post" onsubmit="md5hash(vb_login_password,vb_login_md5password)">

<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
 <tr>
  <td class="smallfont">Username<br /><input type="text" class="bginput" name="vb_login_username" size="12" accesskey="u" tabindex="1" value="Name" onfocus="if (this.value == 'Name') this.value = '';" /></td>
 </tr>
 <tr>
  <td class="smallfont">Passwort<br /><input type="password" class="bginput" name="vb_login_password" size="12" accesskey="p" tabindex="2" /></td>
 </tr>
 
 <tr>
  <td align="center"><input type="submit" class="button" value="Login" tabindex="4" title="$vbphrase[enter_username_to_login_or_register]" accesskey="s" /></td>
 </tr>
</table>

</form>  </div></td>
Reply With Quote
  #3 (permalink)  
Old 29.10.2004, 13:35
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
Für welche Forensoftware?
__________________
Meine kleinen Engel ... Die Rabauken ...
Reply With Quote
  #4 (permalink)  
Old 29.10.2004, 14:05
Neuer Benutzer
 
Join Date: 10.2004
Posts: 16
Rep Power: 8
Gerrit-Pascal is on a distinguished road
Hmm, Forensoftware ? Oh, ja phpbb2
Reply With Quote
  #5 (permalink)  
Old 29.10.2004, 14:10
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 Gerrit-Pascal
Hmm, Forensoftware ? Oh, ja phpbb2

Ins richtige Forum verschoben:-)
__________________
Meine kleinen Engel ... Die Rabauken ...
Reply With Quote
  #6 (permalink)  
Old 29.10.2004, 14:25
Neuer Benutzer
 
Join Date: 10.2004
Posts: 16
Rep Power: 8
Gerrit-Pascal is on a distinguished road
JO, danke, aber es geht ja hier um das Webtemplate ... wo ich denke das dass falsch is ! also ich habe das Vision Webtemplate und benutze als phpbb2 forum Style radio_dream...

Im Vision Webtemplate gibt es son "Login" -> Benutzername und Passwort ... ich denke mal das is zum direkten ein einlogen vom Forum da...

Da hatte ich mir gedacht baue ich das doch ins Radio_dream Webtemplate ein da es sonst net zum Forum style passt ... gut dies tat ich dann auch jedoch funktioniert es nicht, das einlogen... er sacht mir dann das er die Seite net findet.... dann habe ich mal im code nachgeschaut un gesehen das der Login butten auf die Seite "login.htm" verweisst... gut dann habe ich dort einfach mal "login.php" hingeschrieben jedoch funktioniert es immer noch net...

Kann mir einer sagen was ich falsch mache oder ob das ein allgemeiner Fehler ist ? oder ob dieses ding (Login) gar net zum einlogen vom forum gedacht ist ?

Danke Pascal
Reply With Quote
  #7 (permalink)  
Old 29.10.2004, 15:55
nightmare66's Avatar
Ehrenmitglied
 
Join Date: 10.2004
Posts: 899
Rep Power: 10
nightmare66 is a jewel in the roughnightmare66 is a jewel in the roughnightmare66 is a jewel in the rough
Code:
<form action="login.php" method="post" onsubmit="md5hash(vb_login_password,vb_login_md5password)">
Guck mal fällt Dir bei dem roten was auf, naja wenn nicht das ist die Loginform von Vbulletin, Du mußt die von PHPBB2 nehmen, dann sollte es funktionieren.

Gruss Nightmare
Reply With Quote
  #8 (permalink)  
Old 29.10.2004, 16:00
Neuer Benutzer
 
Join Date: 10.2004
Posts: 16
Rep Power: 8
Gerrit-Pascal is on a distinguished road
Joar, aber wo gibt es dieses Webtemplate für phpbb2 ? Irgendwie habe ich das gefühl das diese Webtemplate nur für vBulletin Foren sind...

Kann mir das vielleicht einer anpassen, an phpBB2 ?

Plz Help....
Reply With Quote
  #9 (permalink)  
Old 29.10.2004, 16:41
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 Gerrit-Pascal
Irgendwie habe ich das gefühl das diese Webtemplate nur für vBulletin Foren sind...

Plz Help....

Ne die Webtemplates sind nicht für vbulletin/wbb oder phpbb Foren sie sind ein vorgefertigtes Webseitendesign, also eine Webseite ohne jeglichen Inhalt und Funktionalität, das Login Feld ist auch nur als ein Demo gedacht und um das Lauffahig zu mächen, müsste man schon einiges an dem Webtemplate ändern.
Vielleicht solltest du, wenn du das Login Feld für ein phpbb nehmen willst einfach mal in der Addon Datenbank auf http://ww.phpbb.de suchen, ob es sowas schon vorgefertigt gibt.

Gruss
Christian
__________________
Meine kleinen Engel ... Die Rabauken ...
Reply With Quote
  #10 (permalink)  
Old 29.10.2004, 17:02
Neuer Benutzer
 
Join Date: 10.2004
Posts: 16
Rep Power: 8
Gerrit-Pascal is on a distinguished road
Jo danke ich werde mich mal umschauen ! vielen dank wegen dem schnellen support

Ich werde euch weiter empfehlen

Mfg Pascal
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
Vision Template Header. bladeaa English Forums 23 23.12.2004 23:29


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