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

Reply via email to