![]() |
Thanks. I'll check this out soon!
|
Ignore me.. im dumb
|
Fab mod!!
So great!! |
Quote:
|
how do ia dd a link to my navbar?
|
You can modify your navbar template and add the link to vaispy.php to it. If you aren't sure how to do that, let me know and I'll paste some code for it.
|
I put
Quote:
|
Use style="vertical-align:top;".
|
Quote:
|
Quote:
Add to your CSS: .top span { vertical-align:top; } Then change the code to (Presumably the innerHTML divs, since you're trying to apply it to a table cell): <div class="top"> <span style="inline-block">What you want aligned to the top</span> </div> |
Installed :D
|
thanks for trying... I give up...
Quote:
|
I'll give it a try and see if I can get it to align at the top.
|
Lionel,
I was able to get this to work easily enough editing the va_spy.js file, at line 272: Code:
text = '<td class="alt1 smallfont" align="center" valign="top">' + what + '</td><td class="alt2 smallfont" valign="top">' + poster_clip + '</td><td class="alt1Active smallfont">' + clip + '</td><td align="center" class="alt1 smallfont" valign="top">' + where + '</td>'; |
Installed thanks :)
|
Sure thing, Spikeman; mind if I ask that you click INSTALL? ;)
|
Installed. I love it. Works great. I'm only going to tell select users about it though. ;)
|
Quote:
|
Where 2 or 3 rss feeds are posted, this can mess things up a bit
New Thread Bashy 9 Minutes Ago 05:52 PM Bush 'unaware' of Pakistan threat President Bush says he was "taken aback" by reports that the US threatened to bomb Pakistan in 2001. More... (0 views, 0 replies) RSS News New Thread Bashy 9 Minutes Ago 05:52 PM Bush 'unaware' of Pakistan threat A magnetic levitation train crashes at high speed in northern Germany, killing at least 15 people. More... (0 views, 0 replies) RSS News New Thread Bashy 9 Minutes Ago 05:52 PM German monorail accident kills 15 President Bush says he was "taken aback" by reports that the US threatened to bomb Pakistan in 2001. More... (0 views, 0 replies) RSS News New Thread Bashy 9 Minutes Ago 05:52 PM German monorail accident kills 15 A magnetic levitation train crashes at high speed in northern Germany, killing at least 15 people. More... (0 views, 0 replies) RSS News This is exactly how it looks in the spy page, well with better formatting lol But you can see that its repeated and also titles messed up with the descriptions! |
What do you mean "where 2 or 3 rss feeds are posted"? The query is pretty straightforward; not sure why it would be mixing up titles and descriptions - I wonder is this applies only to rss posts?
|
I meant "when" sorry...
Also i have the AI bot installed as well, and hwen that posts it sometimes messes up, So i am thinking that when the rss and bot posts, they post at the speed of light (so to speak) and it looks like the spy cannot keep up with it, thats what it looks like, I know the bot aint your problem and is hopefully being resolved (slow him posting) so its just the rss feeds.. If one rss is posted its ok, but if theres 2 or more thats when it messes up. I think the rss feeds posts at virtually the same time, therefore if a smal 1 or 2 second delay can be implemented between posts thats should help Does this make any sense to you lol |
Quick question about modifying the look of the threadbits...
Is there a way to make the bg color of each table row alternate from class="alt1" to class="alt2"? |
This is a great mod, allmost making board live of content.
|
I made some major adjustments to mine, take a looksie... The only one not visible here is a 10 minute refresh, to check for new private messages and to update any posts I've read.
Cool New Features |
Any chance of your modification Adrian please? :)
|
Mine also has vBSEO rewritten URLs, so it's a bit diff. I may post it later when I clean it up some more.
BTW if anyone wants alternating rows, here is an easy way to accomplish it. -- In va_spy.js find Code:
function spyinit() { Code:
var rowClass = 'alt2'; Code:
highestid = Math.max(parseInt(spyid), highestid); Code:
rowClass = rowClass == 'alt2' ? 'alt1' : 'alt2'; Code:
text = ' Code:
<td class="' + rowClass + '"> |
Thanks, Adrian!
I'm going to add PhotoPost thumbnails here shortly for new photos added to the gallery. |
Quote:
|
1.1.11 - 9.25.2006
vaispy.php va_spy.js - added SirAdrian's mods for thread status icons and alternating row colors - added code to prepopulate the first 10 rows with existing threads allowing for 5 new ones to be added in scrolling mode (versus scrolling starting from the first thread). |
Something is not right, look at http://www.volvoclub.org.uk/forum/vaispy.php.
There are different fonts in the first column Event. Bob |
Yeah, something is off on IE; checking now.
|
OKay, I've updated the build with a fix and included some new code I was working on to select only subscribed threads while viewing.
|
I added one more thing to mine - ability to filter forums via query string (?forumids=x,y,z) as well as the option to not check child forums for the forums you specify (&noChildren=1). I'll share them later tonight if I get some time.
|
I just modified it again to put the alignment for IE back into place; I don't have any subscribed threads, so if anyone can test that out and let me know if it worked that would be nice.
Thanks, SirAdrian; look forward to adding more. |
Quote:
Bob |
You'll notice that I've pulled some code form the va_spy.js that was only for IE and redone some of the html in the vaispy.php to pre-populate those rows; this leaves 5 rows that will be scrolled with the last 5 posts (and with the "fade"), but removes all the empty rows problems of IE that we had before.
If you modified the code in the past to change the number of rows, you'll have an easier time adjusting this code; as all the changes will be in the vaispy.php script. Except for changing some variables in the va_spy.js script; you shouldn't need to change much else in the file. |
|
Suggestions:
- add refresh button (ajax style perhaps) - new version seems to instantly load about 15 threads without scrolling nicely like the old version |
Not sure what a refresh would accomplish since it's already on a polling cycle.
Yes, the new version preloads the rows with 15 items and scrolls 5, as per the version updates. |
Quote:
In the past, that was all I had to change when updating. Ideas? |
All times are GMT. The time now is 06:39 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|