#1 (permalink)  
Old 01.01.2007, 20:32
MotMann's Avatar
vbdesigns Guru
 
Join Date: 03.2006
Location: Berlin
Age: 49
Posts: 667
Rep Power: 7
MotMann is on a distinguished road
login.php falscher Pfad
Wenn User auf die Login Seite gelangen, sei es wenn sie auf Antwort klicken, oder einen Thread sehen, der nur für registrierte User zugelassen ist, so wird das login zur falschen URL geführt.

Es fehlt der Zwischenordner /Forum/ in der URL.

Wo wird das angepasst?

Der vB Pfad in genereller Einstellung ist mit xxx/Forum, weil im Root vBCMS ist.

Die Buttons im Portal und sonst wo sind alle richtig.
__________________
Software: vB 3.8.1 * Style: Cyberhype, Tribe * Ansicht: Neues vB *
  #2 (permalink)  
Old 01.01.2007, 22:23
Aufsteigender Benutzer
 
Join Date: 02.2006
Posts: 132
Rep Power: 7
buzzel is on a distinguished road
ich nutze das Modul nicht... hast du mal im Portal_login Template geschaut, evtl. dort bei /login.php noch das /forum davor schreiben?
__________________
Gruß
Peter
  #3 (permalink)  
Old 01.01.2007, 22:36
MotMann's Avatar
vbdesigns Guru
 
Join Date: 03.2006
Location: Berlin
Age: 49
Posts: 667
Rep Power: 7
MotMann is on a distinguished road
LoL.

Natürlich nutzt Du das auch. Oder kann bei Dir jeder User posten? Oder alles machen wie ein Registrierter?

Es geht nicht um das Modul Sondern generell. Ich schrieb es oben genau.

Und ja, ich änderte die Datei:

Code:
<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_$module_row[id]')" style="float:right"><img alt="" border="0" id="collapseimg_module_$module_row[id]" src="$stylevar[imgdir_button]/collapse_tcat$collapseimg.gif" /></a>
 $vbphrase[p_login]
                           </td>
                     </tr>
               </thead>
               <tbody id="collapseobj_module_$module_row[id]" style="$collapse">
                     <tr>
                           <td class="alt1">
                                 <div class="smallfont"> 
                                 <!-- breadcrumb, login, pm info -->
                                 <if condition="$bbuserinfo['userid']"> 
         	                       <strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong> 
                                       <div><img src="$ava" alt="" /></div>
                                       <phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>
         	                 <if condition="$show['pmstats']"><br />
                                       <phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl]">  $vbphrase[private_messages_nav]</phrase></if>

         	                 <else />
         	                 <!-- login form -->
         	                       <form action="$vbcmsoptions[vbcms_forumfolder]/Forum/login.php" method="post" onsubmit="md5hash(vb_login_password,vb_login_md5password)">
         	                       <script type="text/javascript" src="$vbcmsoptions[vbcms_forumfolder]/clientscript/vbulletin_md5.js"></script>
         	                             $vbphrase[username]:
         	                             <input type="text" class="button" name="vb_login_username" <if condition="!$vbcmsoptions[vbcms_navbar]">id="navbar_username"</if> size="16" accesskey="u" tabindex="1" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /><br />
         	                             $vbphrase[password]:<br />
         	                             <input type="password" class="button" name="vb_login_password" size="16" accesskey="p" tabindex="2" />
         	                             <label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="3" <if condition="!$vbcmsoptions[vbcms_navbar]">id="cb_cookieuser_navbar"</if> accesskey="c" checked="checked" />$vbphrase[remember_me]</label> <br /> 
                                             <input type="submit" class="button" value="$vbphrase[log_in]" tabindex="4" title="$vbphrase[enter_username_to_login_or_register]" accesskey="s" />
         	                             <input type="hidden" name="s" value="$session[sessionhash]" />
         	                             <input type="hidden" name="do" value="login" /> 
         	                             <input type="hidden" name="forceredirect" value="1" />		       
                                             <input type="hidden" name="vb_login_md5password" />
         	                       </form>
         	                 <!-- / login form -->
         	                 </if>
	
                                 </div>
                           </td>
                     </tr>
                     <if condition="$bbuserinfo['userid']"> 
                     <tr>
                           <td class="alt2">
                                <div align="center" class="smallfont">[ <a href="/Forum/login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]" onclick="return log_out()">$vbphrase[log_out]</a> ]
		</div>
                           </td>
                     </tr>
                     </if>
               </tbody>
         </table><br />
__________________
Software: vB 3.8.1 * Style: Cyberhype, Tribe * Ansicht: Neues vB *
  #4 (permalink)  
Old 02.01.2007, 08:08
Aufsteigender Benutzer
 
Join Date: 02.2006
Posts: 132
Rep Power: 7
buzzel is on a distinguished road
oops, sorry... war gestern schon spät, da hab ich das mit dem Modul verwechselt.

Dann trage in den Globalen Einstellungen->Header-Ersetzungen->login.php ein...

PS: ich hoffe es wurde niemand verletzt?
__________________
Gruß
Peter
  #5 (permalink)  
Old 02.01.2007, 09:43
MotMann's Avatar
vbdesigns Guru
 
Join Date: 03.2006
Location: Berlin
Age: 49
Posts: 667
Rep Power: 7
MotMann is on a distinguished road
Danke.. habe ich auch schon.

Klappt aber nicht

EDIT: nun muss ich aber sagen, das ich die oboge Veränderung in der Datei rückgängig machte.
__________________
Software: vB 3.8.1 * Style: Cyberhype, Tribe * Ansicht: Neues vB *
  #6 (permalink)  
Old 03.01.2007, 11:32
MotMann's Avatar
vbdesigns Guru
 
Join Date: 03.2006
Location: Berlin
Age: 49
Posts: 667
Rep Power: 7
MotMann is on a distinguished road
Es muss an das Style liegen. Nun ist der Thread hier bestimmt falsch.

Ich kann mich entsinnen, das Christian im Ticketsystem noch etwas nannte, was angepasst werden muss, was mit dem Login zusammenhing. Nun ist das Ticketsystem gelöscht, finde die Antwort leider nicht.

Es war also nicht nur im Header alles was mit href und den Buttons, also US CP usw. anfing.

__________________
Software: vB 3.8.1 * Style: Cyberhype, Tribe * Ansicht: Neues vB *
  #7 (permalink)  
Old 03.01.2007, 11:53
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
Ist in der Gold gefixt.
  #8 (permalink)  
Old 03.01.2007, 12:01
MotMann's Avatar
vbdesigns Guru
 
Join Date: 03.2006
Location: Berlin
Age: 49
Posts: 667
Rep Power: 7
MotMann is on a distinguished road
Grrr....
Und ich suchte wieder tagelang

sagte ich schon, dass ich Dich hasse?
__________________
Software: vB 3.8.1 * Style: Cyberhype, Tribe * Ansicht: Neues vB *
  #9 (permalink)  
Old 03.01.2007, 12:02
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
Quote:
Originally Posted by MotMann
Grrr....
Und ich suchte wieder tagelang

sagte ich schon, dass ich Dich hasse?

Lol, ja hast du ...
 

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
pfeil im falschen pfad ragtek vBCMS® Fragen 0 13.12.2006 21:35
pm im portal=> falscher link ragtek vBCMS® Fragen 1 09.12.2006 18:47
Pfad nicht anzeigen! APC Offtopic 1 18.01.2006 19:51
[Radio Webtemplate]Pfad des Logos??? Alexdo Web Templates Support 3 18.05.2005 17:12
falscher pics-pfad ennos Allg. vB Support 6 18.02.2005 21:01


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