Recent content by frankfa

  1. F

    Question vb:link im template not using DBSEO url

    That would get me what I'm getting now. I'm looking to have it print out the DBSEO version of the URL. How can I get a DBSEO formatted link to print through a postbit template?
  2. F

    Question vb:link im template not using DBSEO url

    I'm probably missing something. In the postbit_legacy template, I added {vb:link thread|bburl|nosession, {vb:raw thread}, {vb:raw pageinfo_post}} I'm getting Example Domain How do I get it to return a dbseo URL?
  3. F

    Bug rel="nofollow" not looking at whitelist

    Ah, good point. Thanks for fixing!
  4. F

    Bug rel="nofollow" not looking at whitelist

    No, your new way will work as well, but it isn't the best way to do it. You're now setting up your pattern to look for any of the domains by including the OR modifier for regular expressions. Why not just take the URL's domain and look for that pattern in your list of domains? You can...
  5. F

    Bug rel="nofollow" not looking at whitelist

    So it looks like you didn't implement everything the way I supplied it. Your regex and subject are backwards in your preg_match functions. You should be looking for the URL in the white list value not the other way around. Sorry for not getting back to this thread sooner, but I've been really...
  6. F

    Bug Pull CDN does not work with vbulletin domain installed to a sub-folder

    Ok, I followed your instructions and added the subfolder when I reinstalled the cdn integration. Now I can't get any of the assigned folders to work. It doesn't automatically grab the clientscript directory files. It also doesn't grab any of the custom assigned folder that I added. It does...
  7. F

    Bug Pull CDN does not work with vbulletin domain installed to a sub-folder

    When I enter the CDN domain for our domain, this plugin assumes that this is where vBulletin is installed. All URLs are re-written to use the domain as the vBulletin installation directory. I went back to try and change the URL, however it isn't possible to change it in the settings page. I...
  8. F

    Bug rel="nofollow" not looking at whitelist

    I made some code changes to get the whitelist to work correctly. It looks like URL compared is the full URL instead of just the domain. It also looks like the preg_match variables are switched. The following code is working for me: dbtech/dbseo/includes/class_core.php:5552 $url_parts =...
Back
Top