Search results

  1. Mark

    Title Length

    None of that, it would be in the JavaScript near the top if it is indeed in that template.
  2. Mark

    Title Length

    I am away at the moment on a mobile device and cannot confirm, but check the join form template and you should see the limits. Also looks like I will need to patch the error message style for 1.1
  3. Mark

    Visio List is Awesome!

    Thanks for the kind words :) always nice to hear, it's our customers that keep us having fun developing this product, and that translates into a better experience for everyone involved... including us! Cheers
  4. Mark

    Implemented Real time mass mail status

    As each email is sent, show address it was sent to. Use output buffer or Ajax
  5. Mark

    Email issues

    Are you using smtp for sending from VL? You can set you max mails per hour via WHM -> modify account you can set it to any value you like.
  6. Mark

    Question on index.php

    Thought that might be the case :)
  7. Mark

    Question on index.php

    Can you verify your user control panel is still working good? Just want to make sure
  8. Mark

    Question on index.php

    Try it at the top first
  9. Mark

    Permissions

    You should be safe :) that warning is more of a heads up in case you have odd behavior with plugins or editing skins.
  10. Mark

    Featured Member in the Table_Top

    Try .featured { width:400px;} In user.css Then once confirmed width is the problem you can gradually make it bigger until it fits nice.
  11. Mark

    Question on index.php

    You can use an htaccess rule for this, or you an create a plugin to add the canonical tag to avoid /index.php from being indexed. RewriteCond %{THE_REQUEST} ^.*/index.php RewriteRule ^(.*)index.php$ http://www.mydomain.com/$1 [R=301,L]
  12. Mark

    Featured Member in the Table_Top

    It's not doing that for me (safari browser) but usually that s caused by an element that is too wide for a floated container, or an extra closing div tag.
  13. Mark

    Customizing Your VisioList

    Yup, HTML edits as basti says. You might want to add tags or statistics to ranking tables, or stats page. Or you might want to add another sidebar or other edits to the footer or header sections, you might want reposition ad zones. These would all be handled with template edits using child...
  14. Mark

    G+

    Check the plugins folder, sounds like you have an old file still in place, You can also delete the plugin and reinstall fresh google+ plugin
  15. Mark

    Guest Blogging Plugin

    I vote /post/. Or /blog/
  16. Mark

    TBFM Music Directory

    Excellent tweak! Congrats and best of luck going forward
  17. Mark

    Contact Form - Beta

    Hello, what exactly happens? Error messages? Please note http is NOT allowed in any field, this might help you <div> <label for="senders_web">{$lng->ad_web}</label> http://<input type="text" name="senders_web" id="senders_web" size="50" /> </div>
  18. Mark

    How to make every page show Banners

    For anyone else seeking the answer Add whatever tags you like to the table_row template {$description} {$category} Etc. you can use any tags you find in the stats template, or refer to the manual.
  19. Mark

    Screenshots loading as black.

    or use the screenshot.php file found in the VL1.0 bundle, or preferrably upgrade to VL1.0
  20. Mark

    Guest Blogging Plugin

    I dont recall this feature ever being requested before, its certainly not in the features requests forum. I have always saw the value in creating unique fresh content on these lists ;) Commenting will be integrated in some form, but this the perfect time to bring it up! I like the idea of...
Top