Quote:
Originally Posted by nix
1.8 has most of that fixed. If you have a custom template then you need to make sure the js and css are being included. I've installed this on a number of forums with zero issues.
|
That's very nice for you.
Again, admitting that I am but a lowly new user and forgetting the alterations I apparently did not need to make to get even the slightest resemblance to a functional mod, could you please take a moment or two to educate me further?
1.8 package here is installable as is?
I can install on a virgin installation and the program will work as posted?
How then, exactly, is the Adobe PDF file transaction handled?
Try as I might, I can't get this to work without rehab (1.4, 1.5 or 1.8) It's just me correct?
The issues with the hard coded path would indicate that even you would have issues with either one of the two (/vb/ or /forum/) however, for those folks with /forums/ I would think there would be continued problems.
Rather than tell me that it works for the developer, could you let please me know where to look for the continuing issue with wmv files (nothing displays but media tags are there). Height, width and title are still empty elements (view source) , "test" or "This Is A Test" is not what was typed when jpg's are linked but it's there everytime.
And finally, in Functions_public.php, is it really supposed to be 'goldbrick_
test'?
Code:
elseif ($vbulletin->options['gb_style'])
{
eval('$content = "' . fetch_template('goldbrick_test') . '";');
}
else