Search results

  1. Basti

    Facebook

    Hi Pauline, i think it is an issue with your fan page. I made myself a test fan page filled out all the info in my settings clicked save clicked allow permission and received the same error as you. That however was due my fan page not yet being published ( live ) Can it be that your page is in...
  2. Basti

    Content in to custom page

    Custom pages are not designed to work with template tags, VL 2.0 will have that enabled. If you need anything other than a simple page, you need to work with plugin to create such a page
  3. Basti

    Odd Code on admin pages since installing plugins.

    If i remember correctly your hosting had some issues with the importing ( not only that, but each install you did had issues ), normally the install script is doing that ( copying /import/english.php to languages/ ) If you have these issues, simply copy as you stated above. As for the debug...
  4. Basti

    Facebook

    Hi Pauline, this is caused by an not initialized variable ( object in this case ). Newer php versions complain about such things. Its not an error per'se, and suff should still function ( its a notice after all ). But ill post an update tomorrow, so the coding is correct. Thanks for letting us...
  5. Basti

    PHP scripts dont work?

    Ahh ye. Well easiest for him would be if he places that code onto his forum folder e.g forum_stats.php then do the include html tag
  6. Basti

    Edit vote code for banners

    Different banners you can upload to yoursite/images/extra/ A vote code will be auto generated in the link code page. Not sure what a float banner is, but addidionally you can control the html of the different vote buttons on the link code page in the proper htmls files ( vl 1.3 required )...
  7. Basti

    PHP scripts dont work?

    Nope hes trying to include forum ssi, therefore {include "http://site.com/included_file.php"} is sufficient in this case
  8. Basti

    [Tamper Data] Upload Banners

    Well to begin with that guys issue is that he didnt secured "recordID" ( the 1 ) Our queries are all secured against that, so to begin with he cant find the info like he did in the video. And then that guys second issue is he badly secure the upload, If he had used proper file size check via...
  9. Basti

    user stats page builder

    Ok give me a day or two, not sure if i have time until friday, but iam trying to quote till then
  10. Basti

    user stats page builder

    Depends what options you need from there. As each option ( button ) + possible sub options ( like smileys - each smiley ) need an internal rewrite on stats page to make the bbcode into html/images/links etc etc
  11. Basti

    Category form

    like mark mentioned, user.css and the category box has id of "join_category", so you would target #join_category { .... } Tip: Right click on the element you want to inspect -> inspect element That not only shows you the html source so you know what id, class, whatever an element has, but also...
  12. Basti

    Category form

    Pls be advised though that select box styling can result in some headache, since all browsers have different standart select box designs
  13. Basti

    Auto Check...

    http://visiolist.com/community/threads/duplicate-names-joining.1319/#post-8674 here is a "follow it" tutorial to do it for the title
  14. Basti

    Custom join form doesnt work...!

    Ye that is not supported, if you need it like that, you can make the following, the checkbox internal value can be 1, display value nothing. Then, as not checked boxes by default send nothing at all, 1) go to phpmyadmin 2) locate your database, go to VL_sites tables 3) on that table click...
  15. Basti

    Cheat/Proxies detection

    http://visiolist.com/community/threads/test-proxy-prevention.1026/ Still the best way until this point in my opinion, unless you want to add 100000's of proxies ips ( which might even change ) to a blacklist. Logged in voting would be secure, but kind of stupid
  16. Basti

    Line Chart design edits

    Out of the head i dont know that as well, you would need to look up the available options from the google chart api
  17. Basti

    Image Logo and buttons ?

    I am no help here unfortunately, zero design skills ;)
  18. Basti

    Ranking Method, Categories and Newest Members menu colour change?

    Yes user.css if the file which is used to overwrite core theme css changes. You would look up the proper code in screen.css and place it into user.css to overwrite default attributes The blue heading would be h3.heading { background: #2b567f; border: 1px solid #000; color: #fff...
  19. Basti

    Custom join form doesnt work...!

    That is not needed, you did it right. Just that you not set any values for the checkboxes (( see my reply above ). Thats how it is done and usually working.
  20. Basti

    ScreenShots showing Black ?

    Its a manual proccess, once Mark sees it, you will get a confirm email. Then you can start generating screens. Current black ones obviously will not work and have to be requested again
Top