Getting w3 validation errors caused by this mod. Please help me correct them so they are valid w3 standard.
Line 712, Column 15: ID "highslide-container" already defined.</div><div id="highslide-container"></div> ✉
An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).
Line 705, Column 9: ID "highslide-container" first defined here.<div id="highslide-container"></div>
Line 713, Column 9: ID "controlbar2" already defined.<div id="controlbar2" class="highslide-overlay controlbar2"> ✉
An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).
Line 706, Column 9: ID "controlbar2" first defined here.<div id="controlbar2" class="highslide-overlay controlbar2">
Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: Access denied for user 'xxx'@'localhost' (using password: NO) in /admincp/plugin.php(1970) : eval()'d code on line 11
Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: A link to the server could not be established in /admincp/plugin.php(1970) : eval()'d code on line 11
Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: Access denied for user 'xxx'@'localhost' (using password: NO) in /admincp/plugin.php(1970) : eval()'d code on line 11
Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: A link to the server could not be established in /admincp/plugin.php(1970) : eval()'d code on line 11
Did you re-edit your config.php file when you upgraded to 3.6.8?
Looking at the code from the Photopost add-on: https://vborg.vbsupport.ru/showthread.php?t=139202 I found a way to use BBCodes to show the thumbnail. I just need to figure out how to modify the existing [ img ] tags.
Here are my settings for the BBCode. Note: This is very rudamentary. Customize to your liking. I'll keep searching to see how I can modify the existing [ img ] tag with this.
In AdminCP>Custom BB Codes> BBCode Manager, scroll to bottom and click Add New.
Title: (whatever you want)
Tag: (whatever you want - to test, I'm using 'image')
Replacement:
When click on attachment showing loading but image doesnt come bigger or show on original size.
I have read thread from page 1-26 and make change like suggested,but problem doesnt solve.
I have installed nCode Image Resizer,is this hack should make highslide not working?
I am having the same problem. It worked when I first installed it about 6 hours ago, but now when you click on an attachment, it just stays loading and never enlarges. Do we have a fix for this?