vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - vBISpy - AJAX real-time feed of new posts/threads (https://vborg.vbsupport.ru/showthread.php?t=125947)

Snake 09-17-2006 05:11 PM

Thanks. I'll check this out soon!

ZGeek 09-17-2006 10:57 PM

Ignore me.. im dumb

bjs144 09-18-2006 09:25 AM

Fab mod!!

So great!!

MPDev 09-18-2006 05:56 PM

Quote:

Originally Posted by firstrebel
That didn't work, so I looked at vaispy.php and removed the width="190" attribute from <td class="thead" width="190">By</td> at line 291.

Bob

Sorry about that, yeah, the header needed to be modified. On Opera browsers you still have to modify the javascript, though.

Shouzen 09-18-2006 08:45 PM

how do ia dd a link to my navbar?

MPDev 09-19-2006 11:29 AM

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.

Lionel 09-19-2006 12:39 PM

I put
Quote:

valign="top"
in every single <td> I could found, yet it still displays in the middle for poster name, forums etc...

ForumDog 09-19-2006 03:03 PM

Use style="vertical-align:top;".

Lionel 09-19-2006 04:13 PM

Quote:

Originally Posted by ForumDog
Use style="vertical-align:top;".

where exactly? I tried that in every single <td>

ForumDog 09-19-2006 04:52 PM

Quote:

Originally Posted by Lionel
where exactly? I tried that in every single <td>

Might be because the code puts DIVS inside the table cells, which are overriding the table cell alignment. Vertical-align can't be applied to divs in that manner. Try this (untested, rough guess):

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>


All times are GMT. The time now is 08:09 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01882 seconds
  • Memory Usage 1,734KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete