{"id":2268,"date":"2016-05-06T23:37:27","date_gmt":"2016-05-06T23:37:27","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/lc-tags\/"},"modified":"2008-03-23T14:57:15","modified_gmt":"2008-03-23T14:57:15","slug":"lc-tags","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/lc-tags\/","author":166418,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"","stable_tag":"1.0.1","tested":"2.3","requires":"2.3","requires_php":"","requires_plugins":"","header_name":"","header_author":"","header_description":"","assets_banners_color":"","last_updated":"2008-03-23 14:57:15","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/www.lutincapuche.com\/","header_plugin_uri":"","header_author_uri":"","rating":0,"author_block_rating":0,"active_installs":0,"downloads":2572,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","other_notes"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.0.1","0.0.2","0.0.3","0.0.4","1.0.1"],"block_files":[],"assets_screenshots":{"screenshot-4.jpg":{"filename":"screenshot-4.jpg","revision":"1412045","resolution":"4","location":"plugin"},"screenshot-2.jpg":{"filename":"screenshot-2.jpg","revision":"1412045","resolution":"2","location":"plugin"},"screenshot-3.jpg":{"filename":"screenshot-3.jpg","revision":"1412045","resolution":"3","location":"plugin"},"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":"1412045","resolution":"1","location":"plugin"}},"screenshots":{"1":"Configure tagcloud settings","2":"Example 1","3":"Example 2","4":"Example 3"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[],"plugin_category":[],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-2268","plugin","type-plugin","status-closed","hentry","plugin_committers-lutincapuche"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/lc-tags.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/lc-tags\/trunk\/screenshot-1.jpg?rev=1412045","caption":"Configure tagcloud settings"},{"src":"https:\/\/ps.w.org\/lc-tags\/trunk\/screenshot-2.jpg?rev=1412045","caption":"Example 1"},{"src":"https:\/\/ps.w.org\/lc-tags\/trunk\/screenshot-3.jpg?rev=1412045","caption":"Example 2"},{"src":"https:\/\/ps.w.org\/lc-tags\/trunk\/screenshot-4.jpg?rev=1412045","caption":"Example 3"}],"raw_content":"<!--section=description-->\n<p>LcTags is an editable flash template for wordpress tags. Tags come from the wordpress simple tags database, and allow administrator to edit display settings: - Color panel of tags - Buttons color and background color - Max and min size of words<\/p>\n <p>Visitors can choose some settings when they visit the tagcloud - Tags space disposition (line, circle, 3d space) - Sort on date, popularity, alphabetic<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Unzip files. Now you have 2 main directories : \/wp-lctags and \/lcTags.<\/li>\n<li>Put the folder \/lcTags to wp-content\/plugins\/.<\/li>\n<li>Put the folder \/wp-lctags to the root of your wordpress blog.<\/li>\n<li>Go to backoffice, in plugins tabs, then activate LcTags.<\/li>\n<li>Plugin is well installed, you can edit settings in \"options\"\/\"LcTags\"<\/li>\n<li>You can see your tagcloud on wwww.your-blog-url\/wp-lctags\/<\/li>\n<\/ol>\n <p>Your wordpress tree should be like this:     wordpress\/     + wp-content\/       + plugins\/        + lctags\/         | lctags.php         | class.php         + admin\/           | admin.php<br \/>\n          | infos.php<br \/>\n        + img\/<br \/>\n          | gamme1.jpg \n          | gamme2.jpg \n          | gamme3.jpg \n          | gamme4.jpg \n          | gamme5.jpg \n          | gamme6.jpg \n          | gamme7.jpg \n          | gamme8.jpg \n        + languages\/<br \/>\n          |lctags_fr_FR.mo           |lctags_fr_FR.po           |lctags_en_EN.mo           |lctags_en_EN.po     + wp-lctags\/         | lctags.swf         | expressinstall.swf         | index.php         + js\/           | swfobject.js         + php\/           | liste_tag.php           | settings.php<\/p>\n\n<!--section=other_notes-->\n<h3>UPDATE<\/h3>\n <p>To update LcTags : 1. Unzip files. Now you have 2 main directories : \/wp-lctags and \/lcTags. 2. Delete existing folder \/wp-content\/plugins\/lcTags and upload the new one. 3. Delete existing folder \/wp-lctags at the root of your Wordpress and upload the new one. 4. Update is well done<\/p>\n <h3>INTEGRATION OF THE SWF IN A WORDPRESS PAGE<\/h3>\n <p>Si vous souhaitez int\u00e9grer le plugin lcTags directement dans vos pages wordpress, 2 options: 1.  If you want to display lcTags in all your posts:     -Put the following code in file wp-content\\themes\\your-template\\page.php at the place you wan:<\/p>\n                  LutinCapuche 2008 - LcTags - Plugin Wordpress - Here alternative content         \n <pre><code>    &lt;script type=\"text\/javascript\"&gt;     \n        \/\/ &lt;![CDATA[        \n        var so = new SWFObject(\"wp-lctags\/lctags.swf\", \"lctags\", \"your width\", \"your height\", \"9\", \"#ffffff\");      \n        so.addParam(\"allowdomain\", \"always\");         so.addParam(\"scale\", \"noscale\");        \n        \/\/blog root (\/wordpress, \/blog, \/...)         so.addVariable(\"pathBase\", \"\/\");         so.useExpressInstall(\"wp-lctags\/expressinstall.swf\");         so.write(\"flashcontent\");         \/\/ ]]&gt;     &lt;\/script&gt;       \n-Put width and height you want for the swf, blog root in pathBase variable, save file and update it on your server with an ftp software. -You can insert the swf in all your pages templates if you want. (home.php,archive.php...) -Don't forget to follow the step 3 to well finished the integration. <\/code><\/pre>\n <ol>\n<li><p>If you want to insert LcTags in a post with WordPress backoffice<\/p>\n <p>-Note that WP content editor is not easy to use to insert flash content. You had to do a manipulation each time you want to edit your post. I don't success in find an easier solution yet. -Open your post in WP backoffice. Choose the \"code\" view. -Put your mouse where you want to insert LcTags. \n-Copy paste this code:<\/p>\n              LutinCapuche 2008 - LcTags - Plugin Wordpress - Here alternative content.     \n <pre><code>&lt;script type=\"text\/javascript\"&gt;     \n    \/\/ &lt;![CDATA[        \n    var so = new SWFObject(\"wp-lctags\/lctags.swf\", \"lctags\", \"your width\", \"your height\", \"9\", \"#ffffff\");      \n    so.addParam(\"allowdomain\", \"always\");     so.addParam(\"scale\", \"noscale\");        \n    \/\/blog root (\/wordpress, \/blog, \/...)     so.addVariable(\"pathBase\", \"\/\");     so.useExpressInstall(\"wp-lctags\/expressinstall.swf\");     so.write(\"flashcontent\");     \/\/ ]]&gt; &lt;\/script&gt; <\/code><\/pre>\n <p>-Put width and height you want for the swf, blog root in pathBase variable and save post. -If you edit the post later, be careful: Wordpress re-edit the code and delete some code which break swf integration. You had to copy past code again. -Don't forget to follow the step 3 to well finished the integration.<\/p><\/li>\n<li><p>For this two solutions, you had to add the swfObject file to your wordpress page. To do this, you had to put a line in your file header:<br \/>\n-Open the file \\wp-content\\themes\\votre-theme\\header.php with a text editor -Copy paste this line between  and :     \n-Save the file and update it on your server with an ftp software.<\/p>\n <h3>UNINSTALLING<\/h3>\n <p>If you dislike lcTags, you can uninstall it in your plugin page. Click on \"uninstall\". Then delete folders wp-content\/plugins\/lcTags and wp-lctags. Uninstalling is done.<\/p><\/li>\n<\/ol>\n <h3>CHANGE LANGUAGE<\/h3>\n <p>Open plugins\/lcTags\/lcTags.php en change the following line: \ndefine('LCTAGS_LANG', 'fr_FR'); \nby \ndefine('LCTAGS_LANG', 'en_EN');<\/p>\n <p>Upload plugins\/lcTags\/lcTags.php on your server. \nIt's done<\/p>\n <h3>DOCUMENTATION<\/h3>\n <p>Full documentation can be found on the <a href=\"http:\/\/www.lutincapuche.com\/lc-tags-plugin-wordpress\/\">Search Unleashed<\/a> page.<\/p>","raw_excerpt":"LcTags is an editable flash template for wordpress tags.\nLcTags allow you to display wordpress tags in a nice flash presentation. \nYou can choose colo","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/2268","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=2268"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/lutincapuche"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=2268"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=2268"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=2268"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=2268"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=2268"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=2268"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}