Search results

Jump to: navigation, search

Page title matches

Page text 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
  • ...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
  • * [[SoC improve the Spam-X plugin|Improve Geeklog's spam filter]] If you're new to open source development in general, the free ebook [http://www.open-advice.org/ Open Advice] provid
    7 KB (1,173 words) - 08:12, 18 April 2013
  • * Possibly: Option to report moderated comments as spam (via the Spam-X plugin). This may be unnecessary, though, since the comments already went through ...ailable in Geeklog 1.4.1 but has been implemented in CVS (i.e. the current development version).
    4 KB (631 words) - 08:41, 23 October 2009
  • ...all the configuration options (plugins use similar arrays, e.g. the Links plugin uses $_LI_CONF). $_CONF is accessed directly from a lot of places in the co [[Category:Summer of Code]] [[Category:Development]]
    3 KB (519 words) - 10:08, 8 February 2009
  • Then, you write a plugin function and name it as before, the function variables MUST be the same as [[Category:Development]]
    8 KB (1,184 words) - 11:51, 25 May 2009
  • ** The [http://geeklog.info/blog-plugin/index.php?lang=english blog plugin] is an attempt to provide the old Blogger API but it has to be constantly u [[Category:Summer of Code]] [[Category:Development]]
    3 KB (545 words) - 10:18, 8 February 2009
  • ...e layout files using a local HTML editor. Edit site content locally - if a plugin stored content in files or possibly the content is served up out of the dat A Document Management Plugin could allow users to drag and drop local desktop files and they would appea
    3 KB (426 words) - 11:54, 8 March 2007
  • The above change will be used in step one of the next section, [[geeklog:development:themes:porting_a_theme:step_three|Step Three - Modifying the Header]]. ...do a Find/Replace operation in Notepad++. Make sure you highlight only the Plugin portion of the ''style.css'' file, then in Notepad++, click the "Search" me
    15 KB (2,072 words) - 10:58, 20 May 2009
  • The group (or plugin) for the config option (defaults to "Core") The group (or plugin) for the config option (defaults to "Core")
    5 KB (757 words) - 13:49, 19 August 2011
  • * Article plugin for Geeklog 2 [[Category:Summer of Code]] [[Category:Development]]
    2 KB (285 words) - 01:49, 26 October 2012
  • ...C 5023, ''Atompub'') for stories and the plugin API (with the Static Pages plugin as a sample implementation). ...moderation of submissions is also available for plugins (through Geeklog's plugin API), it would be preferable if this could be implemented in such a manner
    4 KB (555 words) - 18:01, 16 May 2009
  • The goal here would be to develop ways to untangle the plugin install from the install of the core Geeklog site so that The most complicated part of this project will be the untangling of the plugin install code and coming up with a generic way to bundle/unbundle plugins. O
    4 KB (664 words) - 10:14, 8 February 2009
  • * Develop a MailMan plugin * Plugin will use the 1.5 Config Manager API's for online config admin
    3 KB (486 words) - 14:29, 16 May 2009
  • ...sions and its permission related functions. This could be implemented as a plugin but I suspect changes to the core SEC_ functions may be needed to extend th ...created so other plugins can use the new features so this is not likely a plugin by itself but extensions to the core code.
    3 KB (489 words) - 20:04, 27 February 2010
  • ...improving_comments_2008#Moderation|Moderation]] will have to use Geeklog's plugin API for moderation and will depend on being able to edit the comments (due [[Category:Summer of Code]] [[Category:Development]]
    7 KB (1,170 words) - 08:41, 23 October 2009
  • Plugin should use the GL 1.5 Config Manager to provide the online configuration ad * Plugin Developers can use the service to send out update notices. The plugin Editor could pull developer sites and request the latest version
    2 KB (429 words) - 20:12, 2 March 2008
  • This project will require someone to spend time understanding how the core GL plugin API works. [[Category:Summer of Code]] [[Category:Development]]
    1 KB (193 words) - 20:35, 2 March 2008
  • ...of core GL features and plugins that send out email notifications and each plugin or module has to develop their own code. There is no central area for the s ...d require a basic level of notification service. Others, such as the forum plugin, will require a more complex notification service. For instance, a notifica
    4 KB (652 words) - 15:47, 10 April 2013
  • * Develop a AptitudeCMS Plugin which provides a full API wrapper to the Syndication classes for creation a [[Category:Summer of Code]] [[Category:Development]]
    2 KB (249 words) - 19:04, 15 May 2009
  • ...m. Geeklog2 is no exception. The objective of this project is to develop a plugin for the Geeklog2 system to provide spam filtering. * Implement a Geeklog2 plugin to provide an API for spam filtering
    2 KB (244 words) - 20:45, 4 March 2010
  • ...of Geeklog 2 on the horizon there is a need to establish a basic work flow plugin. The PHP community is hungry for good, open source workflow alternatives a * Begin implement a basic workflow plugin inside of Geeklog 2
    2 KB (331 words) - 20:45, 4 March 2010

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