You're looking for some 4images templates and styles? Then visit this thread to show websites with 4images templates to download.
0 Members and 1 Guest are viewing this topic.
http://www.4homepages.de/forum/index.php?topic=6692.msg71064#msg71064Hi boys, I am with the same problem talked above.I installed MOD PM and this presenting this mistake.Version of the 4images: 1.7.2I thank can help
hello, i have a problem with java script popup. i becomes no error,
...</head><body {pm_popup_header}>...
<body>script</body>
Quote from: PartyPix on March 30, 2006, 02:54:46 PMHallokann leider nicht so gut Englisch deshalb hoffe ich das auch Deutsch geht.Ich habe ein Problem. Habe mir das PMS Sytsem installiert und es läuft auch ganz gut soweit.Habe dann aber im Kontrollzenter bzw. in der member_editprofile.html einen Fehler feststellen müssen.Wenn ich auf die Seite gehe sprich ins Kontrollzentrum, steht bei E-Mail folgendes: <a href=Also das steht im input Feld. Den normalen von mir definierten Style wird auch nicht richtig angezeigt für dieses Input. Desweiteren steht hinter dem Input dieses hier: admin@yourdomain.com" class="input">Das gleiche ist auch bei der Wiederholung der Emailadresse, sowie wenn ich im Homepage Feld eine Homepage eingebe und dann auf speichern drücke. Dann wird dieses so ähnlich angezeigt.Der HTML Code ist meiner Meinung nach aber in Ordnung, habe ihn aber hier nochmal mit angehangen. Ich vermute das ein Fehler in meiner member.php sein muss. Genau wissen tue ich dies natürlich nicht. Ich hoffe jemand kennt dieses Problem oder weiß an was das liegen könnte.EDIT: Ich habe festgestellt das es auch in mehreren Dateien so ist, also wird es vielleicht doch nicht an der member.php liegen. BITTE helft mir !!! I try it in english.I have a problem. I have installed PMS System and since when my member_editprofile is ceriously changed. In the input field email is an entry like this: <a href=After the input field stand this: admin@yourdomain.com" class="input">The same is by email2, too. And after i give a Homepage URL in the homepage field, it show the same how by email and email2. Where is the mistake ?? PLEASE HELP ME. I have the member_editprofile.html at this post. But i think the problem is in the member.php. Is here anyone who has an idea for this mistake ??? AND SORRY for my miserable english. EDIT: I have seen that the mistake is in other templates from me,too. So i think the mistake can't in the member.php but i don't know. PLEASE HELP ME BY THIS PROBLEM !!!Hier ist noch ein Screenshot wie das ganze aussieht.Here is a screenshot,too how it show on my page.MFG MarcelI have the same probleme. And the help din't work:Quote1. Öffne die Datei / open file-> \includes\functions.php 2. Finde Code / find code: Code:$text = replace_url($text); 3. Ersetze mit / remove with:Code:if ($html !== 2) { $text = nl2br(trim($text)); $text = replace_url($text);}I don't no, what is wrong, can please anybody help me?
Hallokann leider nicht so gut Englisch deshalb hoffe ich das auch Deutsch geht.Ich habe ein Problem. Habe mir das PMS Sytsem installiert und es läuft auch ganz gut soweit.Habe dann aber im Kontrollzenter bzw. in der member_editprofile.html einen Fehler feststellen müssen.Wenn ich auf die Seite gehe sprich ins Kontrollzentrum, steht bei E-Mail folgendes: <a href=Also das steht im input Feld. Den normalen von mir definierten Style wird auch nicht richtig angezeigt für dieses Input. Desweiteren steht hinter dem Input dieses hier: admin@yourdomain.com" class="input">Das gleiche ist auch bei der Wiederholung der Emailadresse, sowie wenn ich im Homepage Feld eine Homepage eingebe und dann auf speichern drücke. Dann wird dieses so ähnlich angezeigt.Der HTML Code ist meiner Meinung nach aber in Ordnung, habe ihn aber hier nochmal mit angehangen. Ich vermute das ein Fehler in meiner member.php sein muss. Genau wissen tue ich dies natürlich nicht. Ich hoffe jemand kennt dieses Problem oder weiß an was das liegen könnte.EDIT: Ich habe festgestellt das es auch in mehreren Dateien so ist, also wird es vielleicht doch nicht an der member.php liegen. BITTE helft mir !!! I try it in english.I have a problem. I have installed PMS System and since when my member_editprofile is ceriously changed. In the input field email is an entry like this: <a href=After the input field stand this: admin@yourdomain.com" class="input">The same is by email2, too. And after i give a Homepage URL in the homepage field, it show the same how by email and email2. Where is the mistake ?? PLEASE HELP ME. I have the member_editprofile.html at this post. But i think the problem is in the member.php. Is here anyone who has an idea for this mistake ??? AND SORRY for my miserable english. EDIT: I have seen that the mistake is in other templates from me,too. So i think the mistake can't in the member.php but i don't know. PLEASE HELP ME BY THIS PROBLEM !!!Hier ist noch ein Screenshot wie das ganze aussieht.Here is a screenshot,too how it show on my page.MFG Marcel
1. Öffne die Datei / open file-> \includes\functions.php 2. Finde Code / find code: Code:$text = replace_url($text); 3. Ersetze mit / remove with:Code:if ($html !== 2) { $text = nl2br(trim($text)); $text = replace_url($text);}
Quote from: b.o.fan on June 04, 2006, 12:45:30 AMHello @ all.i've found out to create a WELCOME PM to a new user...! on this request http://www.4homepages.de/forum/index.php?topic=8409.msg46069#msg46069i test this on 1.72!open register.phpfind there:Code: [Select] $sql = "INSERT INTO ".USERS_TABLE." (".get_user_table_field("", "user_id").get_user_table_field(", ", "user_level").get_user_table_field(", ", "user_name").get_user_table_field(", ", "user_password").get_user_table_field(", ", "user_email").get_user_table_field(", ", "user_showemail").get_user_table_field(", ", "user_allowemails").get_user_table_field(", ", "user_invisible").get_user_table_field(", ", "user_joindate").get_user_table_field(", ", "user_activationkey").get_user_table_field(", ", "user_lastaction").get_user_table_field(", ", "user_lastvisit").get_user_table_field(", ", "user_comments").get_user_table_field(", ", "user_homepage").get_user_table_field(", ", "user_icq").$additional_field_sql.") VALUES ($user_id, $user_level, '$user_name', '".md5($user_password)."', '$user_email', $user_showemail, $user_allowemails, $user_invisible, $current_time, '$activationkey', $current_time, $current_time, 0, '$user_homepage', '$user_icq'".$additional_value_sql.")"; $result = $site_db->query($sql);add after thisCode: [Select] $sql = "INSERT INTO ".PM_TABLE." (pm_date, pm_to, pm_from, pm_subject, pm_type, pm_text, pm_bbcode, pm_html, pm_ip, pm_smiles) VALUES (".time().", ".$user_id.", '1', '".$lang['welcome_subject']."', ".PM_UNREAD.", '".addslashes($lang['welcome_text'])."', '1', '1', '".$session_info['session_ip']."', '1')"; $result = $site_db->query($sql);in these example the user with the ID 1 send the PM! you can change this here: Code: [Select](".time().", ".$user_id.", '1', set there your ID!then open lang/<your lang>/main.phpadd beforeCode: [Select]?>Your Mail. something like this!Code: [Select]$lang['welcome_subject'] = "Hello and welcome on {site_name}";$lang['welcome_text'] = "Thanks that you registered on {site_name}<br>blabla<br>Your Admin";You can use Smilies and html.When The new User logged in, he will get the PM!b.o.fanWork thanks b.o.fan
Hello @ all.i've found out to create a WELCOME PM to a new user...! on this request http://www.4homepages.de/forum/index.php?topic=8409.msg46069#msg46069i test this on 1.72!open register.phpfind there:Code: [Select] $sql = "INSERT INTO ".USERS_TABLE." (".get_user_table_field("", "user_id").get_user_table_field(", ", "user_level").get_user_table_field(", ", "user_name").get_user_table_field(", ", "user_password").get_user_table_field(", ", "user_email").get_user_table_field(", ", "user_showemail").get_user_table_field(", ", "user_allowemails").get_user_table_field(", ", "user_invisible").get_user_table_field(", ", "user_joindate").get_user_table_field(", ", "user_activationkey").get_user_table_field(", ", "user_lastaction").get_user_table_field(", ", "user_lastvisit").get_user_table_field(", ", "user_comments").get_user_table_field(", ", "user_homepage").get_user_table_field(", ", "user_icq").$additional_field_sql.") VALUES ($user_id, $user_level, '$user_name', '".md5($user_password)."', '$user_email', $user_showemail, $user_allowemails, $user_invisible, $current_time, '$activationkey', $current_time, $current_time, 0, '$user_homepage', '$user_icq'".$additional_value_sql.")"; $result = $site_db->query($sql);add after thisCode: [Select] $sql = "INSERT INTO ".PM_TABLE." (pm_date, pm_to, pm_from, pm_subject, pm_type, pm_text, pm_bbcode, pm_html, pm_ip, pm_smiles) VALUES (".time().", ".$user_id.", '1', '".$lang['welcome_subject']."', ".PM_UNREAD.", '".addslashes($lang['welcome_text'])."', '1', '1', '".$session_info['session_ip']."', '1')"; $result = $site_db->query($sql);in these example the user with the ID 1 send the PM! you can change this here: Code: [Select](".time().", ".$user_id.", '1', set there your ID!then open lang/<your lang>/main.phpadd beforeCode: [Select]?>Your Mail. something like this!Code: [Select]$lang['welcome_subject'] = "Hello and welcome on {site_name}";$lang['welcome_text'] = "Thanks that you registered on {site_name}<br>blabla<br>Your Admin";You can use Smilies and html.When The new User logged in, he will get the PM!b.o.fan
$sql = "INSERT INTO ".USERS_TABLE." (".get_user_table_field("", "user_id").get_user_table_field(", ", "user_level").get_user_table_field(", ", "user_name").get_user_table_field(", ", "user_password").get_user_table_field(", ", "user_email").get_user_table_field(", ", "user_showemail").get_user_table_field(", ", "user_allowemails").get_user_table_field(", ", "user_invisible").get_user_table_field(", ", "user_joindate").get_user_table_field(", ", "user_activationkey").get_user_table_field(", ", "user_lastaction").get_user_table_field(", ", "user_lastvisit").get_user_table_field(", ", "user_comments").get_user_table_field(", ", "user_homepage").get_user_table_field(", ", "user_icq").$additional_field_sql.") VALUES ($user_id, $user_level, '$user_name', '".md5($user_password)."', '$user_email', $user_showemail, $user_allowemails, $user_invisible, $current_time, '$activationkey', $current_time, $current_time, 0, '$user_homepage', '$user_icq'".$additional_value_sql.")"; $result = $site_db->query($sql);
$sql = "INSERT INTO ".PM_TABLE." (pm_date, pm_to, pm_from, pm_subject, pm_type, pm_text, pm_bbcode, pm_html, pm_ip, pm_smiles) VALUES (".time().", ".$user_id.", '1', '".$lang['welcome_subject']."', ".PM_UNREAD.", '".addslashes($lang['welcome_text'])."', '1', '1', '".$session_info['session_ip']."', '1')"; $result = $site_db->query($sql);
(".time().", ".$user_id.", '1',
?>
$lang['welcome_subject'] = "Hello and welcome on {site_name}";$lang['welcome_text'] = "Thanks that you registered on {site_name}<br>blabla<br>Your Admin";
Quote from: aletapety on June 04, 2006, 03:31:08 PMQuote from: b.o.fan on June 04, 2006, 12:45:30 AMHello @ all.i've found out to create a WELCOME PM to a new user...! on this request http://www.4homepages.de/forum/index.php?topic=8409.msg46069#msg46069i test this on 1.72!open register.phpfind there:Code: [Select] $sql = "INSERT INTO ".USERS_TABLE." (".get_user_table_field("", "user_id").get_user_table_field(", ", "user_level").get_user_table_field(", ", "user_name").get_user_table_field(", ", "user_password").get_user_table_field(", ", "user_email").get_user_table_field(", ", "user_showemail").get_user_table_field(", ", "user_allowemails").get_user_table_field(", ", "user_invisible").get_user_table_field(", ", "user_joindate").get_user_table_field(", ", "user_activationkey").get_user_table_field(", ", "user_lastaction").get_user_table_field(", ", "user_lastvisit").get_user_table_field(", ", "user_comments").get_user_table_field(", ", "user_homepage").get_user_table_field(", ", "user_icq").$additional_field_sql.") VALUES ($user_id, $user_level, '$user_name', '".md5($user_password)."', '$user_email', $user_showemail, $user_allowemails, $user_invisible, $current_time, '$activationkey', $current_time, $current_time, 0, '$user_homepage', '$user_icq'".$additional_value_sql.")"; $result = $site_db->query($sql);add after thisCode: [Select] $sql = "INSERT INTO ".PM_TABLE." (pm_date, pm_to, pm_from, pm_subject, pm_type, pm_text, pm_bbcode, pm_html, pm_ip, pm_smiles) VALUES (".time().", ".$user_id.", '1', '".$lang['welcome_subject']."', ".PM_UNREAD.", '".addslashes($lang['welcome_text'])."', '1', '1', '".$session_info['session_ip']."', '1')"; $result = $site_db->query($sql);in these example the user with the ID 1 send the PM! you can change this here: Code: [Select](".time().", ".$user_id.", '1', set there your ID!then open lang/<your lang>/main.phpadd beforeCode: [Select]?>Your Mail. something like this!Code: [Select]$lang['welcome_subject'] = "Hello and welcome on {site_name}";$lang['welcome_text'] = "Thanks that you registered on {site_name}<br>blabla<br>Your Admin";You can use Smilies and html.When The new User logged in, he will get the PM!b.o.fanWork thanks b.o.fan can this be used for the old PMS ?
The template bbcode2.html already has this, so look in there