Search found 6 matches
- Wed Jan 31, 2018 4:54 am
- Forum: 3rd Party Software
- Topic: Custom Front End Interface
- Replies: 45
- Views: 354773
Re: Custom Front End Interface
Version 0.4.0 has just been released, compared to version 0.3.0, VWI now features: Automated Installation Automated Updater Automated Uninstaller Web Based Configuration Update Checker Connection Checker Theme Switcher Translation Support Softaculous Support Google Analytics New Documentation Upgra...
- Mon Jan 29, 2018 5:37 am
- Forum: 3rd Party Software
- Topic: Custom Front End Interface
- Replies: 45
- Views: 354773
Re: Custom Front End Interface
but now i am fine just change to if(isset($password)){ if($password != ''){ btw: are u already test about this in urs v0.3.1 ? if u don't believe me test its bro :D Okay, I see the problem now. The correct solution although is to change if(isset($password)){ to if(isset($_POST['password'])){ Like I...
- Mon Jan 29, 2018 4:52 am
- Forum: 3rd Party Software
- Topic: Custom Front End Interface
- Replies: 45
- Views: 354773
Re: Custom Front End Interface
i think still you don't understand what i said ! i don't say about password box is blank .. i know the password box is blank for account security .. i mean when you change first name (or) last name (or) did't change anything and just click ( Update Profile ) the panel password was auto changed to b...
- Mon Jan 29, 2018 3:38 am
- Forum: 3rd Party Software
- Topic: Custom Front End Interface
- Replies: 45
- Views: 354773
Re: Custom Front End Interface
the password is automatic changed to blank ( process/updatesetting.php ) if(isset($password)){ <== this line i changed with if($password != $_POST['password']){ and everything fine now :D .. PS . this errors in v0.3.1 :D I think you are still misunderstanding the code. The password is always blank,...
- Sun Jan 28, 2018 2:11 pm
- Forum: 3rd Party Software
- Topic: Custom Front End Interface
- Replies: 45
- Views: 354773
Re: Custom Front End Interface
When go to profile.php?settings=open and change first name or last name or anything .. the password is auto changed to blank I don't understand your problem with the system. The password box is not to verify the changes to the profile, but to change he password itself. Furthermore, the password cha...
- Fri Jan 26, 2018 2:47 am
- Forum: 3rd Party Software
- Topic: Custom Front End Interface
- Replies: 45
- Views: 354773
Re: Custom Front End Interface
When go to profile.php?settings=open and change first name or last name or anything .. the password is auto changed to blank :D i change alot things in profile.php and added new file to direction .. process/passchange.php not change any coding .. just added new file direction ( no more change blank ...