Search results

  1. Mark

    Beta Testing Begins May 1

    The end of April will signify the end of "Alpha" development for VisioList. What does that mean? it basically means that no new features will be added to the core after this point and all work done will be focused on bug fixes and improvements. I expect 1-2 weeks of beta testing before the...
  2. Mark

    Affiliate Testers Wanted

    Affiliate testing offer is now over, thanks to all who participated and helped us dial in the affiliate system. I'll have some updates for the affiliates in the near future once the VisioList script has gone "Gold" and the supporting website is complete.
  3. Mark

    Change settings not saving on fresh install.

    you can enable debug mod in index.php to reveal any errors: change $CONF['debug'] = 0; to $CONF['debug'] = 1; but off the top of my head I didnt mention the new need to ensure button_config.php is write-able so that could very well be the problem
  4. Mark

    Back link choices.

    can you confirm that you uploaded/overwrote all the files from the 2.4 bundle? If so, paste here your sources/user_cp/link_code.php and button_config.php
  5. Mark

    Back link choices.

    yes they show up in the UCP link code page since Alpha 2.4. I have confirmed this is indeed working as expected.
  6. Mark

    Approve or delete multiple reviews

    this was not changed since Aardvark Topsites, it should work fine. edit: just noticed the checkboxes are the YES/NO sliders, these will not visually change from yes to no using the select all function but they are infact all selected. I will remove the YES/NO Sliders here and put them back to...
  7. Mark

    Menu Manager

    did you add the provided tag to your wrapper? for example: {$menu-1} or are you not seeing the menu manager properly in the admin? What exactly is not working for you?
  8. Mark

    User control panel edit changes not saving.

    ahh this was an old bug within Aardvark (checking the dimensions of the users banner), I dont recall the fix off the top of my head but will get this fixed up asap.
  9. Mark

    Twitter [DEPRECATED]

    looks like the plugin installer was not run, can you try deleting the twitter plugin and re-uploading it? That should get rid of the database error.
  10. Mark

    category navigation

    in the next release (within 24 hours) adding {$category_menu} to the wrapper will display an alphabetical list of categories, this was left out of early alpha versions.
  11. Mark

    New members bypassing approval

    This has been fixed and will be included in the next release, thanks!
  12. Mark

    RoadMap

    A few weeks ago I would have thought a release candidate would be ready by now to be honest.. Its hard to say but my best guess at this point is middle of May depending on how bug reports/fixing goes.
  13. Mark

    Remove Ad in default skin

    ahh must be using the carousel2 plugin? plugins/Carousel2/global_start.php incidentally this will be moved into a template plugin next update to the Carousel2 mod.
  14. Mark

    Purchased & Installing now!

    Hi Contemptx, I am upping your account privileges now so you can access all the latest files. We are indeed looking for affiliates to help us spread the word and get the product out there. If you need any extra creatives or anything I can do to help make your campaign a success, just let me...
  15. Mark

    Affiliate Testers Wanted

    Hi Kelly, I am showing order # U2094017101 was referred by affiliate "ladysham". I presume that was yours? I am bumping your account access up to license holder now so you can access the latest file downloads. Cheers
  16. Mark

    VisioList Alpha 2

    ahh good catch, to correct this open wrapper.html and find: <form action="index.php" method="get"> replace with: <form action="{$list_url}/index.php" method="get"> this will be included in the next release
  17. Mark

    VisioList Alpha 2

    Update posted: VisioList-alpha2.4 aside from several bugs begin fixed the main additions in this release: button settings "roughed in" - Give your members a choice of text link, static image, ranks on buttons, stats buttons. Disable counting pageviews (and/or all MySQL button activity) with a...
  18. Mark

    Approve new members.

    added to next release :)
  19. Mark

    User control panel edit changes not saving.

    open index.php and find: error_reporting(E_ERROR | E_PARSE); replace with //error_reporting(E_ERROR | E_PARSE); copy and paste the errors that show up at the very top of the page, this will tell us what field is missign from the Database. If you would rather keep the paths private feel...
  20. Mark

    RSS Feed Importer

    I have posted an updated ZIP, give it a try and let me know if the issue is resolved.
Top