Search results for query: *

  1. V

    Bug Invalid Navbits HTML

    This has caused some features of other add-ons on my site to break. When I make the HTML valid again, the add-ons all work as expected. Aside from other add-ons, this issue has the potential to break custom CSS rules or Javascript that expects the parent of an LI to be the actual list element...
  2. V

    Bug Invalid Navbits HTML

    The template dbtech_dbseo_navbit_link contains improperly nested and thus invalid HTML: <div itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb"> <li class="navbit"><a href="{vb:raw nav_url}" itemprop="url"><span itemprop="title">{vb:raw nav_title}</span></a></li> </div> This...
  3. V

    Question URLs Not Rewritten in Content, Also Not Canonicalized

    Thanks for the information. nginx can get a little weird with rewrite rules, so it took a while to get it working. Because the main .php location block was already catching plain entry.php etc, I had to create a separate location ~ ^/(every|single|php|file)\.php or it would occur too late in the...
  4. V

    Question URLs Not Rewritten in Content, Also Not Canonicalized

    It wasn't translating content URLs because we admins have debug mode enabled. Is there a way to make it work even while debug mode is on? Canonical redirects are still not working even with debug mode off.
  5. V

    Question URLs Not Rewritten in Content, Also Not Canonicalized

    Interesting. The issue with URLs in content not rewriting seems to only affect administrators, maybe only super-administrators. It is fine for guests and regular users. However, the following problem still occurs even for guests: - If you manually enter entry.php?b=38, it lets you view that...
  6. V

    Question URLs Not Rewritten in Content, Also Not Canonicalized

    I've imported my VBSEO rules into DBSEO, and all the server-level Rewrite rules are working. For example, if I go to http://www.crackedeggstudios.com/blogs/38/ it works as expected. However, it seems like that's all that's working: If you hover/click any link to a different blog entry, you...
Back
Top