I tried, but I couldn't have the login form for protected pages.
And there is a little mistake in the script:
In the file content.func.inc.php, the file fe_user_login_form.php is in ".$phpwcms["templates"]."/inc_script/fe_user_login_form.php" and msdesign said to create it in phpwcms_template/fe ...
Search found 6 matches
- Thu 8. Sep 2005, 16:52
- Forum: phpwcms Support English
- Topic: Front-end Users 1.2.5-DEV + solution ;-)
- Replies: 64
- Views: 39748
- Thu 8. Sep 2005, 16:47
- Forum: phpwcms Support English
- Topic: Front-end Users 1.2.5-DEV + solution ;-)
- Replies: 64
- Views: 39748
sorry
i have forgotten the foll0owing function
you must insert the following code at the end of the file include/inc_front/front.func.inc.php
function login_fe_user($fe_user_login,$fe_user_pass) {
// login frontend user
// reset all inactive users
global $phpwcms;
$sql = "UPDATE ".DB_PREPEND."phpwcms ...
you must insert the following code at the end of the file include/inc_front/front.func.inc.php
function login_fe_user($fe_user_login,$fe_user_pass) {
// login frontend user
// reset all inactive users
global $phpwcms;
$sql = "UPDATE ".DB_PREPEND."phpwcms ...
- Thu 1. Sep 2005, 14:29
- Forum: phpwcms Support English
- Topic: Front-end Users 1.2.5-DEV + solution ;-)
- Replies: 64
- Views: 39748
Re: Front-end Users 1.2.5-DEV
Hello
Does the release 1.2.5-DEV Support Front-end Users? I saw the backend User Administration.
I have Site running Release 1.1-RC4 27-08-2004 and can only upgrade if this function is supported.
Or does any body run a site release 1.2.5-DEV with the mod_ragi_read Mod
Thanks, Sven
I have ...
Does the release 1.2.5-DEV Support Front-end Users? I saw the backend User Administration.
I have Site running Release 1.1-RC4 27-08-2004 and can only upgrade if this function is supported.
Or does any body run a site release 1.2.5-DEV with the mod_ragi_read Mod
Thanks, Sven
I have ...
- Thu 16. Jun 2005, 12:08
- Forum: phpwcms Bug Reports
- Topic: EXT. CONTENT PART casesensitive???? maybe a BUG
- Replies: 8
- Views: 5507
hallo pico
die folgende link ist ein link mit gross buchstaben:
http://tantek.com/CSS/Examples/
aber wenn du auf der folgende link clikst dann gelangst auf der homepage:
http://tantek.com/css/examples/
und du hast recht, es ist die gleiche wenn ich z.B.
http://www.tantek.com
oder
http://www.TAnTEK.com ...
http://tantek.com/CSS/Examples/
aber wenn du auf der folgende link clikst dann gelangst auf der homepage:
http://tantek.com/css/examples/
und du hast recht, es ist die gleiche wenn ich z.B.
http://www.tantek.com
oder
http://www.TAnTEK.com ...
- Tue 14. Jun 2005, 16:14
- Forum: phpwcms Bug Reports
- Topic: EXT. CONTENT PART casesensitive???? maybe a BUG
- Replies: 8
- Views: 5507
hallo witchcraft
die obige funktion ist in inc_lib/content/cnt21.readform.inc.php verwendet.
und content21 ist die external link.
und content21 ist die external link.
- Tue 14. Jun 2005, 16:12
- Forum: phpwcms Bug Reports
- Topic: EXT. CONTENT PART casesensitive???? maybe a BUG
- Replies: 8
- Views: 5507
include/inc_lib/general.inc.php
Du musst die validate_url Funktion wie unten ändern:
function validate_url($url) {
// checks if the URL is well formatted
return preg_match("/(((ht|f)tps*:\/\/)*)((([a-zA-Z0-9-]+(\.[a-zA-Z0-9-]+)*(\.[a-zA-Z]{2,3}))|(([0-9]{1,3}\.){3}([0-9]{1,3})))((\/|\?)[a-zA-Z0-9~#%&'_\+=:\?\.-]*)*)$/", $url);
}
function validate_url($url) {
// checks if the URL is well formatted
return preg_match("/(((ht|f)tps*:\/\/)*)((([a-zA-Z0-9-]+(\.[a-zA-Z0-9-]+)*(\.[a-zA-Z]{2,3}))|(([0-9]{1,3}\.){3}([0-9]{1,3})))((\/|\?)[a-zA-Z0-9~#%&'_\+=:\?\.-]*)*)$/", $url);
}