As some of you might know, Brandon Kelly has written FieldFrame - ExpressionEngine extension and framework that enables easy adding of custom weblog fields.
Following the steps, I’ve created a field type called Gallery - which allows the admin to select one or several gallery categories that will be linked to the entry.
To install, copy the galleries folder and its content to the folde that has your FieldFrame custom fieldtype definitions (usually) extensions/fieldtypes and enable it in Admin ??? Utilities ??? Extensions Manager ??? Fieldtypes Manager. Of course, you’ll need to have FieldFrame installed.
Now, you can see Gallery in the list of possible field types when creating new custom fields.
Use as usually with FieldFrame field types:
{custom_field_name}
<a href=”http://www.intoeetive.com/index.php/galleries/{option}”>{option_name}</a>
{/custom_field_name}
Replace custom_field_name with your field name
Galleries field type
Posted by runner at 12:38 PM.
Filed under:
Extending EE •
Extensions •
(3) Comments •
Permalink
???°?? ???‹???µ???‚?? ?„???‚???????°?„???? ???· ???‚???… ???????????·?°?????‹?… ???°?‚?µ?????????? ?????????? ?? ?·?°????????? ??.?µ. ???µ ?‚???»?????? ?????‹?»???? ???° ???°?‚?µ??????????, ???? ?? ???°???? ?„???‚????, ???»???? ???????°?????‡???‚?? ???‹?????? ?„???‚???? limit’????
Posted by (JavaScript must be enabled to view this email address) on 07/18 at 10:08 AM
I use the extension in combination with ‘standard’ Gallery module. Please see the example below:
{galleries}
{exp:gallery:entries gallery=“gallery” category=”{option}”}
{entries}{row}
< a href=”{id_path=gallery/comments}” class=“galimg” id=“galimg{gal_count}”>< img src=”/images/gallery/{filename}” alt=”{title}” />< /a>
{/row}{/entries}
{/exp:gallery:entries}
{/galleries}
Posted by (JavaScript must be enabled to view this email address) on 08/19 at 08:41 AM
This is a great post with this technique I have installed on futon mattress.
Posted by (JavaScript must be enabled to view this email address) on 02/23 at 11:13 AM