Search results

  1. Basti

    Question on index.php

    ^.*/index.php place an $ sign after the php, else admin or generally non-clean urls should not work
  2. Basti

    Permissions

    On suphp you can skip the permissions as far as i know. For fastcgi iam not sure right now out of the head ( Mark is the Server techy here :) ) But you can test it easily. Simply leave all as it is and visit the installer page. If any requirement shows red there you still need to chmod what is told
  3. Basti

    Question on index.php

    Ah the double content issue, true. We will work on canonical url tag for VL 1.1 , then all those redirects come to an end
  4. Basti

    Link code question

    That is the "Google friendly links" option in admin settings. Its to strenghen your SEO ( backlinks ) http://visiolist.com/docs/button-settings ( scroll down a bit )
  5. Basti

    Featured Member in the Table_Top

    The problem is that you float an element where the parent can be of variable height, so the float goes into box model and stretches until it reaches the end of the last floated element in the DOM ( which is the sidebar ). To fix this you have 2 options 1. Simply give the parent container (...
  6. Basti

    Screenshots loading as black.

    Nope they are the same, both use the new screenshot server ( thats the thing which changed from the older file ). Maybe just an outage or reboot happened while you tried it before replacing
  7. Basti

    Login error

    Compare your files and its content against paraola from vl 1.0 That skin you use is plain old ( from 0.8 ) and is missing template tags and html files. In your case user_cp_start.html is missing, but iam certain more stuff is missing
  8. Basti

    Implemented Exact Join Date

    Ok upload the zip content file ( edit.php ) to sources/admin/ overwriting the old file. This will now show you in the "This site is" at the bottom a fourth option and that is if their status is 3 ( temporary inactive due no hits in / pageviews ) So now if here status is "Inactive ( not listed...
  9. Basti

    Question on index.php

    No there is no difference. Why you want to take it off? .com/index.php as it is placed nowhere. If you link your main site do it without index, just site.com
  10. Basti

    The Dark Elegant Collection

    table_filler.html, normally looks different, but due table filler ( a.k.a Your site here ) was originally not needed for this skin you now have problems using it the default way parabola uses it. What i suggest is editing that file and change the content to something like this maybe. Its not...
  11. Basti

    Clean URLs not working

    http://www.mmorpg-top100.com/category/Age-of-Conan/ Htaccess is working. But your urls do not update. Have a look into admin settings -> the "Other" bar and enable clean url there ( dont forget to do what is stated there for the menu items ). Looks like you did not turn that on
  12. Basti

    Carousel 2 - Rotating Screenshots

    Ok Plugin updated. Issues was that first off the css was missing. So i put the required js and css now into the plugin folder. Additionally it was incompatible with VL 1.0 jquery version ( 1.9.1 ) Please reupload.
  13. Basti

    Carousel 2 - Rotating Screenshots

    global_start.php $result = $DB->query("SELECT * FROM {$CONF['sql_prefix']}_sites WHERE premium_flag = 1 ORDER BY RAND() DESC LIMIT 5", __FILE__, __LINE__); The Limit at the end. so it grabs 5 random members and rotates them. Looks like on your site it dont scroll to the next set of 2. Try to...
  14. Basti

    Customizing Your VisioList

    Html. Child folder is for editing templates files to ensure smooth possible skin upgrades. If you only edit css, sure user.css is enough. But as soon as you maybe want to edit information text to lets say join_form.html, or change/add html id/class names -> child folder is the way to go
  15. Basti

    How to remove Brand?

    Hmm something seems to be wrong with the zip delivery when purchasing branding free. We will investigate that. Please check your inbox for zip
  16. Basti

    Implemented Exact Join Date

    Ah a request we forgot to put into 1.0 Was planned to show what kind of inactivity it is on "manage inactive members". And show the missing inactive status ( status 3 ) on edit member, as it stands now the inactivity you see there is "admin made member inactive". So "inactivity due no hits in"...
  17. Basti

    Toplist not sorted properly.

    The ranking is correct, but your template tags in the rankings files are not. You placed them manually, dunno the {$unq_in_0_weekly} or whatever you used. And since you placed them manually you also need to update your tags once you change your ranking period
  18. Basti

    G+

    Yea you have an old plugin file from when we were still using /stats as members details page. So the hook also changed at that time. Resulting in a kind of like double plugin if you did not removed the file when we did the change. The old file mark mentioned is "stats_build_page.php"
  19. Basti

    Upgrade to 1.0 Errors

    Your first admin errors happening because your server dont allow writing to languages/english.php Yes upgrading is easy, but instead of complaining you should make sure your server has all the requirements and not blame it on us... besides, nothing is bug free, no online script, never when new...
  20. Basti

    CDN Support?

    Ok here is a plugin. It might need a small adjustment, but we will see. How it works This plugin will check daily ( together with list reset ) all nomal and premium banners where the url starts with our list url - We split the url into 2 segments 1. its your list url, e.g site.com or...
Top