Search results

  1. 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.
  2. Mark

    how to rehook a moved plugin ?

    sorry I have no idea what you mean, you can do anything... if you know how :)
  3. 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.
  4. Mark

    how to rehook a moved plugin ?

    Sorry I really dont understand what you have done, you should be making a child theme and editing the wrapper in your child folder. What your screenshot shows is that you are not loading your page through Visiolist templates at all.
  5. Mark

    layout problem

    min-height: 250px; height: 200px; height will override the setting, the order is VERY important.... margin-top: -66px; text-align: center; background: transparent url(img/strap3.png) top center no-repeat; height: 200px; width: 100px; padding: 10px 0 0 12px...
  6. Mark

    layout problem

    my pleasure, post back if you have any problems
  7. Mark

    layout problem

    to whatever class you defined your ribbon background image on
  8. Mark

    Screenshot Server Maintenance

    The API key you are using has never been activated, and you are using an out of date version of VisioList.
  9. Mark

    layout problem

    in CSS you can also define min-height: 250px; on your ribbon, that will ensure it always has enough height.
  10. Mark

    Screenshot Server Maintenance

    please start a private conversation with me, and provide your API key. I have generated over 100 screenshots in the past 2 days without any problems.
  11. Mark

    Screenshot Server Maintenance

    Looks like a problem with the server we are on, I will get on the datacenter now and see what we can do... I might need to setup a new server or possibly backup server.
  12. Mark

    PHP code in template

    my pleasure :)
  13. Mark

    Created Options to inactive users

    1) already exists, look under admin -> members -> email members 2) you can do this easily enough with a simple template edit, you could also make a plugin to detect how many inactive days and offer them what you like. But you will need to decide what you want to offer before anyone can really...
  14. Mark

    Case Study - Upgrading to VisioList

    Time has been limited to work on things the past couple days, but today I got a little more work done. Improved (slightly) category titles and descriptions also requested Google remove all the pages of duplicate content I do not want indexed, and some of the old category URL's. VisioList by...
  15. Mark

    Screenshot Server Maintenance

    i was able to generate screenshots without issue, but I rebooted for good measure
  16. Mark

    PHP code in template

    echo is not correct. That will display at the top of the page instead of in the template... $TMPL['taken'] = file_get_contents("/home/qwerty/public_html/plugins/Sponsor/taken.html"); $TMPL['empty'] = file_get_contents("/home/qwerty/public_html/plugins/Sponsor/empty.html"); then you can use...
  17. Mark

    error after rigistration

    correct
  18. Mark

    error after rigistration

    Premium Pro plugin? never heard of that one. You can delete any plugin via FTP if you are having file ownership issues, suPHP is recommended..
  19. Mark

    PHP code in template

    http://visiolist.com/community/threads/how-to-create-a-plugin.20/
  20. Mark

    PHP code in template

    no PHP code should be included via a plugin, and the output put into a template variable. Or you can use the includes tag as described in the manual {include "file.txt"} - Includes an external file; if you want to include PHP code or other dynamic content, use the full URL to the file...
Top