Name: hook_localized_images
Rationale: To add a localized button or something like that, you currently need to edit includes/acp/acp_styles.php and acp_language.php
Placement: includes/acp/acp_styles.php to extend $this->imageset_keys (best in the main function right after they are set)
includes/acp/acp_language.php to extend $valid_localized (again after the definition in the file)
Input arguments: the specified variable via reference
Output format: void
[RFC|Obsoleted] new (localized) images hook
- nickvergessen
- Former Team Member
- Posts: 733
- Joined: Sun Oct 07, 2007 11:54 am
- Location: Stuttgart, Germany
- Contact:
[RFC|Obsoleted] new (localized) images hook
Member of the Development-Team — No Support via PM
-
- Posts: 171
- Joined: Sun Jan 29, 2006 1:00 pm
- Location: Germany
- Contact:
Re: [RFC] new (localized) images hook
Hello,
the same to the css files. Here we have a lot of IN-LINE FINDs and EDITs at the moment for several types of images - localized and not localized.
Bye Martin
the same to the css files. Here we have a lot of IN-LINE FINDs and EDITs at the moment for several types of images - localized and not localized.
Bye Martin
Advanced Block MOD 1.1.1 has been released! - Prevent spam on your phpBB3 board with Stop Forum Spam, BotScout, Akismet, Project Honey Pot and several IP-RBL and Domain-RBL DNS blacklists! - My MODs
- nickvergessen
- Former Team Member
- Posts: 733
- Joined: Sun Oct 07, 2007 11:54 am
- Location: Stuttgart, Germany
- Contact:
Re: [RFC|Obsoleted] new (localized) images hook
It's obsoleted be the remake of styles/template/themes
Member of the Development-Team — No Support via PM