Search results

  1. 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...
  2. 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.
  3. 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']}'...
  4. 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
  5. 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...
  6. 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 =...
  7. Mark

    Implemented Suggestions.

    is you current insallation this a fresh install, an update from an older version, or an upgrade from Aardvark?
  8. 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...
Top