vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Show Thread Enhancements - [AJAX] Post Thank You Hack (https://vborg.vbsupport.ru/showthread.php?t=231666)

smirkley 10-17-2013 10:21 PM

I moved it, but you either have to make a new hook, or move the hook it attaches to naturally.

You may have to also widen the box in templates to make it fit without rollover.

CouponWCents 10-17-2013 11:10 PM

The following dependencies were not met:

This product is not compatible with version 4.2.2 of vBulletin. (Compatible starting with 4.0.0 beta 4 / Incompatible with 4.1.0 alpha 1 and greater)

smirkley 10-18-2013 12:27 AM

Install Hippy's version, or edit the xml dependency line for a higher version.

Hippy 10-18-2013 08:55 PM

Quote:

Originally Posted by CouponWCents (Post 2454315)
The following dependencies were not met:

This product is not compatible with version 4.2.2 of vBulletin. (Compatible starting with 4.0.0 beta 4 / Incompatible with 4.1.0 alpha 1 and greater)

\/

Quote:

Originally Posted by smirkley (Post 2454328)
Install Hippy's version, or edit the xml dependency line for a higher version.

you shouldn't have to change the xml dependency line




Quote:

Originally Posted by smirkley (Post 2454294)
I moved it, but you either have to make a new hook, or move the hook it attaches to naturally.

You may have to also widen the box in templates to make it fit without rollover.

Quote:

Originally Posted by Pocket Aces (Post 2454199)
In postbit_legacy, how do we move the thanks button? I'd like to place it right after the multi-quote button.

here ya go
https://vborg.vbsupport.ru/showpost....postcount=2357
Quote:

Originally Posted by dariyos (Post 2454163)
what can i do to solve this float problem?

https://vborg.vbsupport.ru/external/2013/10/40.png

now its float: right

if i do it left, it gets out of the border...

what one do you have installed ?
you should not have that issue
find template
post_thanks_postbit_info
replace code with
Code:

<vb:if condition="$post['userid']">
    <dt>{vb:rawphrase post_thanks_thanks}</dt> <dd>{vb:raw post.post_thanks_user_amount_formatted}</dd>
    <vb:if condition="$post['post_thanks_thanked_times'] == 1">
        <dd>{vb:rawphrase post_thanks_time_post}</dd>
    <vb:elseif condition="$post['post_thanks_thanked_posts'] == 1" />
        <dd>{vb:rawphrase post_thanks_times_post, {vb:raw post.post_thanks_thanked_times_formatted}}</dd>
    <vb:else />
        <dd>{vb:rawphrase post_thanks_times_posts, {vb:raw post.post_thanks_thanked_times_formatted}, {vb:raw post.post_thanks_thanked_posts_formatted}}</dd>
    </vb:if>
</vb:if>


Hippy 10-18-2013 08:58 PM

Quote:

Originally Posted by ku-med (Post 2454154)
Hi Hippy,

How can i delete " Thanks: X " from the postbit_legacy \ postbit and just keeping the other line " Liked {X} Times in X Post " there

Thanks in advance! :)

yes
follow that part here
https://vborg.vbsupport.ru/showthread.php?t=266358
under Phrase Name

Hippy 10-18-2013 09:00 PM

Quote:

Originally Posted by stevieb (Post 2454016)

that's where the fix came from if you read my post youll see all the credit to everyone that posted a fix
I just made it easy for you all
by making the updated version with all the fixes

Pocket Aces 10-22-2013 05:04 AM

In number of thanks box (below the post), if a username contains a space character, it produces a line break.
How can we prevent that?

Currently, this is how it behaves...

username1, username1, username1, username1, username1, user
name2, username1, username1, user
name2, username1, username1, username1, user
name2, username1

We want it to behave like this...

username1, username1, user name2, username1, username1, user name2,
username1, user name2, username1, user name2, user name2, username1,
username1, user name2, username1

username1 ~ sample username with no space in it.
user name2 ~ sample username with space in it.

EDIT:
One more thing, is it possible to have a confirmation feature when clicking the Remove All button to prevent accidental clicking since removing all thanks of a post cannot be undone.

K4GAP 10-22-2013 05:09 AM

Quote:

Originally Posted by Hippy (Post 2454481)
that's where the fix came from if you read my post youll see all the credit to everyone that posted a fix
I just made it easy for you all
by making the updated version with all the fixes

Hippy, I've not read through all the replies/comments but may I assume your updated version will work for 4.2.2 ?

yjeanrenaud 10-22-2013 05:27 AM

@Pocket Aces: just edit the template and add style="white-space: nowrap;" to he tag containing the usernames

Pocket Aces 10-22-2013 06:13 AM

Quote:

Originally Posted by yjeanrenaud (Post 2455254)
@Pocket Aces: just edit the template and add style="white-space: nowrap;" to he tag containing the usernames

Great! Thanks!

In post_thanks_box_bit template, we replaced this...
Code:

<a href="member.php?{vb:raw session.sessionurl}u={vb:raw thank.userid}"....
with this...
Code:

<a style="white-space: nowrap;" href="member.php?{vb:raw session.sessionurl}u={vb:raw thank.userid}"....


All times are GMT. The time now is 05:39 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.04845 seconds
  • Memory Usage 1,755KB
  • 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
  • (3)bbcode_code_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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