https://www.icyphoenix.com/viewtopic.php?f=26&t=2648
-----------------------------------
Mara ETon
Fri 17 Aug, 2007 22:27

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

Re: Multiple Ranks And Staff View V2.0.3
-----------------------------------
#
#-----[ OPEN ]------------------------------------------------
#
admin/admin_ranks.php
#
#-----[ FIND ]------------------------------------------------
#
[codeblock]				if (strpos($file, '.gif'))[/codeblock]
#
#-----[ REPLACE WITH ]----------------------------------------
#
[codeblock]				if (strpos($file, '.gif') || strpos($file, '.png') || strpos($file, '.jpg'))[/codeblock]


-----------------------------------
Mara ETon
Mon 27 Aug, 2007 23:44

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

Re: Multiple Ranks And Staff View V2.0.3
-----------------------------------
[quote user="Mara ETon" post="19036"]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!  :)[/quote]
No problem... you are welcome! :wink:


