Search results

  1. Basti

    vote every hour??

    About the vote every hour, you would have to make a "cron job" which truncate the VL_ip_log mysql table on a hourly basis See here for more details -> http://visiolist.com/community/threads/set-the-hours-between-votes.1248/#post-8289
  2. Basti

    Screenshot error

    Looks to me like some site may hanging the process and as a result the hole thing tims out. Defenite answer will come from Mark i guess, since he can see where it times out i think
  3. Basti

    Skins developing

    Well i am not really designing skins, but coding. Then for me, i do it always on a live server. Not really a localhost tester, as i never really bothered with it. For the most time i just use NotePad++, which is just a bit better editor than most standart ones and more fit for coding. From time...
  4. Basti

    [Help] Why is it that only top 2 slot has a banner?

    Also note that this "top" template only works on the first page. So you list 20 members per page, and set the top template to use 25, still only 20 would use it
  5. Basti

    color changes on rankings page

    Uh i just noticed i told you wrong code where to place the code, pls see the post again for the premium file ( normal layout looks bit different, but you should be able to adopt it ), this is how it need to look <div class="premium_inside"> <div class="right badge"> <a...
  6. Basti

    How to add banner during registration?

    Hotlinking banners is not supported anymore. And open ( allow anyone ) uploads, despite secured, is never a good idea. Future version will also have a remote upload ( upload from url ), but that is also not for the public. We want them to use their control panel, its there for a reason. Not...
  7. Basti

    color changes on rankings page

    few things 1) the content of the premium box has a double border, that is .premium_inside_border Looks rather strange if you ask me. to remove .premium_inside_border { border: 0; } 2) the yellow badge is .premium_badge It appears recent chrome interprets some float incorrectly. The ranking...
  8. Basti

    Screenshot Question

    Yea that seems to be an entirely different issue like Mark said, a very odd one
  9. Basti

    My header issues.

    Then look manually for around the lines i told you, its there. Dont know what editor you use, but its not working right ;)
  10. Basti

    My header issues.

    wrapper.html, line 121 or search for // VL Menu Manager > Update Menu Item few lines below that manage_menus.php line 354 or search for // If internal Url convert few lines below it is and line 375 or search for // Detect typing and alter url few lines below is the 2nd find
  11. Basti

    My header issues.

    Ah this is caused by our menu manager when clean urls are turned on to reduce user mistakes when writing links for visiolist ( clean urls have ending / ). It appears its not working optimal and ill address this issue for vl 1.3 in the meantime you can disable the append of the automatic...
  12. Basti

    How to make a full language translation

    Well, like i said. So for example plugins/PluginName/languages/english.php 1) copy english.php 2) rename to swedish.php and translate 3) upload to same folder -> done
  13. Basti

    Screenshot Question

    Please note the big size in sidebar comes due an error when we coded the bootstrap, so small size was converted to use the medium size in the screenshot plugin. Not related to the wrong screenshoting, but to make the image smaller please refer here ->...
  14. Basti

    Premium - 1 Month Purchase.

    Not quite possible yet, due to core limitations of the premium feature If iam not wrong ( never tried it ), you should be able to alter the html form, so instead o the input make it a select box with option value="30" , option value="60" etc This could be done i think as a plugin, since we...
  15. Basti

    How to make a full language translation

    Nope anna, plugins as of now work a bit different and only consist of a language file, unlike the main languge file which works with the database. However the first step is the same there, open plugin language file, copy file and rename to your language
  16. Basti

    404, 403 Pages [other error pages] with Theme?

    You can make use of custom pages and htaccess to create your own custom 404 page using page layout following this tutorial http://visiolist.com/community/threads/how-to-create-a-404-error-page-not-found.655/ Though i dunno what will hapen in newer vl versions ( 1.0 and up ) with the "username...
  17. Basti

    1 Banner rather then 2

    Just disable premium upload then i would say. 1) remove link from user_cp_main_menu.html 2) change the banner url tags in your table_top_row_premium.html - {$premium_banner_url} to {$banner_url}
  18. Basti

    Edit Account 'Submit' button does not work.

    Ah yea, that is needed for the update query, though bit of a useless double stuff which could basicly be removed if you ask me. All it is there for is the update query, which very well could use the url's "u" parameter. But for now you have to keep it You should be able to make it hidden and...
  19. Basti

    change admin directory

    This was once discussed already and wanted to implement this, but for VL 2.0 we decided to go a different route with user permissons. So any usergroup ( Guest, regular member ) not having admin peermissions simply cant access that link, he will be simply redirected. Works good so far
  20. Basti

    Rearranging, and changing link?

    1) eg. {$unq_in_0_daily} to display daily hits in http://visiolist.com/docs/styles-design 2) like cajkan sai, those are the files, in there you see the link code which goes to details page, just replace your hard link. New page is target="_blank" , adding that to the <a> code 3) nope
Top