Login to download the latest version of Mint and your favorite Pepper, purchase additional licenses, or post in the Forum. Don't have an account? Create one!

In Partnership with Media Temple

Mint Forum

Mint not fetching vBulletin page names

zand
Minted
Posted on Jan 30, '07 at 02:01 am

I am using Mint with vBulletin. The problem is that Mint does not get the page title of the vBulletin page. Just the filename. Any way to fix this?

It is like this on both Mint 1 & 2.

Turk
Minted
Posted on Jan 30, '07 at 03:30 am

Do you have the code added into vb?

I used vb’s Replacement Variable Manager to insert the code. I set it up so that anytime < /head > showed up it replaces it with:

< script src=”/mint/?js” type=”text/javascript”> < /head >

Shaun Inman
Mint/Pepper Developer
Posted on Jan 30, '07 at 01:13 pm

The problem is that the page title is coming after the Mint JavaScript include. It must come before in order to identify page titles properly. Making this change now will correct the problem going forward but will not update previously recorded hits.

zand
Minted
Posted on Jan 30, '07 at 01:38 pm

I tried what Turk recommended, but when I enter it as a replacement variable, the result is that the logo does not load. Once I remove it everything is back to normal. Can it have something to do with that the src not in regular file format? In the source the ” are removed when the page is loaded.

Turk
Minted
Posted on Jan 30, '07 at 10:46 pm

If you cut and pasted the stuff in my post above it may not work. I had to put spaces in just to get it to show.

zand
Minted
Posted on Feb 01, '07 at 12:07 am

When I tried with the spaces it did not work. In Safari it just didnt work and in Firefox the code with the spaces appeared on top of the page.

Edit: I managed to fix it. As long as I added at the end of the code and removed the spaces it worked just fine as a replacement variable.

zand
Minted
Posted on Feb 01, '07 at 12:35 am

(This was removed from my last post): I had to add < /script > (without the spaces) to make it work.

You must be logged in to reply. Login above or create an account