vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Show Thread Enhancements - iQuote vB3 - Fast & Easy Text Quoting (https://vborg.vbsupport.ru/showthread.php?t=250449)

BirdOPrey5 03-02-2011 12:28 PM

Quote:

Originally Posted by viper357 (Post 2168584)
Joe, any luck with this?

No, never made head or tails of the new javascript, just kept the original that came with the 3.x version.

viper357 03-02-2011 12:34 PM

Thanks.

MoMan 03-23-2011 06:04 PM

I've now updated this mod to version 1.1.

New features include reduction of the size of the JS (by 6kb) and support for quoting social group messages.

Note that in order for the quoting to work correctly within social groups, you need to be using this template: https://vborg.vbsupport.ru/showthrea...hlight=postbit, as the JS checks for the presence of an <a class="bigusername"> element to retrieve the userids. If you aren't using the template, the quoting will still work, but it won't reference usernames.

BirdOPrey5 03-23-2011 08:27 PM

Update installed and working. Thanks. :up:

FYI - Still seeing the bug I mentioned in post # 26, in Opera / Firefox there is an extra line-break in the quote code. Anyone else confirm this or is it just me?

MoMan 03-24-2011 12:23 AM

I can't reproduce it, but I do have an idea of what might be causing it. Can I get a link to the site you're experiencing the issue on? It's likely because there's an extra line break in one of your postbit templates.

A potential fix would be to either edit the template, or to call a trim function on the username variable inside the JS.

HTML Code:

<a class="bigusername">
Username
</a>

Change to:

HTML Code:

<a class="bigusername">Username</a>

BirdOPrey5 03-24-2011 12:38 AM

Quote:

Originally Posted by MoMan (Post 2176801)
I can't reproduce it, but I do have an idea of what might be causing it. Can I get a link to the site you're experiencing the issue on? It's likely because there's an extra line break in one of your postbit templates.

A potential fix would be to either edit the template, or to call a trim function on the username variable inside the JS.

HTML Code:

<a class="bigusername">
Username
</a>

Change to:

HTML Code:

<a class="bigusername">Username</a>

That's very possible... will check it out...

The site is my forum. www.juot.net/forums/ but you'd have to register to try it. I'll check out the postbit now and report back. I did a lot of editing in it.

BirdOPrey5 03-24-2011 12:47 AM

Yes, that's exactly what it was, an extra line-break in the HTML code. Working great now, thanks. :up:

viper357 03-24-2011 06:20 AM

Quote:

Originally Posted by MoMan (Post 2176651)
I've now updated this mod to version 1.1.

New features include reduction of the size of the JS (by 6kb) and support for quoting social group messages.

Thank You. :)

viper357 03-24-2011 08:03 AM

A bug I've just picked up after installing the updated version. It prevents this hack from displaying at the bottom of threads. https://vborg.vbsupport.ru/showthread.php?t=197487

Any idea on how to fix it?

MoMan 03-25-2011 04:16 AM

In showthread_complete, change

$template_hook[\'showthread_after_activeusers\'] = "

to

$template_hook[\'showthread_after_activeusers\'] .= "


All times are GMT. The time now is 03:30 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
  • Page Generation 0.01214 seconds
  • Memory Usage 1,740KB
  • 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_html_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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