image pack - cap letters to lower-case..

Posts from previous Beta sessions

image pack - cap letters to lower-case..

Postby Warlockuskta » Sat Feb 16, 2008 6:52 am

After reading the update about how all images for the interface are called via a lower-case but the current pack is still in caps..

Here is the work-around I made to take care of it..

Upload the files, then, using a ssh/telnet connection to your server -- cd to the folder with the pictures/images. do a ls -al and you will notice they are "capped" and "lower" ..

Run this script (copy/past it into your term)
and they will all be changed to lower case.

Code: Select all
for f in *; do
g=`expr "xxx$f" : 'xxx\(.*\)' | tr '[A-Z]' '[a-z]'`
mv "$f" "$g"
done
Warlockuskta
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Tue Aug 01, 2006 1:43 am

image pack - cap letters to lower-case..

Postby Warlockuskta » Sat Feb 16, 2008 7:36 am

this is for the beta WR. think i put it in the wrong place.. oops!
Warlockuskta
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Tue Aug 01, 2006 1:43 am

image pack - cap letters to lower-case..

Postby zanix » Sat Feb 16, 2008 7:43 am

In this sub-forum, we have made an image pack for Roster 2.0
Look up a few topics

But for those that already have the pack and are changing over to 2.0, this is a great way to convert all the images

Warlockuskta wrote:this is for the beta WR. think i put it in the wrong place.. oops!

You have the correct place
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US


Return to Archived

Who is online

Users browsing this forum: No registered users and 1 guest

cron