GoStock – Free Stock Photos Script v1.6
Updated: 28, November 2018
Changelog
- Fixed
- Downloads photos
- Redirect url after login
- Name of user in comments
- Updating data, validation
- Search with hashtag
- Missing
- File
config / services.php - Added
- Added Multilanguage
- Instagram profile
- Implemented GDPR
- Changed
- Show user name in page notifications
IMPORTANT:
Login with account the admin and go this URL http://YOUSITE.com/update/1.6 It is important because it adds to the database fields needed for this version.
NOTE: Enter the URL mentioned above after climbing the:
/ app / Http / Controllers / UpgradeController.php
/ app / Http / Controllers / UpgradeController.php
Affected files
app / Http- Kernel.php
app / Http / Controllers / Auth- LoginController.php
- RegisterController.php
app / Http / Controllers- UpgradeController.php
- LangController.php
- PagesController.php
- AdminController.php
'link_terms' => 'required|url',
'link_privacy' => 'required|url',
$sql->link_terms = $request->link_terms;
$sql->link_privacy = $request->link_privacy;
if(Auth::user()->name != '') {
$nameUser = Auth::user()->name;
} else {
$nameUser = Auth::user()->username;
}
<a class="text-decoration-none class-montserrat" href="'.url(Auth::user()->username).'">'.$nameUser.'</a>
if ($validator->fails()) {
return redirect()->back()
->withErrors($validator)
->withInput();
}
'instagram' => 'url',
if ($validator->fails()) {
return redirect()->back()
->withErrors($validator)
->withInput();
}
$user->instagram = trim(strtolower($input['instagram']));
if ($validator->fails()) {
return redirect()->back()
->withErrors($validator)
->withInput();
}
if ($validator->fails()) {
return redirect()->back()
->withErrors($validator)
->withInput();
}
app / Http / Middleware config public / js resources / lang / en// Version 1.6
'link_terms' => 'Link to Terms and Conditions',
'link_privacy' => 'Link to Privacy Policy',
'terms_conditions' => 'Terms and Conditions',
'privacy_policy' => 'Privacy Policy',
'i_agree_gdpr' => 'I agree with the processing of personal data',
'attributes' => [
'agree_gdpr' => 'box I agree with the processing of personal data',
],
resources / viewsadmin- layout.blade.php
- settings.blade.php
- add-languages.blade.php
- edit-languages.blade.php
auth- register.blade.php
includes- navbar.blade.php
users- account.blade.php
- profile.blade.php
routesHow to add a new language
- Duplicate the folder
resources / lang / en - Rename to your language for example
es - Translate the strings
- Duplicate the file
public/ js / timeago / jqueryTimeago_en.jsand rename ie:public/ js / timeago / jqueryTimeago_es.js - Translate the strings the new file
- Go panel admin > languages and add you new lenguage
Any problem or doubt send me an email to miguelvasquez991@gmail.com
Do not forget to visit miguelvasquez.net