Search results

  1. Mark

    VisioList 0.5 Released

    I have just added a page to the manual explaining the use and configuration of the banner rotator. :) http://visiolist.com/docs/Banner-Ad-Rotator
  2. Mark

    VisioList 0.5 Released

    no decoding required... open wrapper template and move the 3 tags ({$zone_a}, {$zone_b}, {$zone_c}) anywhere you like, they can be in different locations for every skin.. its entirely up to you where you want them to show. {$zone_d} is only used on the stats page.. but again you move it...
  3. Mark

    VisioList 0.5 Released

    Today we are proud to announce the release of VisioList 0.5, featuring new ad/content rotator, template editor in the admin panel, several bug fixes, security patches, and some other minor improvements. head over to the downloads section and get your copy now
  4. Mark

    VisioList 0.5

    This is a maintenance release addressing all known/reported issues from 0.4 as well as some security fixes. Some of the new features: Ad / Content rotator plugin Edit skin templates from admin panel multi-user premium purchase and banner uploads Please read the following carefully to ensure a...
  5. Mark

    Implemented More Suggestions

    multiple answers are do-able for sure and probably should have been included long ago, will add to the list to explode comma separated answers. three + five = eight, 8 I should also mention that the new ad system has 3 global zones (you can place them anywhere you want in wrapper.html) and 1...
  6. Mark

    Implemented Suggestions.

    yup that is clearly from an older join.php version, replace the code you posted with the block I posted above you'll be all set. As you can see at the end your query is missing the "owner" part, I'll check the 0.4 zip and ensure this is not being distributed.
  7. Mark

    Implemented Suggestions.

    post from line 167 to 176 should look like this: $DB->query("INSERT INTO {$CONF['sql_prefix']}_sites (username, password, url, short_url, title, description, category, banner_url, email, join_date, active, openid, user_ip,owner) VALUES ('{$TMPL['username']}'...
  8. Mark

    Customizing your style with Jquery UI

    sure, if you upload a file called: jquery-ui-1.8.16.custom.css then you need to open wrapper.html and find the part that says: jquery-ui-1.8.12.custom.css change it to: jquery-ui-1.8.16.custom.css
  9. Mark

    Implemented Suggestions.

    yes it would be, but you are experiencing something very odd, your "owner" field appears to be empty and that is not right, can you post your sources/join.php file here so I can check the query? running the patch file above will make your VisioList operate as it should. Then we'll work on...
  10. Mark

    Implemented Suggestions.

    wow that should not be...checking into this now. In the mean time you can create a new file called patch.php and upload this to your root directory (the one with settings_sql.php) then visit: yourvisiolist/patch.php <?php define('ATSPHP', 1); $CONF = array(); $FORM = array(); $TMPL =...
  11. Mark

    Implemented Suggestions.

    is you current insallation this a fresh install, an update from an older version, or an upgrade from Aardvark?
  12. Mark

    Implemented Suggestions.

    This is done, however the tags are not included in the templates of parabola. You can use any "tag" from the stats.html template and place it in your table_top_row.html and table_row.html templates. That site select box is only for the sites that specific member has added, since VisioList 0.4...
  13. Mark

    Div id's for:

    A much easier way is to roll a theme http://visiolist.com/community/threads/customizing-your-style-with-jquery-ui.67/ :) I will make this more visible
  14. Mark

    Mod Request

    no need to apologize :) and it has sparked some great discussion between Basti and I. These sorts of scripts are usually for 1 specific script or game (minecraft etc), its simply impossible to make a general one as every game is coded different. how do you retrieve a username from a game built...
  15. Mark

    Mod Request

    I understand what your saying, but I think there is a fundamental misunderstanding about what a "vote" is. I'll try explaining better. a) Consider this: How can someone click from your members site into your topsite and NOT vote? its impossible with VisioList, once they click in (from any link...
  16. Mark

    Installation Errors

    Hello, I personally sent an email to you 10 minutes after your order notifying you about members area access but never heard back from you. We are adding members area access for you now so you can access the latest downloads and plugins. Also I want to confirm that you paid $29.95 not $40? I...
  17. Mark

    VisioList Wishlist

    its ok, I'll add that site to my demo list and make sure the screenshot is generated as expected. :) update: this is done for 0.5
  18. Mark

    VisioList Wishlist

    what happened when you tried? try generating screenshot for that domain now so i can see the request coming in
  19. Mark

    VisioList Wishlist

    Anna were you able to test the solution I posted above (#35) for screenshots?
  20. Mark

    Mod Request

    As soon as the visitor clicks through to your visiolist the vote is counted, therefore its impossible to have only 55% vote ratio, a vote is only a unique click "in" from a member site, the user doesn't need to anything further. This mod is not something we will be able to create for free as...
Top