Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> CNB Your Account
Author Message
JRSweets
Worker
Worker



Joined: Aug 06, 2004
Posts: 192

PostPosted: Fri Nov 12, 2004 3:35 pm Reply with quote

I don't know if this is a mistake or done by design. Most themes come with Your Account Icons and they change with the theme. Using CNB YA they don't this is because CNB looks for png images not gif.

Open up navbar.php and find: (NOTE: find each line individually)

Code:
$menuimg = menuimg("info.png");

$menuimg = menuimg("home.png");
$menuimg = menuimg("comments.png");
$menuimg = menuimg("messages.png");
$menuimg = menuimg("journal.png");
$menuimg = menuimg("themes.png");
$menuimg = menuimg("exit.png");


And changed to this:
Code:
$menuimg = menuimg("info.gif");

$menuimg = menuimg("home.gif");
$menuimg = menuimg("comments.gif");
$menuimg = menuimg("messages.gif");
$menuimg = menuimg("journal.gif");
$menuimg = menuimg("themes.gif");
$menuimg = menuimg("exit.gif");


Now the icons change with the themes.
 
View user's profile Send private message
menelaos61
Worker
Worker



Joined: Nov 10, 2004
Posts: 110

PostPosted: Wed Nov 17, 2004 2:07 am Reply with quote

Hi JrSweets,
CNBYA should include a check to see if any menu image is available in the theme
(png, gif or jpg) and use it for the navbar.

A difficult question for such a check is in what order preference must be given.
For example. if a theme contains a home.jpg, a home.gif and a home.png icon.

Which one should the script select? What should be the priority order?
I have been thinking about this for other scripts as well.

cheers,
Richard
 
View user's profile Send private message Send e-mail
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> CNB Your Account

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©