admin(Nick_NR)
|
The MYFF Gallery*UPDATED*
In keeping with the new portal system that is now in place.
The attachment component, allows you to upload images to the myff gallery at:
http://gallery.myff.org/
as well as your own in forum gallery at:
http://yourforumname.myfreeforum.org/index.php?component=gallery
or
http://yourforumname.myfastforum.org/index.php?component=gallery
Using the component you can upload an image and show either a thumbnail or full image in your post on our forums.
Open up posting_body.tpl and simply look for {MESSAGE}</textarea> and place the code after </textarea>.
| Code: |
<br />{MYFF.ATTACHMENT}
|
Now you need to enter your admin panel, open up number 3, and click portal settings.
figure1.
Now from that list click gallery, You will now be able to enter the components parameters.
The parameters breakdown:
Guest Access = yes/no => Can guests see the gallery?
Rows = 3 => Thumbnail rows per page.
Columns = 4 => Thumbnail columns per page.
Thumbnail Width = 100 => Thumbnail Width.
Thumbnail Height = 100 => Thumbnail Height.
|