Search results

Jump to: navigation, search

Page title matches

  • ...lugins so that Geeklog fits their needs. With that said, Geeklog now has a Plugin Application Program Interface (API). ...debase that allows functions of plugins to be called. This will allow your plugin the following features:
    2 KB (372 words) - 11:54, 8 June 2009
  • Plugin Development Doc from Geeklog Distribution. *[[Preparing your Geeklog Plugin Distribut]]ion
    661 bytes (70 words) - 01:08, 3 December 2004

Page text matches

  • == Geeklog Plugin Developers Handbook == # [[How to get Started: A Development Overview]]
    4 KB (626 words) - 19:53, 21 April 2010
  • ...ll global variables with an underscore, so global variables in the Contact plugin start with <code>$_CT_</code>. [[Category:Plugin Developers Handbook]] [[Category:Plugin Development]]
    4 KB (534 words) - 17:53, 21 May 2009
  • ...ation of themes. Your use of templates will make it easier to include your plugin or block in the theme system. ...lated without changing the code. The use of language files will allow your plugin or block to also be used worldwide without the changing of your code. Geekl
    1 KB (222 words) - 14:31, 8 June 2009
  • Time will be well spent by the Geeklog plugin or block developer to become familiar with several Geeklog libraries. The f The Geeklog plugin or block developer should have a good understanding of <tt>lib-common.php</
    12 KB (1,854 words) - 18:37, 16 April 2010
  • ...lock]] is code added to <tt>lib-custom.php</tt> and is then defined by the plugin editor. But what are the other differences and why as a developer would I c ...P code to execute a query to return a list of the last 10 comments, links, plugin records and return the formatted results
    7 KB (1,139 words) - 19:36, 23 May 2009
  • ...you should make before you begin development of either your block or your plugin. ...his documentation you will find references to {plugin-name}. The value of {plugin-name} is the name you choose here.
    5 KB (933 words) - 19:37, 23 May 2009
  • ...at are located outside the webtree, like those located in the <tt>plugins/{plugin}</tt> directory, then put them in a directory called <tt>blocks/{block}</tt ...ow we will assume that you are creating a plugin named 'greatplugin'. Each plugin must have three separate directories.
    3 KB (395 words) - 17:42, 16 May 2009
  • ...compatible with earlier Geeklog versions. The [[Plugin Autoinstall]] and [[Plugin Auto-Uninstall]], as available in newer Geeklog releases, makes these steps ...n overview of this code function and the overall relationship to the other plugin code.
    9 KB (1,565 words) - 18:00, 21 May 2009
  • Version: Nov 10, 2002 (Release Date for Chatterblock 3.0 as a plugin)<br> This is a true Geeklog plugin using the Geeklog Plugin API calls.
    14 KB (2,093 words) - 21:32, 23 May 2009
  • // | File Management Plugin v1.0 for Geeklog - The Ultimate Weblog | // | Plugin. By default this program will automatically create all required |
    22 KB (2,424 words) - 13:27, 19 April 2010
  • ...the stats page is a more detailed report for each Geeklog component. Your plugin can be written to return results for both or just one of these sections. ...er of files in your file repository or some other overall counter for your plugin. This will be a straight forward database query to return the count and des
    7 KB (1,091 words) - 16:20, 24 May 2009
  • This section describes and documents how to enable your plugin to use the Geeklog comment engine. This is a key feature or plugin functionality for many developers and not very difficult to integrate into
    17 KB (2,623 words) - 19:45, 2 January 2013
  • ...ed on this page are meant for Geeklog v1.5 and below. They make use of the Plugin() class which will eventually be phased out. Tying your plugin into Geeklogs search API is rather easy. Easy, that is, if you know how se
    6 KB (984 words) - 21:40, 20 October 2009
  • This section will describe and document how to enable your plugin to use the Geeklog moderation engine. ...ncludes submitting of an item that needs to be reviewed by a site admin or plugin admin before posting to the site. The Geeklog (GL) developers have made th
    14 KB (1,989 words) - 17:28, 31 March 2010
  • Distribution of your plugin should be in a tarball with specific naming requirements. {plugin}_{plugin version}_{geeklog version}.tar.gz
    1 KB (212 words) - 18:09, 24 May 2009
  • The following section outlines the Geeklog [[Plugin API]] functions which you ...useroption_mycontacts() does not exist, it is skipped and the next enabled plugin is checked.
    8 KB (1,136 words) - 18:45, 16 April 2010
  • ...e:''' The Universal Plugin Toolkit may eventually be replaced with a new [[Plugin Toolkit]]. ...the [[Plugin API]] in Geeklog and get down to the business of writing your plugin application. It consists of all the necessary files you will need to interf
    3 KB (518 words) - 21:49, 10 January 2016
  • ...making some entries in the Geeklog database to let Geeklog know that your plugin is there. ...Size doesn't matter. There is no limit after which you have to make it a plugin.
    28 KB (4,488 words) - 17:36, 11 August 2011
  • The [[FAQ Manager Plugin]] helps you organize and maintain Frequently Asked Questions. The [[File Management Plugin]] lets you create a download area on your website.
    2 KB (218 words) - 17:13, 21 May 2009
  • For a plugin to use the built-in RSS content syndication it needs to implement three fun where pluginname is the name of the plugin.
    3 KB (330 words) - 18:15, 24 May 2009
  • ...lugins so that Geeklog fits their needs. With that said, Geeklog now has a Plugin Application Program Interface (API). ...debase that allows functions of plugins to be called. This will allow your plugin the following features:
    2 KB (372 words) - 11:54, 8 June 2009
  • ...mitations in the current Geeklog codebase that will force you to name your plugin tables used for submission in a specific manner. All moderated Geeklog item ...ick <tt>bookreviews</tt> for your main table (this '''must''' also be your plugin name you pick) and then your submission table '''must''' be named <tt>bookr
    3 KB (451 words) - 18:20, 18 May 2009
  • If you want your plugin to effect the Admin and User Function blocks <td valign="top" class="codeheader">plugin_adminoptions_&lt;plugin name&gt;</td>
    2 KB (256 words) - 07:43, 6 May 2009
  • This plugin API function suffers from a variety of bugs and bad design decisions for wh ...ode>, was originall documented as being 1 for the site stats and 0 for the plugin-specific stats. However, the latter was always called with a value of '''2'
    3 KB (454 words) - 18:41, 18 May 2009
  • If you want to give your plugin the ability to uninstall itself then you must implement this function. <td valign="top" class="codeheader">plugin_uninstall_&lt;plugin
    2 KB (328 words) - 08:05, 6 May 2009
  • <td valign="top" class="codeheader">plugin_user_create_&lt;plugin name&gt;</td> <td valign="top" class="codeheader">plugin_user_delete_&lt;plugin name&gt;</td>
    1,005 bytes (146 words) - 14:08, 7 July 2007
  • ...<td valign="top" class="codeheader">plugin_profilevariablesedit_&lt;plugin name&gt;</td> ...d when Geeklog is about to display the edit form for a user's profile. The plugin is given the user id and a reference to the template of the edit form. It c
    3 KB (420 words) - 14:42, 2 July 2004
  • <td valign="top" class="codeheader">plugin_centerblock_&lt;plugin name&gt;</td> ...es during rendering of the site's index page. The parameters will tell the plugin where on the index page the block would appear.<br>
    3 KB (426 words) - 18:55, 25 December 2008
  • ...[[Plugin API]] is just that - an API. You obviously have to write all your plugin code yourself. We have put stubs in place to link to your Admin Interface. <pre>http://yourgeeklogdomain/admin/plugins/<plugin name>/ </pre>
    680 bytes (116 words) - 14:26, 4 June 2009
  • == The plugin tarfile == All Geeklog plugin tarfiles should use the following naming convention:
    3 KB (446 words) - 12:55, 4 June 2009
  • ...ays refer to the README that comes with the plugin. In general, however, a plugin will be installed like this: ..._html</tt> from the tarfile is copied to <tt>/path/to/geeklog/public_html/<plugin name></tt>
    2 KB (293 words) - 12:29, 5 June 2009
  • ...our site where it can be downloaded by Geeklog users. You can sumbit your plugin to our site at http://www.geeklog.net. [[Category:Plugin Development]]
    520 bytes (85 words) - 14:43, 2 July 2004
  • Plugin Development Doc from Geeklog Distribution. *[[Preparing your Geeklog Plugin Distribut]]ion
    661 bytes (70 words) - 01:08, 3 December 2004
  • ...for all older plugins. The Geeklog Development Team strongly suggest when plugin developers are upgrading their plugins that they take the time to convert a == Theme Specific Plugin Templates ==
    12 KB (2,019 words) - 14:56, 27 December 2015
  • This API function informs a plugin about the change of state of another plugin: ...lugin whose state has just changed. <code>$status</code> informs about the plugin's new state and can be one of the following:
    866 bytes (128 words) - 20:14, 1 May 2009
  • ...ciated functions COM_siteHeader and COM_siteFooter. If you are unsure if a plugin supports Geeklog v2.2.0 then either disable it before you upgrade Geeklog, *# [[Getting Started]] with Geeklog Development
    2 KB (278 words) - 17:22, 27 September 2022
  • ## [[Plugin Development]] ### [[Plugin Developers Handbook]]
    2 KB (213 words) - 21:47, 10 January 2016
  • *If you had any plugins installed (besides the Static Pages plugin), you should now upload their files on the new server as well (don't run an ...of this writing, PHP 5 is still in Beta. As one of the main goals of PHP 5 development was to keep compatibility with PHP 4, we do not expect any serious problems
    11 KB (1,930 words) - 20:39, 25 March 2010
  • ...covered. These issues include scalability, performance and weakness is the plugin API. ...improve all of these areas. This document draws out the plans for the GL2 plugin API. Until the first official release of GL2, this document can be consider
    15 KB (2,138 words) - 03:37, 23 January 2005
  • ##[[Plugin APIG2|Plugin API]] ##[[Core DevelopmentG2|Core Development]]
    1 KB (105 words) - 18:02, 11 June 2007
  • So continuing with our sample from the contact manager plugin, we were working on the Contact Editor. Obviously, the contact editor will ...s. Be sure you take the time to realize the impact this will have on your development. I wouldn't recommend continuing without this crucial understanding.
    10 KB (1,528 words) - 17:45, 20 August 2005
  • == The Spam-X Plugin == Spam protection in Geeklog is mostly based on the [[Spam-X Plugin]], originally developed by Tom Willet. It has a modular architecture that a
    7 KB (1,083 words) - 11:45, 20 March 2013
  • #####[[Calendar Plugin]] #####[[Links Plugin]]
    4 KB (388 words) - 21:47, 10 January 2016
  • Several [[Plugin API]] functions have been added to make writing plugins easier. These APIs [[Category:Plugin Development]]
    430 bytes (50 words) - 21:33, 23 May 2009
  • == Dynamic Block Plugin API in Geeklog 1.4 == ...displayed. What follows is an description of the API call and its use in a plugin.
    9 KB (1,098 words) - 22:45, 18 March 2012
  • ...t was entered by the user. You can then process the text as needed by your plugin / add-on. [[Category:Development]]
    6 KB (981 words) - 13:09, 7 March 2008
  • ...cunning, they may be able to devise a method of tricking Geeklog, or your plugin into doing a require, require_once, include or include_once on the infected [[Category:Development]]
    2 KB (321 words) - 13:12, 7 March 2008
  • For example, suppose your plugin prompts a user to pick a file from a list, then passes that filename throug [[Category:Development]]
    823 bytes (131 words) - 13:13, 7 March 2008
  • * [[How To Install A Geeklog Plugin|Install A Geeklog Plugin]] * [[How to get Started: A Development Overview]]
    611 bytes (85 words) - 08:25, 6 January 2010
  • ...separating it from the code that manages the display and rendering of the plugin. For instance, there are now functions called 'service_post_story' and 'ser <pre>PLG_invokeService($plugin, $verb, $input, $output, $svc_msg);</pre>
    18 KB (2,908 words) - 12:58, 8 May 2009

View (previous 50 | next 50) (20 | 50 | 100 | 250 | 500)