Search results

  1. Mark

    Create a new cpl_menu site

    you will need some PHP understanding. Duplicate one of the existing sections in sources/user_cp to get started
  2. Mark

    Case Study - Upgrading to VisioList

    So after 2 hours on Day 1 here is the rundown of what was done. 1) Upgraded to VisioList 2) removed 27 categories which were empty or had less than 5 members, we now have just 4 categories and that number may shrink again tomorrow. 3) moved any orphaned members to active categories 4)...
  3. Mark

    Implemented Multi Button options

    should be no trouble to include the category name in the alt tag.
  4. Mark

    Reviews

    It was a real person yousite.com/?a=rate&u=USERNAMEHERE
  5. Mark

    Implemented Multi Button options

    Status changed to "working on it" - should be ready for inclusion in 1.0
  6. Mark

    Case Study - Upgrading to VisioList

    So a few years ago I was contracted to skin an Aardvark Topsite, the job went fine and the owner did a good job promoting and building it up. Over the past year or 2, he has sold the site to a new owner and the site has pretty much been neglected to the point of near death, many of the sites...
  7. Mark

    Offering More Static Button Images

    if your referring to this thread, you should be posting in that topic ;) http://visiolist.com/community/threads/multi-button-options.195/ Otherwise, you can make any adjustments you like to link code, pageview counting is already a default feature that can be enabled in the admin.
  8. Mark

    RSS Feed Importer

    open details_compile_details.php find: $TMPL['rss_desc'] = strip_tags($item['description']); replace with: $TMPL['rss_desc'] = substr(strip_tags($item['description']),0,100); that should do it
  9. Mark

    Reviews

    I assume its because either at one time reviews were enabled, OR a user is familiar with ATS and they went to URL for posting reviews and simply posted it.
  10. Mark

    Billed again

    Renewals are automatic as indicated on the signup form. Your refund has been issued. thanks for your business :)
  11. Mark

    RSS Feed Integration

    thanks I removed that one, only the 1 in the plugins section should be used... didnt realize that old one was even there :)
  12. Mark

    RSS Feed Integration

    yes that is the correct plugin, it should work just fine with 0.9 but I have not confirmed it. What happens when you install and use it?
  13. Mark

    Advertisement problem

    this is also covered in the manual http://visiolist.com/docs/ranking-settings
  14. Mark

    Advertisement problem

    paste your ad code in the ad_break, and ad_break_top template. if you want ads to show up after rank #2 and rank #4 for example simply put 2,4 in that field.
  15. Mark

    stats pages

    See this? <base href="http://browser-top250.info//" /> you have included a trailing slash in your settings / so all of your urls have // which is not good. You should be able to easily fix this by correcting it your admin settings -> Visiolist URl.
  16. Mark

    [Google] Duplicate content

    as Basti mentioned above, 301 redirects are already in place for all of those
  17. Mark

    Logged in elements

    http://visiolist.com/community/forums/mod-tutorials/ read the tutorial on how to create a plugin, they are very easy to make
  18. Mark

    Button Font

    that is a bit trickier, you will need to use GD lib with freetype, this part is all handled with PHP since its dynamically creating the button. I will work on making this a feature for the upcoming release, its always something I have wanted to do anyway
  19. Mark

    Logged in elements

    everything is possible ;) you can make a simple plugin to do this if (isset($_COOKIE['atsphp_sid_user_cp'])) { $TMPL['user_logged_in_hide'] = ' style="disply: none";' } then in your template you can add {$user_logged_in_hide} to the element you want to hide. for example: <div...
  20. Mark

    Registrating page

    elegant join plugin is what your after http://visiolist.com/community/threads/elegant-join.28/
Top