Search results

  1. Basti

    Exclude a categorie

    Since you already have a plugin which extends the ranking, i'd say dont use this plugin, but use your existing once and simply say "all members except the ones from category xx only if they not premium" Could add that in if i work on your other stuff, easy change. Just need to know the category...
  2. Basti

    Auto approve screenshots?

    Auto approve members is a admin setting, check there please. As for the screenshots, contact Mark. http://visiolist.com/community/threads/generate-screenshot-on-register-edit-url.1988/ he made a similar plugin over here and sounds like the same thing
  3. Basti

    vote cast reset time?

    As far as im aware, Marks hosting comes with cpanel, but not sure if its a extra on dedicated or vps, so dont take me 100% for it. Best to wait for his reply
  4. Basti

    Page

    Am einfachsten die box einfach im admin mit einfügen wenn du die page erstellst. Denke mal genau das hast du gemacht :)
  5. Basti

    vote cast reset time?

    Nope, its that simple, using it on several lists. - between 00:00 - 11:59 allows to vote custom cron sets unq back to 0 at 12:00 for that ip / user combination between 12:00 and 00:59 allows to vote cos unq is 0 again for that ip / user combination Anything else ( real 12 hours ) is not...
  6. Basti

    vote cast reset time?

    if you cannot add a cron job or sheduled task in your case, you can not enable twice a day voting and have to keep 24 hour voting until scheduler is setup. ( how you need to setup or configure the task later i do not know, no experience on windows )
  7. Basti

    Site Details?

    Pretty easy, not requiring any plugin. Make use of custom join fields found in admin under tools menu. Create your field with settings how you like, once done it will show you the needed template tag to insert into stats.html And then you can style that however you want. The actual join field...
  8. Basti

    Problem with the code of the vote.

    I advise you to keep friendly vote links. If you use the {$list_url}/index.php?a=in&u={$username} you loose a lot of SEO power If you have to use it, keep the {$list_url}/{$verbose_link} You just need to disable google friendly links in admin settings under button settings. Disabling the check...
  9. Basti

    vote cast reset time?

    No, not editing cron.php, that is VL core cron file if someone want to use it for a cronjob, undo your changes there Make yourself a new file, name it whatever you want ( cron_12_hour.php for example ) and place what i wrote into it. A cron job is added via cpanel for example. There you define...
  10. Basti

    Problem when generating screenshots

    Maybe screenshot server issues, or it gets another update. Hard to say, Mark will know more
  11. Basti

    Problem with the code of the vote.

    But a vote gets registered right? Seems like you simply not have the gateway page enabled, check your admin settings
  12. Basti

    vote cast reset time?

    That takes 2 steps 1) make yourself a cron job which clears the VL_ip_log table unq in data daily at 12 ( midday ). The file the cron job points to, has to have this in it Place it where settings_sql.php is <?php //===========================================================================\\...
  13. Basti

    Direct Vote link

    Sorry for late reply, work work work :( If you not make use of the Extra images feature, the most easy way would be to use that. The static button type in admin settings has to be enabled for this to work So, you upload a voting image into public_html/images/extra/ Once done, you already see...
  14. Basti

    Working On It User Delete Account

    Yap das ist das problem, der "owner" der in der datenbank festgehalten wird und für abfragen hier und dort genutzt wird. Vor vl 2.0 wird das nichts, dafür müssten man seperat user und seiten haben ( was bei 2.0 der fall ist )
  15. Basti

    Funcaptcha integration

    You would need a plugin and the needed hook files would be... 1) classes_check_input.php $error_funcaptcha = 0; // Only valid on join, not edit if ($type == 'join') { $private_key = "_YOUR_PRIVATE_KEY_"; $session_token = $_POST["fc-token"]; $fc_api_url =...
  16. Basti

    Implemented Captcha in vote page

    If you have such script, you could send it to us so we could try and work on some counter measures without bothering a visitor to type something for a simply vote :) None the less, i have a captcha plugin i can share in the meantime, it just involves updateing your gateway html also, as we need...
  17. Basti

    Deprecated: mysql_connect(): ?

    If downgrading is not an option, open up settings_sql.php $CONF['sql_prefix'] = 'VL'; On a new blank line below the above, paste the following error_reporting(E_ALL & ~E_DEPRECATED);
  18. Basti

    Checkbox choice options displayed as list?

    Ok i have the found the error. As soon as someone has 2 custom fields as checkbox, the the last checked values are used from the previous checkbox. In your case PR. And because the value was now the one from PR, nothing is checked when you revisit edit page I swear i had that fixed before in...
  19. Basti

    Custom Join Field Check Box Missing Label

    This is added now to 1.5 We added the label tag to checkbox and radio, but without the "for" attribute as that is invalid and we have no specific input id for which the "for" can be used for.
  20. Basti

    Unclutter - Get Inactive Website Status

    Then i would need to look at the issue personally and try few things. I would need via Conversation 1) admin pass ( you can change when we done, or before ) 2) url and ftp info ( can be a temporary created ftp account, not need your main )
Top