MyBB Community Forums

Full Version: MyShowcase System
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
Sounds good!

2 Questions...when I edit fields inside the field set, will they take on a showcase that is already active or what do i need to do? Also, where are the templates...I need to style the new post button in my templates.
You can only edit the field set as long as it not attached to a show that has had it table created. Once created, all you can do it change the label, order and required, enabled, searchable options for a field.

If you want to change a field from say engine to seatstyle, you can't once the field set is created (at least not though the system but you can manually). However, since the labels can be edited, the field name is not really important, as long as its of the same type (textbox, etc) and has the same length requirements.

The templates are in with the rest of them. ACP > Templates and Themes > Templates > Default > MyShowcase
(2011-02-02, 12:45 AM)pavemen Wrote: [ -> ]You can only edit the field set as long as it not attached to a show that has had it table created. Once created, all you can do it change the label, order and required, enabled, searchable options for a field.

If you want to change a field from say engine to seatstyle, you can't once the field set is created (at least not though the system but you can manually). However, since the labels can be edited, the field name is not really important, as long as its of the same type (textbox, etc) and has the same length requirements.

The templates are in with the rest of them. ACP > Templates and Themes > Templates > Default > MyShowcase

Ok, that's what I needed to know! Thanks!

Now...where's the link? I don't think it has been approved yet??
The upload was rejected as I forgot to remove the hidden backup files my PHP editor creates. I have submitted it again. Hopefully it won't be long.
While we're waiting for approval, can you point me to the template with the new post button? I need to add a class to style it on my theme. I started looking through theme with no luck! (WOW! Lots of templates! This must have been a lot of work!)

Thanks Cool
It was a ton of work! The actual button is in \images\english\newshowcase.png so if you just replace that with a matching button you want, no need to change the template.

Otherwise its in myshowcase_list template
(2011-02-02, 04:28 PM)pavemen Wrote: [ -> ]It was a ton of work! The actual button is in \images\english\newshowcase.png so if you just replace that with a matching button you want, no need to change the template.

Otherwise its in myshowcase_list template

yeah, for some reason, my theme uses a class named 'botones' for new post and reply buttons. All I have to do is add it to the class you used like so:

<div class="float_right botones" style="padding-bottom: 4px;">
<a href="{$showcase_url_new}"><img src="{$theme['imglangdir']}/newshowcase.png" alt="{$lang->myshowcase_new}" /></a>
</div><br /><br />

That did the trick! I'll probably have to do the same for the comment buttons after the upgrade!
I've pulled the plugin from the mods site until I can get the bugs worked out. Small work flow issues are popping up that I did not account for and fixing one thing seems to exposure another issue

Thanks to RocketFoot for letting me debug on his site as well as my own.
Official release thread now available at http://community.mybb.com/thread-87424.html
Pages: 1 2 3 4 5