Assigning an imageset to multiple languages
Forum rules
Temporary forum to obtain support while phpBB.com is offline.
Please use the support forum on phpBB.com
Temporary forum to obtain support while phpBB.com is offline.
Please use the support forum on phpBB.com
- The Phantom
- Registered User
- Posts: 4
- Joined: Mon Feb 02, 2009 3:18 pm
- Location: Russia, Moscow
- Contact:
Assigning an imageset to multiple languages
Most styles do not have localized imagesets. That means that I have to copy the imageset/en folder several times. However, all the resulting folders are the same, they just take space and file number. So I stated thinking, is there a way to assign the same en folder to several languages?
- A_Jelly_Doughnut
- Registered User
- Posts: 1780
- Joined: Wed Jun 04, 2003 4:23 pm
Re: Assigning an imageset to multiple languages
There is not any way to do this without changing the phpBB code.
A_Jelly_Doughnut
- DavidIQ
- Customisations Team Leader
- Posts: 1872
- Joined: Thu Mar 02, 2006 4:29 pm
- Location: Earth
- Contact:
Re: Assigning an imageset to multiple languages
You can create a "virtual directory" to the one imageset/en directory but the imagesets are created per template so it wouldn't look right.
- The Phantom
- Registered User
- Posts: 4
- Joined: Mon Feb 02, 2009 3:18 pm
- Location: Russia, Moscow
- Contact:
Re: Assigning an imageset to multiple languages
Virtual directory? What's that?DavidIQ wrote:You can create a "virtual directory" to the one imageset/en directory but the imagesets are created per template so it wouldn't look right.
- DavidIQ
- Customisations Team Leader
- Posts: 1872
- Joined: Thu Mar 02, 2006 4:29 pm
- Location: Earth
- Contact:
Re: Assigning an imageset to multiple languages
It's like a pointer to an actual directory. But looking at a PHP installation it seems that his may not be enaled for most servers anyways so forget I mentioned it 
