That plugin never really got released, but with a bit of updating it could be released ( note that is a USER blog plugin, meaning your users generate that content, admin cant post to i think, been long, dont quite remember :p )
make a backup of sources/page.php
This is for VL 1.6
in that file find the following
$TMPL['meta_description'] = !empty($description) ? $description : $TMPL['meta_description'];
Right above on a new line, add the following code
// Include tag
$TMPL['content'] =...
Do not edit skin.php or any core file. This is quite easy to integrate into the page.php file using a similar function
Ill post a updated page.php in a few minutes, though untested, cause lack of time
Ok please try this, i included all possible errors which php itself might include on an fileupload
Your issue was most likely "The uploaded file exceeds the upload_max_filesize directive in php.ini". You probably have that lower than your your file you wanna upload
For anyone who want to do...
Also all ok in the file, this is a odd one
Please let me know your website url ( pm if you not want it public ) and disable admin approval of new sites if you have it enabled. So i can step in and see for myself
Please search in admin -> content -> languages for these 3 strings and let me know what the text of them returns
1) user_cp_banner_error_max_dimensions
2) user_cp_banner_error_max_filesize
3) user_cp_banner_unknown_extension
I understood you correctly? For both file checks it gives the same wrong error message?
Are you on visiolist version 1.6? cause the invalid file check doesnt even happen when there is an error already
if(empty($errors))
{
$size =...
Ok, all is working, but your skin is not fully bootstrap 4 compatible, we need to modify the html a bit.
1) go into your skins folder default
2) edit form_elements/checkbox_option.html and replace content inside with this
<div class="custom-control custom-checkbox">
<input type="checkbox"...
Option #1 would not be possible, unless you incooperate php code which detects visitors country by ip. Well its possible, but that is out of the scope of this project or free help
Option #2 could be possible.
Either a htaccess redirect like you said, but i would avoid that, unneeded server...
You/We have set it up wrong. Go edit your custom field. What you inserted is just the label. Thats why it is above and the required field is not working. The label is the heading to the field ( weather a single input or choice fields )
You actually have not added any options...
1) make use of your custom join forms in admin area
A link is not possible at this moment, but you could place the link manually right after the tag where you place this element.
e.g if you on vl 1.6 ( i hope ), make your custom join form element in admin, remember the field id you use. replace...