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 ?
admin panel 'furtyher link' modification
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: admin panel 'furtyher link' modification
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
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/
# 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/
Re: admin panel 'furtyher link' modification
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
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:
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...
http://blog.s9y.org/archives/146-New-pl ... Notes.html
It might be a bit of overkill, but you might find it useful...
Matthew (Feeling generous?)
Sounds interesting, I will have alook at it ..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...
Thanks