Search results

  1. Basti

    Using Conditionals in Plugins to show content on specific pages/sections

    To extend it, $TMPL['something'] should be initialized at the first line, to avoid php notices in newer php version, like this $TMPL['something'] = '';
  2. Basti

    Search - Doesn't search custom fields.

    Search has not been combined with custom join elements, as that feature was just released last version. But thank you pointing that out, we will add it to the list :)
  3. Basti

    Screenshops API key

    Iam sure, mark will activate it soon. You must understand the time differences which may occur. For Mark it just became morning. So he was asleep when you requested it most likely :)
  4. Basti

    Multiple sites, one database

    Ah, so you want to show the sites from one list on the others automatical? That wasnt clear at all in your other posts. That is not so easy and needs some kind of shared tables. Basicly you would have to install your 2 lists ( with 2 different prefix ), then on the second list you need a...
  5. Basti

    [HELP] Clean URL

    Np, glad i could help :)
  6. Basti

    Multiple sites, one database

    You said you want to use the same database for multiple lists. Then you HAVE TO change that prefix. Because your already installed list uses "VL" as prefix, the next list you install will need to have a different prefix. And that is all there is to it
  7. Basti

    Multiple sites, one database

    When you install your list, by default the db prefix is "VL", so tables look like VL_sites change that prefix when installing to something else, e.g VL1, so tables look like VL1_sites
  8. Basti

    [HELP] Clean URL

    You placed your javascript files wrong, do this find this in wrapper.html <link href="style/contact.css" rel="stylesheet" type="text/css" /> <!-- AJAX Contact Form Stylesheet --> <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script> <script...
  9. Basti

    [HELP] Clean URL

    Is that not how its supposed to be?
  10. Basti

    [HELP] Clean URL

    I will test and try to see whats up. Still night for Mark
  11. Basti

    Could not open socket?

    Yea Mark forgot to update the version number, no biggy, its updated :)
  12. Basti

    Could not open socket?

    Not really only the default ones :p But well it could be the facebook plugin, trying to post to your facebook page. Any other of those seems almost impossible. Please try to disable the plugin and see what happens
  13. Basti

    Display Toplist Reset Time

    Plugin updated, refer to Update list in first post for details
  14. Basti

    Vote Message

    Plugin updated, see update list in first post for details
  15. Basti

    Display Toplist Reset Time

    Sorry :( Much is going lately in personal life, so i had not the time. Maybe i find the time tonight.
  16. Basti

    Premium Members

    I dont understand sorry, can you explain in detail what is failing?
  17. Basti

    Display Toplist Reset Time

    Yup, the "vote remaining time" i properbly remove again. Its better fit to go into the "vote Message" plugin You will have to get the ip of visitor, then use that to query the ip_log database table WHERE ip_address = this ip AND username = for who he voted AND uniq_in = 1 If the query is...
  18. Basti

    Stopwatch?

    np, ill put the same into the other plugin i mentioned tonight. It will be of more benefit there
  19. Basti

    Stopwatch?

    Thats what the plugin is doing, reread it please. Though on our script vote is once per 24 hours. And you can vote again once a new day is reached. So the plugin displays the time until midnight basicly, which is when ppl can vote again. Valid voting is not individual on a per human being...
  20. Basti

    I need access rights to downloads!

    Permissions are back, sorry for trouble. Must have been due our new payment system. Anyone else having the same issue, pm me your swreg order number for verification
Top