Search results

  1. Mark

    Other ways to cheating

    usually looking at stats of your top members is easy to tell if anyone is cheating, low pageviews high percentage of hits it. or visit the website of a suspected member, and see if your button is in a good place or hidden in an iframe/javascript etc.
  2. Mark

    SEO Plugin

    hmm very odd, make sure this is present in wrapper.html <meta name="description" content="{$meta_description}"/> <meta name="keywords" content="{$meta_keywords}"/> if that is in place, feel free to start a private conversation with me providing FTP and admin login and I can investigate.
  3. Mark

    SEO Plugin

    no problem, nice list and great idea! So when you visit your admin panel and view settings, is your description and keywords showing up in the field. ----- posted at the same time :) investigating now
  4. Mark

    Bug Fix Finally upgraded to 1.2 - Problem editing members

    Cool, no worries. We will look closer at the error handling to make sure if 1 banners is too big that the error only shows on that field, not both.
  5. Mark

    Bug Fix Finally upgraded to 1.2 - Problem editing members

    so when you corrected 460 to 468 all is working good again?
  6. 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...
  7. 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
  8. 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?
  9. Mark

    ArmaClans

    very nice job, love the user control panel menu :)
  10. 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?
  11. 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...
  12. 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
  13. 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...
  14. Mark

    Implemented Delete Member -> Delete Banner

    woot, forgot about this too... should also remove any stored screenshots
  15. 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...
  16. 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...
  17. 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.
  18. Mark

    Version 1.2 (Multiple Categories Custom)

    good thinkin :) nice job
  19. Mark

    404 settings error

    In index.php you have enabled debug mode. You will want to set that back to 0;
  20. 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.
Top