Multiple Ranks And Staff View V2.0.3 »  Show posts from    to     

Icy Phoenix


Archived phpBB Topics (Styles, Mods, Support) - Multiple Ranks And Staff View V2.0.3



Mara ETon [ Fri 17 Aug, 2007 22:27 ]
Post subject: Multiple Ranks And Staff View V2.0.3
Hiya. I'm using the Multiple Ranks and Staff View v2.0.3 and it works great! I only have one problem - some of my rank images are in .JPG or .PNG format and they don't show up at all. Is there a way to get these to show up in the drop down box in the ACP along with the .GIF images? If so, I'd really like to know about it.

Thanks!


Mighty Gorgon [ Tue 21 Aug, 2007 16:00 ]
Post subject: Re: Multiple Ranks And Staff View V2.0.3
#
#-----[ OPEN ]------------------------------------------------
#
admin/admin_ranks.php
#
#-----[ FIND ]------------------------------------------------
#
Code: [Hide] [Select]
if (strpos($file, '.gif'))

#
#-----[ REPLACE WITH ]----------------------------------------
#
Code: [Hide] [Select]
if (strpos($file, '.gif') || strpos($file, '.png') || strpos($file, '.jpg'))


Mara ETon [ Mon 27 Aug, 2007 23:44 ]
Post subject: Re: Multiple Ranks And Staff View V2.0.3
Thank you! This works so well! It's great!!!!! Sorry I haven't gotten back to you sooner but with the ability to add new kinds of ranks, I've been busy as a bee making them and uploading them

You're GREAT! Thanks!!

I really appreciate all your help!


Mighty Gorgon [ Wed 29 Aug, 2007 00:48 ]
Post subject: Re: Multiple Ranks And Staff View V2.0.3
Mara ETon wrote: [View Post]
Thank you! This works so well! It's great!!!!! Sorry I haven't gotten back to you sooner but with the ability to add new kinds of ranks, I've been busy as a bee making them and uploading them

You're GREAT! Thanks!!

I really appreciate all your help!

No problem... you are welcome!




Powered by Icy Phoenix