Search results

  1. Mark

    Bug Fix Finally upgraded to 1.2 - Problem editing members

    so when you corrected 460 to 468 all is working good again?
  2. Mark

    ArmaClans

    I noticed you mentioned the login only works sometimes, this is probably a cookie domain issue. http://www.armaclans.com/ http:/armaclans.com/ this is also considered duplicate content, you should add a rule to your .htaccess to force redirect to 1 or the other, that will help with SEO and...
  3. Mark

    Bug Fix Finally upgraded to 1.2 - Problem editing members

    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
  4. Mark

    SEO Plugin

    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?
  5. Mark

    ArmaClans

    very nice job, love the user control panel menu :)
  6. Mark

    Bug Fix Finally upgraded to 1.2 - Problem editing members

    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?
  7. Mark

    Rate your Administrators :)

    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...
  8. Mark

    Bug Fix Finally upgraded to 1.2 - Problem editing members

    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
  9. Mark

    Bug Fix Finally upgraded to 1.2 - Problem editing members

    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...
  10. Mark

    Implemented Delete Member -> Delete Banner

    woot, forgot about this too... should also remove any stored screenshots
  11. Mark

    Where can I find the {$edit_website_extra}

    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...
  12. Mark

    Where can I find the {$edit_website_extra}

    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...
  13. Mark

    Where can I find the {$edit_website_extra}

    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.
  14. Mark

    Version 1.2 (Multiple Categories Custom)

    good thinkin :) nice job
  15. Mark

    404 settings error

    In index.php you have enabled debug mode. You will want to set that back to 0;
  16. Mark

    Background

    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.
  17. Mark

    Version 1.2 (Multiple Categories Custom)

    not really, you need to store their choice in database etc. Much more too it than just that I am afraid.
  18. Mark

    Background

    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.
  19. Mark

    Background

    you want that on your "body" in user.css add this: body { background: url(skins/parabola/img/background.png) top center; }
  20. Mark

    Background

    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.
Top