Search results

  1. Basti

    Stats reset before scheduled

    Today is Monday, so somehow your list still resets weekly. So not a issue with the plugin. Beside that hard to tell whats up. Do you maybe made use of cron.php to let the list reset? If so youneed to update your cronjob in cpanel also to run once a month instead once weekly.
  2. Basti

    Category title tag

    Yea several version of this plugin are flying around on the forum, as everyone want different and sometimes complicated things -.- This is very odd, could you pls try the following in the plugin, the file main_skin.php the line $TMPL['header'] = "{$TMPL['category']} - {$TMPL['cat_desc']}"...
  3. Basti

    Too Many Banner Codes on Link Code Page.

    Indeed, and line 115 should read $dir = new DirectoryIterator('./images/extra/'); Not just ./images/ As you want to load the extra link buttons from the extra folder
  4. Basti

    Boostrap 3

    Na if its 3 days ago we havent updated it back then. That bug report is 100% older than 3 days
  5. Basti

    Boostrap 3

    Ah you have an old bootstrap file maybe. I remember now this issue. Either you got an old file or we forgot to update the bug :rolleyes:
  6. Basti

    Boostrap 3

    <img src="" alt="LegendzCraft Web Directory"/> is wht i see when i inspect source. So i suspect your wrote the html tag wrong maybe? its {$banner_url} else you need to tell us how your actual html looks like
  7. Basti

    Category title tag

    Works on every single category i tested on. So it must be something on your end. Looks like you have some other plugin which interfere with this one. Disable all one by one and see if the problems persists
  8. Basti

    Category title tag

    This seems to work, had to take a different approach than usually since you want to get rid of the main title on one page, but seems to work out nicely 1) from wrapper.html title tag delete everything other that {$header} 2) upload attached plugin I tried it out and it seems everywhere else...
  9. Basti

    Boostrap 3

    Add this to your user.css #plugin_facebook_like { display: inline-block; vertical-align: top; } Normally the vertical-align: top; isnt needed, at least i never had the need. But in this case its needed to push the box in line with the other 2
  10. Basti

    URL Shortener

    Uhm, what do you mean? When someone register not accept adf.ly ( know its no shortener, but dont remember the other names so i use this as example ) and the likes? If so simply paste he offending shorteners to your url blacklist ( not exact matching ), so for example, http://adfly.com and...
  11. Basti

    Solve Media

    At the moment not, not as a core feature. Should be quite easily doable as a plugin though ( though i dunno their integration requirements ). vl 2.0 will have a different way to handle many captchas most likely. Not like now, 1000 inputs for all the captcha methods, not nice. Maybe something...
  12. Basti

    help to one vote per day(admin)

    Iam totally not sure where you are lost, you even have the "how to set up a cron job" linked from your hosting Pm me your hosting login and i can set the cron up quick. Not sure what else to tell you :)
  13. Basti

    help to one vote per day(admin)

    Eh? what configure? You dont touch this file at all, and yes all you get when you run it manually is a blank page, it doesnt output anything. All it does it clear the ip log table so votes are possible again from the same users This file gets called by cron, did you set it up like i told you above?
  14. Basti

    help to one vote per day(admin)

    Looks like to me all you need to enter is: 1) what script to run: www/ is in there by default, so make it like www/truncate_cron.php 2) Choose php version: you have option between php4 and php5, choose php 5 3) Description of script. Doesnt really matter Use "Vote every hour" or so.. 4) Logs...
  15. Basti

    help to one vote per day(admin)

    No worries :) Once your host replies with what exactly to put in the cron command we can help further
  16. Basti

    help to one vote per day(admin)

    Please dont start a new topic for the same issue over and over again. All your topics were about the same thing. As to your issue again, like i told you before. We provided you the code for the truncate file. And gave you an example on how to set up a cron job. If its not working, you will have...
  17. Basti

    you already have today

    No, that plugin is not intended for the gateway page, sorry.
  18. Basti

    vote every hour for registered members

    Example would be 1) Create a Cron Job within Cpanel - Settings below 1.1) From the "Common Settings" Dropdown select Every 1 Hour 1.2) In the command Input paste this /usr/bin/php /home/YOUR_ACCOUNT/public_html/truncate_cron.php - Replace YOUR_ACCOUNT with your account. Usually this is the same...
  19. Basti

    List all screenshots

    Uh, the 8 latest generated screenshots? Sounds like a custom plugin and grab screenshots from screens folder and sort by modification date, but never really did such a thing, so iam not sure if its possible
  20. Basti

    Set the hours between votes?

    That plugin wont work with that, as it works with our standard vote times.
Top