Search results

  1. Mark

    API key

    when you applied for an API key you put "Best-List" as your username.... your username is "sultime" ;) fill out the form correct.
  2. Mark

    After update link code page won't show.

    remove: plugins/_vti_cnf/ that is not part of our script and you dont need it :) your hosting environment automatically added that and it shouldn't have.
  3. Mark

    Automate banner purchases

    I will reply in greater detail tomorrow... but just wanted to give props now for typing all that with onscreen keyboard!
  4. Mark

    Rating stars + comment = Wrong

    good stuff :) just for our other users: the old rating/comment system being discussed in this topic is NOT supported, I strongly advise against enabling this feature. Wait for the new system or use disqus plugin.
  5. Mark

    Can't change Language phrase

    found the problem, you made a custom plugin and put the entire default english.php in that plugin language folder... so your custom phrases are overwritten. Remove that file (outlined in Private Message) and you will be back to normal. :)
  6. Mark

    Can't change Language phrase

    please send me your URL, FTP and admin login details. I am having to ask too many questions to get the information I need, I would like to see for myself.
  7. Mark

    Can't change Language phrase

    What is the exact name of the template you are looking in? please be clear, we dont have a "rating" template.
  8. Mark

    Can't change Language phrase

    thanks, now please confirm you are using the old rate/review system?
  9. Mark

    Can't change Language phrase

    Really its not possible, if you overwrite the file it will work, no other way around it :) please post all specifics so we can see what your doing wrong. what is the phrase name are you editing? what is the exact path to the file you are editing? what line # are you making the edit on? In...
  10. Mark

    Can't change Language phrase

    Sounds impossible ;) do you have suPHP or FastCGI? if not, you need to chmod 777 the languages folder, and 666 the english file. but if your editing via FTP this woudl not matter, your probably editing the wrong phrase.
  11. Mark

    Can't change Language phrase

    are you changing the phrase from the admin panel?
  12. Mark

    SMTP Mail send

    also make sure you have DKIM and SPF records for that email address, just to be on the safe side.
  13. Mark

    Vote Links

    no, the edit is already included in 1.1 upload the zip from admincp, it makes no difference if you edit the file before or after
  14. Mark

    Twitter

    shouldn't need to change anything if your referring to a members site, but I might be misunderstanding what your asking.
  15. Mark

    Votes Just Reset

    that is correct, there are 3 functions new_day - resets at 12:01 new_week - resets Sunday new_month - resets on the first day of the month these are called comparing the results from PHP date function: $current_week = date('W', $time); if ($last_new_week != $current_week) { //must be a...
  16. Mark

    Guest Blogging Plugin

    we will have some premium user integration like this along the way for sure, dont expect it early.. Also I am not sure what FP is? ahh nvm Featured posts... :)
  17. Mark

    Screenshots - Internal Server Error

    Hi Kelly, please ensure you are using VisioList 1.0, the old screenshto server is retired, the new is much more reliable and faster
  18. Mark

    French translation

    Excellent thanks for sharing, will have a look. If you need advice or help please ask, plenty of good users around to help :)
  19. Mark

    Codecanyon - Tip

    that would mean giving codecanyon exclusive rights to sell our product and they keep 50% + no thanks :)
  20. Mark

    Problem adding category

    if you have the SEO plugin installed, go to admin -> plugins and click the install icon beside that one, then see if problem persists. if not, white screen means a suppressed PHP error, you can check your error_log for more details on the error which would give some clues. or you can enable...
Top