admin panel 'furtyher link' modification

Discussion corner for Developers of Serendipity.
Post Reply
eightgr
Regular
Posts: 66
Joined: Thu Oct 27, 2005 5:52 pm

admin panel 'furtyher link' modification

Post 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 ?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: admin panel 'furtyher link' modification

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
eightgr
Regular
Posts: 66
Joined: Thu Oct 27, 2005 5:52 pm

Re: admin panel 'furtyher link' modification

Post 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
mgroeninger
Regular
Posts: 546
Joined: Mon Dec 20, 2004 11:57 pm
Contact:

Post 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...
eightgr
Regular
Posts: 66
Joined: Thu Oct 27, 2005 5:52 pm

Post 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
Post Reply