Search results

  1. Basti

    What is comments tab in Adminpanel?

    Oh, you mean the reviews? Its a leftover from Aardvark review system, doesnt do anything unless you enable stats page comment system ( which is deprecated ), thats why we encourage people currently to use the disqus plugin. Its still there for the aardvark upgraders or for the ppl who activated...
  2. Basti

    Gateway Page Help

    Yup, lets do something for the people, so they waste their money :)
  3. Basti

    Gateway Page Help

    The gateway page itself is cheat protection, we do not support adding that in. Filling a captcha just so you can vote is useless. Everyone have to stop looking and copying what the 10 years old topsites do. They do that because their scripts have no better protection. If you must, a search...
  4. Basti

    remove the badge

    if you open table_top_row_premium.html you have the code <div class="right premium_badge"><a href="{$list_url}/{$url_helper_a}details{$url_helper_u}{$username}{$url_tail}"> {$screenshot}<br /> <img src="{$skins_url}/{$skin_name}/stats.png" alt="{$lng->table_stats}" height="21"...
  5. Basti

    css help

    For that you would need to recode the layout and make it bigger. Or something out of the head, which might going to work... if you place the advert div within the header div. Then use for the advert div css position: absolute; top: 0; right: -160px; and give your header div css a position...
  6. Basti

    css help

    #advert { position:absolute; top: 120px; right: 0; } that is telling you, 120px from the top, 0px from the right. This however gives issues for resolutions smaller or equal to 1024. Advert is placed 30px or so over the content area
  7. Basti

    css help

    Can you share your url so we can see the issue in action?
  8. Basti

    remove the badge

    Copy table_top_row and table_top_row_premium over to your skins child folder ( to allow skin update replacing of files ) then open and edit the 2 files this is the code you are lookiing for <div class="right badge"><a...
  9. Basti

    [REQ] Better User Banners

    This has been discussed 100 times, give it a search. http://visiolist.com/community/threads/custom-how-to-incraise-banner-limit-size.487/ We will not allow bigger file sizes, we do not want to provide a slow head script because people cant design banners correctly. Especially on gaming sites...
  10. Basti

    The Dark Elegant Collection

    yes but the skin you use is not up to date, so you at least need to do the 2 steps i pointed out
  11. Basti

    Visiolist Frontpage Virus

    Oh thats good to hear, i myself dont use these browser anymore
  12. Basti

    The Dark Elegant Collection

    This style was coded for visiolist 0.8 and has not yet updated to 0.9 as far as i know, because of that javascript breaks and a few elements. I think you main issue is point #3 from the 0.9 upgrade docs http://visiolist.com/docs/VisioList-09-Version-Info additionally you should also apply the...
  13. Basti

    Visiolist Frontpage Virus

    Hacker identified as 217.172.130.163 thanks to Mark For anyone who want to take the precaution, can add this into their webserver blacklist. We will try and watch over this issue and hopefully its a static ip
  14. Basti

    Visiolist Frontpage Virus

    Mark said the server is really slow atm, he is rebooting and asking to try rendering again in 15 minutes EDIT: really slow, better wait for Marks response
  15. Basti

    Visiolist Frontpage Virus

    Not that i know off, but iam asking Mark. Screenshhots have this issue from time to time, server most likely needs a restart
  16. Basti

    Visiolist Frontpage Virus

    Thanks guys, scan is running and code is being taken care of
  17. Basti

    Paypal prob??

    Ah, is that when you create a 2Co account? Thats handy, thanks for sharing :)
  18. Basti

    I want to change my admin password

    Stickied until we have it actually included into the core.
  19. Basti

    Simple PHP code as a plugin

    Not sure in what context you need it, globally or per user, but should have no need for a plugin use the php file include tag {include "http://yoursite.com/file.php"} directly in the html file
  20. Basti

    Jyuce

    I like the colors as well, it really looks sweet. One thing i noticed though is the hover height on the navigation links. You should add a bit more top padding to the hover link if the current display is not intended
Top