Search results

  1. Mark

    Fetured members etc

    Hi Anna, will include screenshots with featured member for the 0.5 release which I will post tomorrow.
  2. Mark

    Menu Manager

    they actually are supported, the first box is for the URL path, the second box is for the anchor text, and the third box is for additional attributes like rel="nofollow" target="_blank" and class="something" :) I will work on documenting this asap so its clearer.
  3. Mark

    views today?

    might be a silly question, but it seems a logical place to start. do you have pageview counting enabled in admin -> button settings? I added a site to the demo list and installed the button code with the stats button (footer of osempire) and the views today seem be counting as expected.
  4. Mark

    Stats Page Error

    ahh your running PHP 5.3 i assume? 5.3 introduced some major changes and broke a lot of scripts including the super popular maggpieRSS which is what is producing that error. Options: You can suppress the deprecated error warnings (posted below), remove the RSS importer until maggpie is PHP 5.3...
  5. Mark

    Contact us Plugin

    nope this plugin is fully created, however has not been posted. Some plugins (like this one) will require a new php file be added to /sources/, the method I have created for handling this was not fully supported by Basti as it requires an addition to the query string in the URL's. So for...
  6. Mark

    Logo Size

    no problem :)
  7. Mark

    VisioList Wishlist

    thought about that option as well Karl, but it complicates things quite a bit for the theme designers. I will be releasing a new skin in a few versions built on 960grid, this will come with 12,3, possibly even a 4 colum version that is very easy to manipulate. After a lot of consideration...
  8. Mark

    Logo Size

    All sizes and styles for the default skin are set in skins/parabola/screen.css for the logo its this part: #logo { text-align: left; width: 400px; float:left; }
  9. Mark

    VisioList Wishlist

    ahh I see, fortunately that issue is extremely easy to fix :) open sources/admin/screenshots.php find (line 41 or so): $domain_string = parse_url($FORM['url'], PHP_URL_HOST); replace with $domain_string = $FORM['url']; then find (line 48 or so): $domain['url'] =...
  10. Mark

    VisioList Wishlist

    well possibly, but too many options can become confusing for the user, not too mention its that much more to maintain. Personally the current screenshot system works great for me, the black screen issue was resolved quickly yesterday but issues like that may happen from time to time. The system...
  11. Mark

    VisioList Wishlist

    What would everyone prefer? allow the user to upload a screenshot or integrate thumbshots add/or similar 3rd party service.
  12. Mark

    Screenshots issues

    alright should be all set now, I was able to generate screens with your API key after a little massage of Windows7 settings
  13. Mark

    Screenshots issues

    please try generating a screenshot now (dont generate all quite yet), WIN 7 as a server is a pain....
  14. Mark

    Screenshots issues

    Hi Karl, I am just doing some testing on this now. I can confirm the screens are all coming in as black. Will see what i can find.
  15. Mark

    Review system - your thoughts

    yup the review system you see at veggiemind is exactly what I am trying to get away from :) that is the default review system we are currently hiding, when you enable it that is what you will have. 1) in an era of free email accounts and $8 domains, email verification is 0% effective 2)...
  16. Mark

    Stats-markers

    "today" or "average" as you have set in the admin ranking settings. Based on the stats collected from incoming clicks, or pageviews counted whatever you have set your default rank method to be.
  17. Mark

    IRC or other form of live communication

    ouch no fun, I know the feeling. Good luck! better you than me lol
  18. Mark

    IRC or other form of live communication

    well it was a thought, and it would be good for community spirit :)
  19. Mark

    IRC or other form of live communication

    I've never been a fan of that personally, as I end up posting the same info over and over in chat. The nice thing about a forum format is everyone gets to see the questions and solutions posted at their own time, and those answering questions need only answer once for everyone. The searchable...
  20. Mark

    Review system - your thoughts

    so now that we have some more conversation on this... what to do with this review system to make it more useful? Well, 1 thing I have seen and like (sort of)... is to open the members site with a "toolbar frame" at the top from your VisioList. This toolbar would ask for rating/review and any...
Top