Changeset 8403
- Timestamp:
- 03/17/2007 11:23:02 AM (19 years ago)
- File:
-
- 1 edited
-
gregarious/trunk/Readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gregarious/trunk/Readme.txt
r8402 r8403 46 46 * Check that you have activated some of the modules in the options page and reset the Gregarious' options 47 47 48 If gone through the preceding points to no avail, contact the developer for assistance by posting a comment at (http://dev.lipidity.com/feature/wp-plugin-gregarious "the official website").48 If gone through the preceding points to no avail, contact the developer for assistance by posting a comment at "). 49 49 50 50 = Gregarious is installed fine, but the options page doesn't work properly = … … 57 57 * Nothing works when clicked on 58 58 59 If nothing helps, contact the developer for assistance by posting a comment at (http://dev.lipidity.com/feature/wp-plugin-gregarious "the official website").59 If nothing helps, contact the developer for assistance by posting a comment at "). 60 60 61 61 = Why am I getting a Share This page instead of popup? = … … 65 65 If prototype.js is included and / or you're running WordPress 2.1 or above, check that prototype isn't being included multiple times by other plugins. 66 66 67 When all else fails, we're still here to help. Contact the developer for assistance by posting a comment at (http://dev.lipidity.com/feature/wp-plugin-gregarious "the official website").67 When all else fails, we're still here to help. Contact the developer for assistance by posting a comment at "). 68 68 69 69 == Screenshots == … … 99 99 * `get_post_badge()` 100 100 101 All the template tags are extremely customisable and take a whole range of parameters, but for brevity, they are omitted from this guide. A full documentation can be found at (http://dev.lipidity.com/docs/ "the official site").101 All the template tags are extremely customisable and take a whole range of parameters, but for brevity, they are omitted from this guide. A full documentation can be found at "). 102 102 103 103 Since tags are contained in the modules, availability depends on which modules have been turned on. Before calling a function, you should check whether it exists (ie. Whether the appropriate modules has been loaded). For this purpose, Gregarious includes another function called `do_if_exists( 'function_name' )`. This function simply checks if a function exists and if it does, it executes it. For example, calling `<?php do_if_exists('digg_button'); ?>` would display a Digg button if the Digg button modules was loaded, other wise, it would do nothing. Note that this function does not accept arguments. … … 107 107 It is possible, and very easy, for developers wishing to add functionality to Gregarious to develop a module. Modules follow a standard protocol so they can be developed in minutes. Documentation is still in the works, but an easy way to extend Gregarious while it's being written is to look at how the existing modules are written and follow on from there. 108 108 109 Support is always available - just post a comment at (http://dev.lipidity.com/feature/wp-plugin-gregarious "the official website").109 Support is always available - just post a comment at ").
Note: See TracChangeset
for help on using the changeset viewer.