http://armaclans.com/banners/AE-6507.jpg
the dimensions of that image is actually 468px wide
you said your admin setting was only 460px
So that would make it invalid, too big.
Fingers crossed that is all it was
hmm it seems to be working on my 1.2 list, I'll do some testing this afternoon. Did your description and keywords save when you look now at admin settings?
what is your URL?
hmm after removing the @ you didn't see any error messages at the top of the screen when trying to edit? If it is the getimagesize() function causing the problem there should be something there.
Also, what are your max button dimensions set to in the admin settings?
Nice! after you wasted countless hours of my time, and got answers to all your questions promptly... bah kids like you make me hate this job sometimes.
Inactive - http://visiolist.com/community/members/
What other users might not know is just how much spam "soccerki" has sent me... so yes...
I think your probably right on :) that is also a commonly disabled function on shared hosts. We might want to wrap this part with a function check to ensure allow_url_fopen is enabled before running getimagesize
I recall seeing similar issue many years ago with Aardvark, not sure what the issue was, think it was something to do with GD lib misinterpreting the image data somehow.
Please test another user account on your server and see if this behavior is consitent on your server with all...
not sure off the top of my head where that is set, but if you have SSH you can run the following command:
grep -R "edit_website_extra" *
the other thing to consider for anyone else reading this thread in the future, is once you alter the core files you will need to re-apply those edits with...
a) you might know what you need to do, but I am sure you will run into issues in the future and wonder why doesnt feature X work on my site....
b) h2 is a heading, what your trying to do is semantically incorrect. You can apply the same style to <label> as you apply to <h2> you know ;)
if...
you probably don't want to edit that directly, thats used so other plugins can hook into that template without template edits.
You should be able to alter your CSS to use the style/id already set.
WTF nothing, what i told you is correct... by default VisioList user.css is empty, YOUR user.css is full of code from another website...
I cannot help you further.
uh where did you get that CSS file from? it has nothing to do with your website at all... appears stolen.
anyway, I told you exactly what to do, but when you do that you will have 10 other things to sort out.
this part of your CSS: nav .column .add_server in HTML would be something like
<nav class="column">
<span class="add_server">
but your HTML code has none of this... so it cant possibly work.