Search results

  1. Basti

    hi there, im new to this toplist script and i have some questions

    Hey 1. http://visiolist.com/community/threads/questions-about-banners.344/ read post 2, and post 3 take that into consideration ( 100kb is usually more than enough ) 2. it only exist yet for the stats page. So you can either edit table_top_row and table_tow.html to insert each of them, or wait...
  2. Basti

    Spanish translation

    Your welcome :) If you could share it, we would highly appreciate that
  3. Basti

    Spanish translation

    Hey Miguel. No charset setting is needed in the file itself. Just write it down like in english.php and save the file as utf-8 without BOM. The script has the charset set allredy to utf-8 However if you just downloaded 0.7 beta you will need to remove the following from index.php (which is...
  4. Basti

    Problem with JQuery.

    You properbly have a path issue there. When you unzip the themeroller bundle there is the css folder. Either you can upload that folder directly, then the path would be <link rel="stylesheet" type="text/css" media="screen" href="skins/{$skin_name}/css/custom-theme/jquery-ui-1.8.18.custom.css"...
  5. Basti

    Enable/disable Rate & Review functions

    Ah ok, misunderstood you.
  6. Basti

    Premium Membership not Expiring

    Hmm thought Mark had fixed that. We will look into that. Thanks Karl
  7. Basti

    Problem with UTF-8

    few things to troubleshoot. 1. You haavent set a charset in spanish.php right? if not good, else remove it. 2. Is the file itself saved as utf-8? 3. delete this in index.php ( most likely the issue, and will be removed from index.php again in 0.7 final // Convert previously wrong encoded LNG...
  8. Basti

    Implemented Date format

    Could be made yea, until its there i somewhere made a plugin for that http://visiolist.com/community/threads/data-and-time.251/#post-1468 That plugin removes the hours and second from the output, but leave day month year in the same order. If you open the file you will see it, you can simply...
  9. Basti

    Enable/disable Rate & Review functions

    At the moment not, just because the aardvark rate & review isnt optimal, we do not want to encourage users to use the current system, until we have coded a new one in the way we think its best usuable also for the future. For the moment you could use facebook, or disqus comments. Or if you...
  10. Basti

    VisioList 0.7 Beta

    Yup sorting feate and everything was reallly nice, but just caused to much trouble overall :(
  11. Basti

    Questions about banners

    1. there is, but why would you want that? only slows down your site 2. i think we dont have an admin setting for that yet. Its still hardcoded sources/user_cp/banner.php $max_size= "100"; found 2 times, one for regular banner, second for premium 3. That function is useful lets say when you dont...
  12. Basti

    Newest Members position

    Indeed, would be a solution. But then again bad if a plugin updates. I had some times allready some ideas for this issue in mind. Think i make that my priority for 0.8
  13. Basti

    Buttons -again

    Ah i see, so i suppose its impossible to use animated stat button
  14. Basti

    Newest Members position

    Yes but i do not suggest that, will be overwritten with each update. I would just move the tag until we have found a permanent solution to handle plugin placement order
  15. Basti

    Newest Members position

    {$sidebar_1_bottom} is the tag, however this tag is used by more then just newest members. Thats why we need to think of something to reposition html which is included via such tags
  16. Basti

    Buttons -again

    Need to be in gif format, it is possible but the hole part in settings_buttons.php need to be changed, or rather a few parts, as its coded for png $img = imagecreatefrompng("{$CONF['path']}/images/ranking.png"); $color1 = imagecolorallocate($img, 0, 0, 0); $color2 = imagecolorallocate($img, 0...
  17. Basti

    VisioList 0.7 Beta

    yes, DataTables have been removed ( the jquery in use for that caused to much issues on lists ) and it is now the standart manage member interface. However, if a future release we may code something new again
  18. Basti

    Multitopsite ?

    That should work yes, as they are virtually subfolders. Guess you should try it out, not that experienced with subdomains :)
  19. Basti

    Stats area not authorized?

    Here is also some httaccess code you can put into your root to let have queries be redirecting to your subfolder. Used it quiete some time ago as well for this purpose, just the other way around RewriteEngine on RewriteCond %{HTTP_HOST}%{REQUEST_URI} ^(www\.)?(anachrony\.net)/topsites(/(.*))?$...
  20. Basti

    Customizing your style with Jquery UI

    Does apply everywhere inside parabola, including the plugin overall stats
Top