Search results

  1. Basti

    Please need help

    yea, that works too, basicly the same effect, just that you remove all possible errors also, while the error_reporting just remove the deprecated warning.
  2. Basti

    Please need help

    Hi, Visiolist is not yet ready for php 5.6 which spits out these errors for the mysql_ functions. For the time being, please open settings_sql.php Find this line $CONF['sql_prefix'] = 'VL'; And on a new blank line below paste the following, that should remove the error error_reporting(E_ALL &...
  3. Basti

    Implemented http://http: Remove duplication

    url validation has been refined for join/edit. It now uses the same validator for urls as custom join fields with type "url". This fixes the double http:// as well as a hole lot other invalid combinations which were accepted with the old method And this give a lot new valid urls, which...
  4. Basti

    Clean URL's [Deleted]

    Basti updated Clean URL's with a new update entry: Version 1.4 Read the rest of this update entry...
  5. Basti

    Lost password and Premium notifications

    Yea, the premium emails also arrived within few minutes, but that one email not, just thought to let you know.
  6. Basti

    Lost password and Premium notifications

    Just want to give headsup regarding emial. Arma remember yesterday ive made an test account? this morning the mail arrived at 10 am, thats some huge delay i would say And the header used was this one. $headers .= "From: ArmaClans.com <help@armaclans.com>\r\n"; I saw in settings you use a...
  7. Basti

    Screenshot Questions

    Does that screenshot exist? easy way to check, edit member in admin, should show some img there at the right. As for screenshots not existing, can you check if your screens folder has a file named none.png? Which would be needed for this. I think we not published that png file yet, so properbly...
  8. Basti

    Lost password and Premium notifications

    The premium issue is most likely due people not returning to your list ( you are being redirected back to merchant in 10 seconds ), so a start date or whatever never gets into database. Next premium release make use of paypals notify url where then the checks happens instead on the url where...
  9. Basti

    Contact Form

    Hmm seems some instructions are missing. Thanks for bringing this to our attention. We will update it. Please open up on ftp the file .htaccess ( same place where settings_sql.php is ) Find this line ################ Beautify dynamic url sets On a new line below it, add the following. So the...
  10. Basti

    $TMPL tag with if statements

    Ah, the small things in coding, your worst nightmare and hours of trouble :-)
  11. Basti

    If value is found in array.

    Correct, stuff like these are entered into database as a comma seperated string "value 1, value2, value3, etc" So what you need to do is make an array before out of this value // First check if not empty if (!empty($TMPL['acf_hoursop'])) { // This creates an array of the string, we explode...
  12. Basti

    Implemented http://http: Remove duplication

    Uh, looks like we need to work on the url validation on register/edit if such a url makes it through the checks. Should never be allowed to register with such a thing. Thanks for pointing that out
  13. Basti

    User comments in stats page (Skin Bootstrap)

    Yes, that is something we do not offically support anymore. We just have it there to offer a little bit of backward info for aardvark users. Current Visiolist makes use of facebook plugin or the disqus comments plugin. And vl 2.0 will have its own comment system most likely. if you really have...
  14. Basti

    How to enable Multilanguage?

    You are misunderstanding, aardvark also is not multilanguage ;). It offers several languages files so your topsite is displayed in the language you select in admin, same as VisioList ( we are based on aardvark after all ). Thats what the multilanguage refers to I bet you talk about the mod...
  15. Basti

    Overall Stats

    This plugin does not add the link, it adds the functionality. Normally VL installs the link upon script install, but looks like that got removed, for whatever reason. Its a default plugin so should do that, and did before The link where you can find the overall stats is...
  16. Basti

    How to enable Multilanguage?

    Multilanguage is really a tricky one, while it is possible with a plugin so a visitor can select his desired language, given the language pack is installed. Does it really serve much purpose? Yea he can see parts in his language, but what counts the most, are the members, which are a fixed...
  17. Basti

    Show values in search results

    I think ill make the search more like the rankings in some way, for now please open sources/search.php $query = "SELECT sites.username, url, title, description, banner_url, category {$extra_columns} FROM {$CONF['sql_prefix']}_sites sites, {$CONF['sql_prefix']}_stats stats WHERE active = 1...
  18. Basti

    Searching on rankings site

    Oh jeez, you did? Dont be afraid to spam me if i said i do something, just to often to many things in mind that i forget about things
  19. Basti

    Screenshot Issues - What Did I Screw Up?

    Shoot Mark a Private message. Chance is high that your api is still linked to your old domain. Or simply request a new one and wait for confirmation email. Could take a day though, Mark is not online during eastern i think
  20. Basti

    Searching on rankings site

    Nope, but even if, its something custom so couldnt be used as is anyway on any other list. But its a pretty basic plugin which which makes use of the search plugin hooks... if this is checked, extend search query by "this or that"
Top