Page 1 of 1

admin panel 'furtyher link' modification

Posted: Tue Oct 17, 2006 4:02 pm
by eightgr
Hi !
I'm looking for the file to modify to change the little admin square with the 'further links' to add more.

Where is it ?

Re: admin panel 'furtyher link' modification

Posted: Tue Oct 17, 2006 4:09 pm
by garvinhicking
Hi!

This can be modified using an event plugin and listening on the hook "backend_frontpage_display" and modifying the $eventData variable.

If you absolutely must edit a file, which is not recommended, you can have a look at include/admin/overview.inc.php.

HTH,
Garvin

Re: admin panel 'furtyher link' modification

Posted: Tue Oct 17, 2006 4:35 pm
by eightgr
Thaks,

In fact I don't want to remove any of these links, but just add one to request support and to go to our forum .....

looks like i must add language variables to do this ?

Cheers

Patrice
garvinhicking wrote:Hi!

This can be modified using an event plugin and listening on the hook "backend_frontpage_display" and modifying the $eventData variable.

If you absolutely must edit a file, which is not recommended, you can have a look at include/admin/overview.inc.php.

HTH,
Garvin

Posted: Tue Oct 17, 2006 5:38 pm
by mgroeninger
I think there just a plugin created that might help with this:
http://blog.s9y.org/archives/146-New-pl ... Notes.html

It might be a bit of overkill, but you might find it useful...

Posted: Tue Oct 17, 2006 5:55 pm
by eightgr
mgroeninger wrote:I think there just a plugin created that might help with this:
http://blog.s9y.org/archives/146-New-pl ... Notes.html

It might be a bit of overkill, but you might find it useful...
Sounds interesting, I will have alook at it ..

Thanks