Can someone tell me where I can change the en_US text?

Thanks
  ----- Original Message ----- 
  From: Parag Hardas 
  To: [email protected] 
  Sent: Wednesday, May 13, 2009 10:25 AM
  Subject: Re: [Laconica-dev] where to insert contents


  Thanks for the reply!
  But i am very much a newbie ... Can someone be kind enough to catch my finger 
and guide me like a kid ... can you please let me know which file to edit so 
that I can insert some contents on the main page.
  Let us take an simpler example ... 
  I need to insert a sentence "This is a test"  
  just above ... the menu tabs "Public   Groups   Recent Tags    Featured    
Popular"
  Please let me know which file to open and exactly where to put the text "This 
is a test"  so that it appears on the home page.
  Thank you in advance.
  Parag
   
    ---------- Forwarded message ----------
    From: Sarven Capadisli <[email protected]>
    To: "[email protected]" <[email protected]>
    Date: Mon, 11 May 2009 11:38:37 -0400
    Subject: Re: [Laconica-dev] where to insert contents
    On Mon, 2009-05-11 at 18:16 +0530, Parag Hardas wrote:
    > Hello Friends!
    > I wish to put some google ads on the page can some one tell me in
    > which page one should insert their ad code. I dont mind in which
    > position the ads go ... just let me know where to insert their code so
    > that the ads are seen somewhere on the page.

    See the "plugins" directory for some examples. Make sure to enable your
    plugin in config.php. There are 'hooks' in various locations (see
    EVENTS.txt) in the laconica code. You could create events which will get
    caught.

    The following will run the publicityPrimary method if you have the
    onEndShowSections method in your plugin:

    function onEndShowSections($action)
    {
           $this->publicityPrimary($action);
    }

    -Sarven



    _______________________________________________
    Laconica-dev mailing list
    [email protected]
    http://mail.laconi.ca/mailman/listinfo/laconica-dev






------------------------------------------------------------------------------


  _______________________________________________
  Laconica-dev mailing list
  [email protected]
  http://mail.laconi.ca/mailman/listinfo/laconica-dev
_______________________________________________
Laconica-dev mailing list
[email protected]
http://mail.laconi.ca/mailman/listinfo/laconica-dev

Reply via email to