Search results

  1. Mark

    Some listings merging into others

    added to the list of design issues to work on :)
  2. Mark

    Who to ask for a new skin design?

    yes the cost for that would also be in this range, depending on the level of integration needed.
  3. Mark

    Some listings merging into others

    at the moment everything looks good from here, did you find the issue?
  4. Mark

    Link Code & UserCP Issues

    downloading the most recent 0.4 bundle and testing this now, I have installed 0.4 on several lists and have not had this issue yet. Will post back findings right away. Unable to reproduce, tested fresh 0.4 installs on windows and linux servers all cases it works as exptected. Try enabling...
  5. Mark

    Integration into Wordpress

    well not really all that much too it, but coming at it from the right angle is certainly the key and no doubt some HTML / PHP experience is required, depending on how far you want to take the integration. You dont need to create the join and stats pages, those are already part of VL. All you...
  6. Mark

    Integration into Wordpress

    no problem, questions are gooood 1) simply install VL in a subfolder or subdomain of your blog and manually integrate your WP layout design into VL skin. 2) use RSS feeds (or custom mySQL queries) to share content between the 2 installs if you need user login integration between the 2 then you...
  7. Mark

    Strange Shadow Graphic in Header?

    sure, open skins/parabola/screen.css and remove: background: transparent url(img/hline-half.png) top right no-repeat;
  8. Mark

    Who to ask for a new skin design?

    I would happy to work with you designing a new skin :) Typically the rate is $100-$300 depending on the complexity of the design, while I havent really designed a topsite theme in a couple years (aside from VL default) its something I have done a lot of in the past and should be able to dig up a...
  9. Mark

    Contact us Plugin

    hmm I am sure I already converted this but didn't post it for some reason, no worries Basti, I will dig it up and post later today :)
  10. Mark

    Review system - your thoughts

    In Visiolist reviews are disabled by default for the reasons I outlined above. But you can go into stats.php and enable them by finding: if($reviews_on == 1) add this BEFORE $reviews_on = 1; note: at this time the review system is NOT supported, you are free to use it but at this time it...
  11. Mark

    VisioList Wishlist

    1 more update from my wishlist, since the last was "liked" by so many so fast :) 0.5 will also introduce the banner ad manager used for rotating ads (or any content) throughout the site. From your admin panel you will be able to ad any HTML code (flash, text, images, javascript etc) to 4...
  12. Mark

    VisioList 0.4

    Bug Found: when a new member joins sources/join.php does not insert the new owner into the DB find (line 168): active, openid, user_ip replace with: active, openid, user_ip, owner then find: {$CONF['active_default']}, 0, '{$user_ip}' replace with: {$CONF['active_default']}, 0...
  13. Mark

    Issues Installing

    Indeed, handling skin updates seems to be on of the biggest hurdles facing most scripts, anytime new features are added most likely your going to add templates which means all old skins need updating. I am no stranger to this, and am working to build "DIFF", and "revision saving" into our...
  14. Mark

    VisioList 0.4

    good to hear :) thanks!
  15. Mark

    Issues Installing

    I recommend that you keep the template changes to a fair minimum until the advertising system is rolled out in the next couple versions (if you plan on using it anyway). This ad system will probably make a few changes to the templates that you will need to re-apply to your custom skin.
  16. Mark

    Menu Manager

    thanks for the feedback, I am open to suggestions to simplify this without losing functionality, what was the most confusing part for you? Any specific ideas how to make it easier? as I said I am not really happy with the interface of this menu manager, but it is functional and seems quite...
  17. Mark

    VisioList Wishlist

    Just a quick update as this was on my wishlist :) Also included in 0.5 release will be the ability for admin to edit skin templates directly from the admin panel. Now you can change your welcome emails etc without using FTP, you can also customize your CSS, wrapper, tables and all other...
  18. Mark

    VisioList 0.4

    Bug found: if recaptcha is enabled, an error will happen if an existing user tries to add a site from the user control panel. soltuion:open sources/misc/classes.php and goto line 178 find: if ($CONF['recaptcha']) { replace with: if ($CONF['recaptcha'] && $FORM['b'] !==...
  19. Mark

    Biggest advantage to 'upgrading' to Visio?

    I would say $15 to convert a theme from Aardvark To Visiolist
  20. Mark

    ImageShack?

    we can create code easily enough to resize uplaoded banners, the problem is any animation in the banner will be lost, bad trade off. If you stick with standard size banners like 468x60, 125x125, 88x31 most websites who are actively promoting themselves already have banners made to these dimensions.
Top