Search results

  1. Basti

    Bug Fix Finally upgraded to 1.2 - Problem editing members

    Ok issue fixed in 1.3 Apparently both fields used the same error template tag, hence the premium received the error as well. Also inlcuded the max width and height above the input like it is on normal banner
  2. Basti

    Other ways to cheating

    Just as a tip for everyone. Iframe cheating ( 1 visitor to member site = 1 automated hit in by putting the vote button in an iframe ), can be avoided by enabling the gateway page, as it requires a click action. For people not relying on the gateway ( iam myself one of these ), Iframe breaker...
  3. Basti

    Rate your Administrators :)

    Na hes not inactive. But busy. I have the same issue that i cant visit the forum as often as i want to at peek coding times. Unfortunately VL is not a "make a living out of it" project.
  4. Basti

    CallBack Vote Check

    the url pointing to the file the user has set up according to the call back guide which comes with the plugin
  5. Basti

    About Votes

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

    Rate your Administrators :)

    Uh, what did Mark do to deserve a low rating? Hope he will not be sad :D
  7. Basti

    Bug Fix Finally upgraded to 1.2 - Problem editing members

    Now that you say it. Most likely $size = @getimagesize($FORM['banner_url']) in classes.php is at fault. You are trying to check width and height via http url, hence "allow_url_fopen" is required. At least was the issue back in the aardvark days On upload we have the same function, but its from...
  8. Basti

    Toplist Reset Time

    You did changed your ranking period to "Overall", did you not? Hence there is no reset at all. Thats why the code assumes reset is tomorrow, as the plugin is not made for overall ranking period. As there never happens a reset. Conclusion: Remove the plugin ;) Not really needed
  9. Basti

    Custom Page as front page

    Sorry, you cant do it like that without heavy modifing. You are better of installing vl in subfolder like i said and use whatever, plain php file in root of your domain. Also you cant do such things using a custom page anyway, front or not. So the easiest thing would be like i said site.com/vl/...
  10. Basti

    Custom Page as front page

    No need for 2 topics ;) Merging
  11. Basti

    Custom Page as front page

    Not exactly sure what you want/need. You want to load a custom page when you visit site.com instead the list of sites? If so, might be easier to install VL in a subdirectory called toplist or so, and have in your root whatever you want
  12. Basti

    Implemented Delete Member -> Delete Banner

    Yep, but not via core :) we have the plugin hook there
  13. Basti

    Implemented Delete Member -> Delete Banner

    Lemoniscool provided a plugin quite some time ago, that when you delete a member, their banner also gets removed from ftp to save space. This was such a simple, yet useful feature, that we decided to put that into the core back in the days. Sadly, it left our minds ever since we posted that we...
  14. Basti

    Considered Reject New Member

    Update on this issue. After trying this out we feel its not worth it, at least not now. Unfortunately there is more to it then a simple email, since there is a mass delete function as well and we cant simply bomb the delete function with xxxx emails. That would not be wise and a step back in...
  15. Basti

    Implemented Plugin to remove auto resets

    The template tag {$this_period} has now been fixed for the use of "overall" ranking period and will be included into VL 1.3
  16. Basti

    Banners

    What? Which banner? Url
  17. Basti

    [API] Smush it

    No idea yet for smush it on my end but "Possible deletion of older banner? Space saver for larger lists." This was actually an old time request when you delete members. Think it has not been integrated yet. Going to push that into 1.3 now
  18. Basti

    Where can I find the {$edit_website_extra}

    If you need to alter the labels on the join forms, th standard parabola has a parent container containing all inputs etc ;) <div id="regform" style="display: block"> So very simple... in user.css #regform label { } Just place your new stuff inside there
  19. Basti

    Background

    No, your background does not work, because the path you entered is relative to the css file. body { background: url(skins/parabola/img/background.jpg) top center; } So the css file is in skins/parabola/ Your code looks for skins/parabola/skins/parabola/img/background.jpg , which i highly doubt...
  20. Basti

    Bug Fix Finally upgraded to 1.2 - Problem editing members

    Not much to tell, there is something wrong with the banner. To big dimensions maybe? What is the banner in question?
Top