Updated hotfix.
Patches a small index issue in the installer/updater where users may encounter this error on install regarding index on payment logs
Fatal error: Database error in "/home/xxxxxx/public_html/install/index.php" on line 1235
Specified key was too long; max key length is 1000 bytes in
I believe you mean the OG image
You can add these to your child/wrapper.html template:
<meta property="og:image" content="https://yourdomain.com/image.jpg"/>
<meta property="og:title" content="Your Title"/>
<meta property="og:description" content="Your description."/>
<meta...
I just tried a test submission and indeed, got an error message with no highlighted field. As Basti mentioned above, this is most likely a custom join field added in the admin panel but not added to the join form template.
you will need to edit child/wrapper.html
find:
<a class="nav-link" href="{$list_url}/join/">
Replace with:
<a class="nav-link greenlink" href="{$list_url}/join/">
Then add this to skins/default/user.css
.nav-link.greenlink {
color: green !important;
font-weight: bold;
}
yes for some reason windows 10 zip started to not include empty folders, so on recent releases images/extra/ was missing on fresh installs. This has been fixed
I don't quite understand the question, but I can say that this function has not changed in a long time and will be working fine.
1) Make sure you do not have many websites that are tied with the same statistics.
2) ranks on buttons are "cached" so they are not real time rankings.
both of...
hello,
copy skins/default/wrapper.html
to
skins/default/child/wrapper.html
and make your edits in this div container: <div class="col-md-3 sidebar">
You can also use the skin editor in admin to create a skins/default/child/wrapper.html if you prefer
It looks like you may have created a custom field, set it to required, but not added it to the join form.
Check your settings in admin -> Tools -> Manage Join fields.
what version of visiolist?
those are php warnings, usually disabled by default but should not be happening... but also should not prevent the function from firing. did your Facebook plugin get removed? And did your plugins update?