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.1.0 - pavemen - 2011-08-04

all fixed. your showcase is working now, at least in its most basic form.

if you want to add more fields, you need to disable the showcase you made, delete the table and then modify the field set to add the extra fields. then create the table, then enable.


RE: MyShowcase System 2.1.0 - koz - 2011-08-04

In my personal opinion I think the textarea needs to be fixed so that it shows a scroll bar instead of stretching the page endlessly when you want to make a biography section, or a section that requires a lot of characters.


RE: MyShowcase System 2.1.0 - pavemen - 2011-08-04

sorry its not more clear in the help section, but the textarea's "Max Field Length" is the number of rows to use when displaying the field during an add/edit.

Since the database type for a textarea html type is "text", you can't set the size, so i use the "Max Field Length" as the "rows" attribute




RE: MyShowcase System 2.1.0 - koz - 2011-08-04

So if I make it 10 rows, can people still type as much as they need to or will it limit them to those selected rows.

[edit]

Nvm it works the way you said. I can add as much text within box.


RE: MyShowcase System 2.1.0 - pavemen - 2011-08-04

they can type 65,535 bytes of text into any "text" field you add. The <textarea> will only be 10 rows tall though.

I would recommend 15-20 for those rows if you expect a decent amount of data in them.


RE: MyShowcase System 2.1.0 - ashimashi - 2011-08-11

I uploaded everything in the right place but it seems like nothing is showing.

I uploaded everything and installed it in plugins. I also see myshowcase in settings but I don't see anything else. Can't seem to find anything else.


RE: MyShowcase System 2.1.0 - pavemen - 2011-08-11

http://community.mybb.com/thread-87424-post-734450.html#pid734450
http://community.mybb.com/thread-87424-post-734484.html#pid734484


RE: MyShowcase System 2.1.0 - ashimashi - 2011-08-11

(2011-08-11, 02:21 PM)pavemen Wrote: http://community.mybb.com/thread-87424-post-734450.html#pid734450
http://community.mybb.com/thread-87424-post-734484.html#pid734484

Works now, thanks a lot! Smile

Great mod.

Edit: I also would like put a button that makes it come here, do you have the code for it?:

[Image: ame2hv.png]


RE: MyShowcase System 2.1.0 - ranjani - 2011-08-11

^ please find menu items code at header template (under header templates) to add required button !


RE: MyShowcase System 2.1.0 - pavemen - 2011-08-11

that is a theme/template/plugin issue. i am not sure how your tabbed navigation works