Plugin Directory

Changeset 8403

Timestamp:
03/17/2007 11:23:02 AM (19 years ago)
Author:
AnkurKothari
Message:

Fix markdown links

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gregarious/trunk/Readme.txt

    r8402 r8403  
    4646*   Check that you have activated some of the modules in the options page and reset the Gregarious' options
    4747
    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").
     48If gone through the preceding points to no avail, contact the developer for assistance by posting a comment at ").
    4949
    5050= Gregarious is installed fine, but the options page doesn't work properly =
     
    5757*   Nothing works when clicked on
    5858
    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").
     59If nothing helps, contact the developer for assistance by posting a comment at ").
    6060
    6161= Why am I getting a Share This page instead of popup? =
     
    6565If 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.
    6666
    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").
     67When all else fails, we're still here to help. Contact the developer for assistance by posting a comment at ").
    6868
    6969== Screenshots ==
     
    9999*   `get_post_badge()`
    100100
    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").
     101All 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 ").
    102102
    103103Since 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.
     
    107107It 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.
    108108
    109 Support is always available - just post a comment at (http://dev.lipidity.com/feature/wp-plugin-gregarious "the official website").
     109Support is always available - just post a comment at ").
Note: See TracChangeset for help on using the changeset viewer.