PDA

View Full Version : Out of Date? and Header Image Path


raki
11-08-2006, 06:18 AM
Okay installed phpraid, and it works - yeah me!
Upgraded to 3.0.7, and it works - yeah me!

Now i have two outstanding questions

1 - Why in the configuration page does it always say that I am out of date, and that the latest version is 6.3.0? When there is no such thing available in the download section?

2 - Why when i change the path to the header image does the system not recognize the new path and display the image? Only be deleting and replacing the original file was I able to make it work, if this is an info only field perhaps a note that says that? If not woot for me I helped improve the code!

xianna
11-09-2006, 12:36 PM
i have the exact same problems

SpiffyJr
11-09-2006, 01:11 PM
Okay installed phpraid, and it works - yeah me!
Upgraded to 3.0.7, and it works - yeah me!

Now i have two outstanding questions

1 - Why in the configuration page does it always say that I am out of date, and that the latest version is 6.3.0? When there is no such thing available in the download section?

2 - Why when i change the path to the header image does the system not recognize the new path and display the image? Only be deleting and replacing the original file was I able to make it work, if this is an info only field perhaps a note that says that? If not woot for me I helped improve the code!


1. Error with the server move that happened recently. You can ignore it.
2. The template file is most likely hardcoded. Check templates/template_name/header.htm

raki
11-09-2006, 01:24 PM
Yes it is hard coded, and that is my point, given the field in the configuration screen it should not be a hard coded value as that is the fature most guilds will want to change and I appluad you for acknowledging that in the config area. Could this be changed going forward?

SpiffyJr
11-09-2006, 01:36 PM
Yes it is hard coded, and that is my point, given the field in the configuration screen it should not be a hard coded value as that is the fature most guilds will want to change and I appluad you for acknowledging that in the config area. Could this be changed going forward?


There's actually a template variable for it I just can't remember it off hand. You could find it in page_header.php. Look for a section that says $page->set_var( blah ). I think it's {header_image} or something along those lines.

raki
11-09-2006, 01:42 PM
LOL i have no idea what any of that means, I am not a programmer by any means, I would love to learn but its all greek to me, I figure if I cna coherently pass it along to coders they can take the right steps

flarecde
11-09-2006, 01:50 PM
When you don't know what you're doing, the easiest way to replace images is to just find them and put an image of your own design with the same name in their place.

raki
11-09-2006, 02:06 PM
When you don't know what you're doing, the easiest way to replace images is to just find them and put an image of your own design with the same name in their place.


Yes sir that is what I did

karavirs
02-24-2007, 05:49 PM
There's actually a template variable for it I just can't remember it off hand. You could find it in page_header.php. Look for a section that says $page->set_var( blah ). I think it's {header_image} or something along those lines.


FYI It is {header_logo} and I found this problem in the Unbound Template

Thanks for a great program!