Status
Not open for further replies.

neounix

Customer
We have installed DBSEO on our backup server and notice a problem (see images attached) where DBSEO breaks the way the Navbar navbits image is displayed.

The correct working code is (for example) before DBSEO is:

Code:
<a href="/showthread.php?t=238407?t=238407">
<img class="inlineimg" src="http://my.server.com/images/misc/navbits_finallink_ltr.gif" alt="Reload this Page" border="0" /></a>

... but when DBSEO is enabled it breaks:

Code:
<a href="http://linode.unix.com/f43/238407-able-increase-zfs-file-system-ngz-post302866861.html">
<img class="inlineimg" src="http://my.server.com/" alt="[Solved] Increase the file system size" border="0" /></a>

.. and as you can see and read, the navbits URL is broken and the image does not show properly.
 
Last edited:
Thank you!

We also found that there might be other instances where where this breaks when we use custom style vars for images; for example when we use a full URL for an image when serving from our CDN (content delivery network).

However, let's wait for the bug fix and I'll see if that fixes it!

Thanks for the quick reply!
 
CDNs are not currently supported, it will always prepend the forum URL to any image paths.

I'm not sure what you mean by custom stylevars for images?
 
Custom StyleVars are set in the StyleManager.. see attached as an example.

For example... if the image path for buttons is normally:

Code:
/images/buttons

We change this to:

Code:
http://other_server.unix.com/images/buttons

So the images load from another server (for performance reasons, obviously)

So, it's not really a "Supporting CDN" issue.. It is an issue of supporting the standard features in vBulletin to customize the path (and URL) for images as managed in the Style Manager (or using RRs).
 
Last edited:
Aha, I see.

I'll run some tests, I'm gonna steal your URL and use it for my localhost test since I don't have any vB3 forums running in the wild :)
 
Update: I've confirmed that rewrites do not happen when the image path contains http:// - you'll be able to confirm this in Beta 8 :)
 
HI.

I uploaded the new b8 release files and the new b8 XML product file, and the error still exists, because (it seems) because DBSEO is still rewriting this URL:

Without DBSEO:

Code:
<a href="/showthread.php?p=302866869?p=302866869">
<img class="inlineimg" src="http:/my.server.com/images/misc/navbits_finallink_ltr.gif" alt="Reload this Page" border="0" /></a>

with DBSEO on:

Code:
<a href="http://my.server.com/f30/237627-status-dd-running-background-job-post302866869.html">
<img class="inlineimg" src="http://my.server.com/iconimages/f2/suspend-background-running-job_ltr.gif" alt="suspend a *background* running job" border="0" /></a>

So, DBSEO is rewriting http://www.unix.com/images/misc/navbits_finallink_ltr.gif to http://www.unix.com/iconimages/f2/suspend-background-running-job_ltr.gif" ...

.. however, the problem is actually on our end somewhere, it seems, because the server name is linode.unix.com but it is trying to get the image from a server not running DBSEO. I cannot find out where the problem lies on our end, so please tell me how to turn off DBSEO URL rewriting for these navbit images.

Thanks!
 
Last edited:
Thanks!

When I get a chance, I'll find out why it's using the wrong server on our end... in the meantime.. that fixed it.

I'll check for other errors and keep testing.

Thanks for the excellent support.
 
Status
Not open for further replies.

Similar threads

Legacy DragonByte SEO

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
7,190
Customer rating
5.00 star(s) 1 ratings
Back
Top