Dashboard > FarCry 3.0 Developers Guide > ... > Developers Exchange > Custom Admin Extensions > Bulk Set Categories
FarCry 3.0 Developers Guide
Bulk Set Categories
Added by Blair McKenzie , last edited by Blair McKenzie on Jan 09, 2006  (view change)
Labels: 
(None)

Bulk Set Categories

Developer

Blair McKenzie
shib71@gmail.com

  Name Size Creator Date Comment  
ZIP Archive setcategoriesbulk.zip 1 kb Blair McKenzie Jan 09, 2006 Download for setcategoriesbulk extension.  

I wrote this code when I needed to organise my images. It will allow you to set the categories of multiple objects at a time. The interface isn't great so if you have any improvements to suggest, email me.

To install:
1) Put the zipped file in the customadmin folder of your farcry application.
2) Edit the customadmin.xml file in the same folder so that it includes the following menu path:

<webtop>
  <section id="content" mergetype="merge">
    <subsection id="contentUtilities" mergetype="merge">
      <menu id="categorisation">
        <menuitem id="bulkset" label="Bulk Categorization" labelType="text" link="/admin/customadmin.cfm?module=setcategoriesbulk.cfm" />
      </menu>
    </subsection>
  </section>
</webtop>

Powered by a free Atlassian Confluence Open Source Project License granted to FarCry CMS. Evaluate Confluence today.
Powered by Atlassian Confluence 2.7, the Enterprise Wiki. Bug/feature request - Atlassian news - Contact administrators