Search results

  1. Mark

    Premium Members Next Generation - Feedback Wanted

    I see no benefit at all for 12 hours, even 1 day seems silly to me in the real world. I am open to someone proving otherwise
  2. Mark

    TinyMCE + CSS

    my pleasure :)
  3. Mark

    Premium Members Next Generation - Feedback Wanted

    We are starting to plan the next generation of the premium member module, as always we are interested in feedback from our users. What we have planned is: - Set time based on days instead of weeks. - bidding system option so members can bid on top positions, high bidder gets top spot -...
  4. Mark

    TinyMCE + CSS

    you can do this with plugins instead of altering the files make a plugin file called: include_source.php in that file put if($FORM['id'] == 'whatever_your_page_id'){ $TMPL['css_styles'] .= '<style type="text/css"> #sidebar { display: none; } </style>'; } that should do it
  5. Mark

    TinyMCE + CSS

    you should be able to add CSS classes to custom pages without issue, just be sure you are using HTML mode. instead of adding <style> tags, you should add a class: <div class="something"> then in your user.css file define it as normal... .something { color: red; }
  6. Mark

    Contact Form - Beta

    Please see post #3 in this thread, let me know if that solves the mystery for you
  7. Mark

    #login-form

    yes indeed, however you need to choose the domain you want the link code for. We are working on improving this usability for next release, as apparently its not completely obvious
  8. Mark

    Screenshot Server Maintenance

    I have a new linux based screenshot server setup and integrated with VisioList... if anyone is interested in helping test this let me know and I'll send you the file. advantages - MUCH faster rendering, MUCH more reliable renders, no more internet explorer, no more windows server.
  9. Mark

    Implemented [User] Credibility

    I will be working to improve the user_CP navigation in the next release to make it easier for new users.
  10. Mark

    Edit Premium length

    I dont see how this is bad? 7 days is a nice amount of time, less than 1 day... I just dont see the point in being so short. How much out traffic can you possibly send in 6 hours? people would be lucky to get any visits, so why pay for something with such poor results?
  11. Mark

    Edit Premium length

    This request (if I understood correct) was for the webmaster to pay 1-4 times per day!
  12. Mark

    Edit Premium length

    premium for only hours? hmm you must have a very high traffic list :) That option is not supported and not easily done, you will need to hack a lot of code for that.
  13. Mark

    Screenshots

    I am also actively pursuing a linux version, though I developed our current screenshot system from the ground up on a windows server (at the time it was the only option really)... I would LOVE to be able to have a pure linux solution, windows server is such a pain. I'll post if I get something...
  14. Mark

    Screenshots

    well lets keep our eyes out for any clues, if we can isolate whats happening when its having problems it should be no problem to fix. Some things to check: is the full size screenshot rendering? are the thumbnails correct? is it replacing an existing screenshot? is it rendering correct on...
  15. Mark

    Screenshots

    you should not need to delete the pre-existing image, by default it should overwrite without any problems. But if you can confirm this is an issue in your environment, I can add a function to delete the original before the new one is copied over.
  16. Mark

    Screenshots

    well that gobbly gook you are seeing on the screen is an image being shown in text... likely due to cURL handling (or mishandling it) really not sure why its displaying like that for you. In the past 3 days I have probably generated 300+ screenshots without any issue at all, I also personally...
  17. Mark

    Screenshots

    hmm never seen anything like that before, can you provide teh URL's that are doing this? and any clues what might be different about these?
  18. Mark

    Long Description + BBcode

    strange, you are on version 0.9? try disabling all plugins to see if you can isolate what is causing the problem.
  19. Mark

    how to rehook a moved plugin ?

    sorry I have no idea what you mean, you can do anything... if you know how :)
  20. Mark

    Long Description + BBcode

    hmm it wouldn't matter what type of server you are on, perhaps you have mod_security installed and it doesnt like the BBcode? you will need to check your error log for clues. If you moved the same files and database from your old server it should all work exactly the same.
Top