Quote:
Originally Posted by compuminus
Ideally the alternate row colors would be drawn from the stylevars, as opposed to being hard-coded into the php. I have a light and dark style for my forums, so as it stands now, vBISpy won't look right with one of them. Perhaps alt1 could correspond to threadbit_background and alt could be threadbit_alt_background ? Thanks for porting this to vB4!
|
Yeah, it just slipped my mind when I added that in. The threadbit backgrounds probably would be best for it.
Quote:
Originally Posted by compuminus
Also, perhaps you would want to use the new thread status icons for vB4...? You'd mentioned that these were too large to fit in the line of vBISpy test, so they weren't used -- but how about using the 16x16px versions? This would just change the vaispy.php code from:
Code:
$thread['statusicon'] = vB_Template_Runtime::fetchStylevar('imgdir_statusicon') . '/thread' . $thread['statusicon'] . '.gif';
to:
Code:
$thread['statusicon'] = vB_Template_Runtime::fetchStylevar('imgdir_statusicon') . '/thread' . $thread['statusicon'] . '-16.png';
|
Ahh, thanks for that - will implement that in the next release
Quote:
Originally Posted by ahmedbehiry
I've disabled jquery in the page using vb conditional <vb:if condition="THIS_SCRIPT != 'vaispy'">
and I'm checking it right now
|
Sorry, not sure what else to tell you. It could be an RTL issue, I'm not sure.
Quote:
Originally Posted by New Joe
So do you think it can be done?
|
Still looking into the friendly URL situation...