Fragen zu HTML, CSS, eigenen Erweiterungen etc.
-
masterronnow
- Beiträge: 182
- Registriert: 18.04.2006, 18:33
- Wohnort: Berlin
Ungelesener Beitrag
von masterronnow » 15.08.2013, 16:34
Okay. Jetzt hab ich es verstanden. Ich schau mal ob ich da was finde. Direkt in der signup.php und der template datei, war nichts.
Finde auch so sonst nichts. Bin wohl blind oO
-
Linus
- Moderator
- Beiträge: 1125
- Registriert: 14.02.2005, 20:31
- Wohnort: NRW
-
Kontaktdaten:
Ungelesener Beitrag
von Linus » 21.08.2013, 11:21
Das ist der Fluch bei den ganzen CMS, du suchst dir nen Wolf wenn du was ändern willst.. Vielleicht hilft dir diese Ausgabe aller Fundstellen?
Code: Alles auswählen
$ grep -r -e "e_SIGNUP" -e "signup.php" e107/
e107/e107_admin/users.php: $lfile = e_LANGUAGEDIR.$row['user_language']."/lan_signup.php";
e107/e107_admin/users.php: @require_once(e_LANGUAGEDIR.e_LANGUAGE."/lan_signup.php");
e107/e107_admin/users.php: $return_address = (substr(SITEURL, -1) == "/") ? SITEURL."signup.php?activate.".$id.".".$key : SITEURL."/signup.php?activate.".$id.".".$key;
e107/e107_admin/core_image.php: 'lan_signup.php' => '9de49abb143444ec342112d446cec915',
e107/e107_admin/core_image.php: 'signup.php' => '2c1d92e192a9f50b569879805e350fcb',
e107/class2.php:define("e_SIGNUP", e_BASE.(file_exists(e_BASE."customsignup.php") ? "customsignup.php" : "signup.php"));
e107/class2.php:if ($pref['membersonly_enabled'] && !USER && e_SELF != SITEURL.e_SIGNUP && e_SELF != SITEURL."index.php" && e_SELF != SITEURL."fpw.php" && e_SELF != SITEURL.e_LOGIN && strpos(e_PAGE, "admin") === FALSE && e_SELF != SITEURL.'membersonly.php' && e_SELF != SITEURL.'sitedown.php')
e107/class2.php:$exclude_lan = array("lan_signup.php"); // required for multi-language.
e107/e107_plugins/chatbox_menu/languages/English/English.php:define("CHATBOX_L3", "You must be logged in to post comments on this site - please either log in or if you are not registered click <a href='".e_SIGNUP."'>here</a> to signup");
e107/e107_plugins/forum/forum.php: $INFO .= LAN_410."<br />".LAN_44." <a href='".e_SIGNUP."'>".LAN_437."</a> ".LAN_438;
e107/e107_plugins/forum/forum.php: $INFO .= LAN_410."<br />".LAN_45." <a href='".e_SIGNUP."'>".LAN_439."</a> ".LAN_440;
e107/e107_plugins/forum/forum_post.php: [ <a href='".e_SIGNUP."'>".LAN_174."</a> ]<br />[ <a href='".e_BASE."fpw.php'>".LAN_212."</a> ]
e107/e107_plugins/login_menu/login_menu_shortcodes.php: return "<a class='login_menu_link signup' href='".e_SIGNUP."' title=\"".LOGIN_MENU_L3."\">".LOGIN_MENU_L3."</a>";
e107/e107_plugins/login_menu/login_menu_shortcodes.php: return "<a class='login_menu_link resend' href='".e_SIGNUP."?resend' title=\"".LOGIN_MENU_L40."\">".LOGIN_MENU_L40."</a>";
e107/e107_languages/English/lan_login.php:define("LAN_302", "You have not activated your account. You should have received an email with instructions on how to confirm your account. If not, please click <a href='".e_BASE."signup.php?resend'>here</a>.");
e107/e107_languages/English/lan_membersonly.php:define("LAN_MEMBERS_3","or <a href='".e_SIGNUP."'>register</a> as a member");
e107/e107_languages/English/lan_signup.php:| $URL: https://e107.svn.sourceforge.net/svnroot/e107/trunk/e107_0.7/e107_languages/English/lan_signup.php $
e107/e107_languages/English/lan_signup.php:| $Id: lan_signup.php 12130 2011-04-12 21:09:45Z e107steved $
e107/e107_files/shortcode/custom.sc: $ret .= " <a class='loginc signup' href='".e_SIGNUP."'>".LOGIN_MENU_L3."</a>";
e107/login.php: $LOGIN_TABLE_FOOTER_USERREG = "<a href='".e_SIGNUP."'>".LAN_LOGIN_11."</a>";
e107/signup.php:| $URL: https://e107.svn.sourceforge.net/svnroot/e107/trunk/e107_0.7/signup.php $
e107/signup.php:| $Id: signup.php 13080 2013-03-09 23:49:48Z e107coders $
e107/signup.php: e107_include_once(e_LANGUAGEDIR.e_LANGUAGE."/lan_signup.php");
e107/signup.php: e107_include_once(e_LANGUAGEDIR."English/lan_signup.php");
e107/signup.php: if(is_readable(e_LANGUAGEDIR.$the_language."/lan_signup.php"))
e107/signup.php: include(e_LANGUAGEDIR.$the_language."/lan_signup.php");
e107/signup.php: require_once(e_LANGUAGEDIR.e_LANGUAGE."/lan_signup.php");
e107/signup.php: include_lan(e_LANGUAGEDIR.e_LANGUAGE."/lan_signup.php");
e107/signup.php: header("Location: ".e_BASE."signup.php?resend");
e107/signup.php: header('Location: '.e_BASE.'signup.php');
e107/signup.php: define("RETURNADDRESS", (substr(SITEURL, -1) == "/" ? SITEURL."signup.php?activate.".$nid.".".$u_key : SITEURL."/signup.php?activate.".$nid.".".$u_key.".".e_LAN));
e107/request.php: (strpos($pref['download_denied'],"signup.php") && USER == TRUE)
e107/e107_handlers/comment_class.php: $text = "<br /><div style='text-align:center'><b>".COMLAN_6." <a href='".e_SIGNUP."'>".COMLAN_321."</a> ".COMLAN_322."</b></div>";
e107/e107_handlers/phpmailer/mailout_process.php: $activator = (substr(SITEURL, -1) == "/" ? SITEURL."signup.php?activate.".$row['user_id'].".".$row['user_sess'] : SITEURL."/signup.php?activate.".$row['user_id'].".".$row['user_sess']);
e107/e107_themes/interfectus/theme.php:$CUSTOMPAGES = "forum.php forum_post.php forum_viewforum.php forum_viewtopic.php user.php submitnews.php download.php links.php stats.php usersettings.php signup.php";
e107/e107_themes/core/fs_login.sc: <a href="'.e_HTTP.'signup.php">'.LAN_THEME_REG.'</a>
e107/e107_themes/core/fs_custom.sc: <a class="custom-loginc-link custom-signup f-right" href="'.e_SIGNUP.'">'.LOGIN_MENU_L3.'</a>
e107/e107_themes/kubrick/theme.php:$CUSTOMPAGES = "forum.php forum_post.php forum_viewforum.php forum_viewtopic.php user.php submitnews.php download.php links.php stats.php usersettings.php signup.php";
e107/e107_themes/leaf/theme.php:$CUSTOMPAGES = "content_manager.php signup.php fpw.php forum.php forum_viewforum.php forum_viewtopic.php theme.php usersettings.php submitnews.php";
Kein Support per PN!
Wer ist online?
Mitglieder in diesem Forum: 0 Mitglieder und 4 Gäste