Results 1 to 6 of 6

vBSEO Likes tree misses alt tag

This is a discussion on vBSEO Likes tree misses alt tag within the Bug Reporting forums, part of the vBSEO SEO Plugin category; In the template vbseo_like_tree the images requires an alt tag to be valid: HTML Code: <img src= "{ vb :var ...

  1. #1
    Senior Member
    Real Name
    Matthias
    Join Date
    Mar 2009
    Posts
    376
    Liked
    19 times

    vBSEO Likes tree misses alt tag

    In the template vbseo_like_tree the images requires an alt tag to be valid:

    HTML Code:
    <img src="{vb:var $like.avatarurl}" class="vbseo-likes-avatar" />
    must be

    HTML Code:
    <img src="{vb:var $like.avatarurl}" class="vbseo-likes-avatar" alt="" />


    Causes a lot of xhtml issues without this tag.

  2. #2
    Senior Member
    Real Name
    Matthias
    Join Date
    Mar 2009
    Posts
    376
    Liked
    19 times
    Another issues:

    template: vbseo_likeshare

    HTML Code:
    <img src="{vb:var $bm.image}" width="18px" height="18px" />
    HTML Code:
    <img src="{vb:var $bm.image}" width="18px" height="18px" alt="" />

  3. #3
    Senior Member
    Real Name
    Matthias
    Join Date
    Mar 2009
    Posts
    376
    Liked
    19 times
    Without enabled bookmarks there another 8 issues because
    Line 161, Column 218: end tag for "ul" which is not finished
    Please fix this issues as well.

  4. #4
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    thank you for reporting!

  5. #5
    Senior Member
    Real Name
    Matthias
    Join Date
    Mar 2009
    Posts
    376
    Liked
    19 times
    Any news about fixing these errors?

  6. #6
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    They will be added to gold.

Similar Threads

  1. Replies: 230
    Last Post: 04-30-2012, 05:06 AM
  2. The "Likes Tree" REDUX
    By Juan Muriente in forum vBSEO Announcements
    Replies: 137
    Last Post: 10-29-2011, 02:16 AM
  3. The "Likes Tree" - Development Update
    By Juan Muriente in forum vBSEO Announcements
    Replies: 114
    Last Post: 03-18-2011, 04:46 PM
  4. Replies: 183
    Last Post: 01-15-2011, 10:55 AM
  5. vBulletin 4.x Likes (+ tree) not showing
    By ct2k7 in forum Troubleshooting
    Replies: 4
    Last Post: 01-09-2011, 02:29 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •