MyBB Community Forums
[For 1.6] MyShowcase System 2.5.2 - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Plugins (https://community.mybb.com/forum-73.html)
+---- Forum: Plugin Releases (https://community.mybb.com/forum-102.html)
+---- Thread: [For 1.6] MyShowcase System 2.5.2 (/thread-87424.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29


RE: MyShowcase System 2.2.1 - pavemen - 2011-11-13

The word Garage is not used anywhere in the language files, its read right from the showcase name, so you can change it in the ACP via MyShowcase Admin > Summary > Edit > Main Options

You should be able to upgrade just fine, but if you want to wait until Tuesday when I am available to help if there is a problem then we can do that. Just remember I am on California time so we need to work out a time when we are both free


RE: MyShowcase System 2.2.1 - Andre R. - 2011-11-13

Thanks for the help as always. Went ahead with the upgrade and all seemed ok except for one thing; users who have uploaded pictures still show them in the thumbnails, but when viewing individual listings, the 'Attachment' section is blank. E.g here.

Just letting you know incase it is an issue, i was previously on your very first release i believe, 2.0.1. Will check what i can in the meantime.


RE: MyShowcase System 2.2.1 - pavemen - 2011-11-14

pm me acp and ftp access again and i will see if i can look tonight otherwise tuesday
found a typo fix that did not make it into my SVN. Edit the main showcase.php file, in your case garage.php, on line 1167 and change it to

				eval("\$showcase_attachment_data .= \"".$templates->get("myshowcase_view_attachments_image")."\";");

basically where I was missing the "s" in attachments.

and then just make sure you have a template called "myshowcase_view_attachments_image"


RE: MyShowcase System 2.2.3 - Andre R. - 2011-11-14

(2011-11-14, 01:24 AM)pavemen Wrote: pm me acp and ftp access again and i will see if i can look tonight otherwise tuesday
found a typo fix that did not make it into my SVN. Edit the main showcase.php file, in your case garage.php, on line 1167 and change it to

				eval("\$showcase_attachment_data .= \"".$templates->get("myshowcase_view_attachments_image")."\";");

basically where I was missing the "s" in attachments.

and then just make sure you have a template called "myshowcase_view_attachments_image"

That has partially got me there, another update. Corrected the typo, and now images do show up, but when you click them, instead of showing you them enlarged and in a new window, it just reloads the current page.

I do have a template called "myshowcase_view_attachments_image":

<a {$item_class} href="{$item_imagebig}"><img src="{$item_image}" border="0" alt="{$item_alt}" /></a>

Speak soon.


RE: MyShowcase System 2.2.3 - pavemen - 2011-11-14

i will have to look into it tomorrow.


RE: MyShowcase System 2.2.1 - roadless - 2011-11-15

(2011-11-12, 04:40 PM)pavemen Wrote: can you check the source code of the page once it is generated and then see what path to the image is being used in the source and compare that to where they are supposed to be located?

<!-- end: myshowcase_view_attachment_image -->&nbsp;<!-- start: myshowcase_view_attachment_image -->

<!-- end: myshowcase_view_attachment_image -->&nbsp;<!-- start: myshowcase_view_attachment_image -->

<!-- end: myshowcase_view_attachment_image -->&nbsp;<!-- start: myshowcase_view_attachment_image -->

<!-- end: myshowcase_view_attachment_image --></td>

As you can see, there aren't any paths in the source code...



RE: MyShowcase System 2.2.3 - pavemen - 2011-11-15

@roadless:

you need to make the change listed a couple posts up at http://community.mybb.com/thread-87424-post-784695.html#pid784695

@david42:

the myshowcase_top template was updated to include the new code required for the FancyBox support but it only updates the base template and you seem to have a modified one. You will need to run a Diff Report on that template and copy the new JS and such to the current template.

However, I noticed that you already use jQuery, so it will take some edits to remove the duplicate/overlapping code in your current template and add the fancybox code.

PM me ACP access with theme/template permissions and i will work on it


RE: MyShowcase System 2.2.3 - roadless - 2011-11-15

Thank you pavemen for your fast reply! That fixed it! Now I'm waiting for the ability to handle different attachments! Big Grin


RE: MyShowcase System 2.2.3 - pavemen - 2011-11-15

what additional attachments? I fixed the code to properly handle attachments of other types (base don the MyBB settings for attachment support). So if you upload a PDF, that is no longer shown as a broken image, but as whatever icon you have set in the ACP which then links to the PDF file.


RE: MyShowcase System 2.2.3 - Andre R. - 2011-12-08

I forgot to bring something up that was brought to my attention again recently.

Members cannot edit their entries, eventhough the Edit box is ticked. I assume this is a post upgrade development.

Is there anything i should check for?