Nice, that did it. Thank you.
On Mon, Jun 8, 2009 at 2:42 PM, David Collantes<[email protected]> wrote: > This is my notice: > > $config['site']['notice'] = '<ul><li>This is Babbler!</li><li>Another <a > href="http://babbler.us/">line here</a> as well.</li></ul>'; > > Works fine. > > > -- > David Collantes > > > >> -----Original Message----- >> From: [email protected] > [mailto:[email protected]] >> On Behalf Of Laconica User >> Sent: Monday, June 08, 2009 2:31 PM >> To: Ciaran Gultnieks >> Cc: [email protected] >> Subject: Re: [Laconica-dev] Some External Links on Front Page >> >> Hello, >> >> I tried to edit the config.php file but with no success. I don't >> understand what you mean by... >> >> >>...in fact it is left untouched, so you can put links etc in there > directly >> >> $config['site']['notice'] = '[Blog](http://blog.domain.com)'; >> >> Shows full text, with no link >> >> $config['site']['notice'] = '<a href="http://blog.domain.com">Blog</a>'; >> >> Breaks things, and shows just a white front page >> >> $config['site']['notice'] = 'Blog --> http://blog.domain.com'; >> >> Shows the text, but url is not clickable >> >> Sorry if this is a silly question. Can you provide a sample of what >> the relevant portion of the "$config['site']['notice'] =" would look >> like to produce the clickable links and bullet points? >> >> Thanks >> >> On Mon, Jun 8, 2009 at 7:21 AM, Ciaran Gultnieks<[email protected]> > wrote: >> > Laconica User wrote: >> >> I was wondering how I can add some links to the front page of my >> >> Laconica installation. I would love to have a couple links like >> >> Ident.ca has, eg.. >> >> >> >> - Vote for Identi.ca in Tweetdeck >> >> - Try our Facebook application >> >> - Find a desktop or mobile client >> >> >> >> Anyone know what file I can modify? Any help is appreciated. >> > >> > You can put this in the ['site']['notice'] section of your config >> > file. This is documented in the README, but note that in there it >> > says that HTML will be escaped - in fact it is left untouched, so >> > you can put links etc in there directly. >> > >> > Cheers, >> > >> > Ciaran >> > >> > >> _______________________________________________ >> 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
