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)

LgsOfChampions 08-29-2012 09:31 PM

I get this error
Quote:

The following dependencies were not met:

This product is not compatible with version 4.2.0 of vBulletin. (Compatible starting with 4.0.0 beta 4 / Incompatible with 4.1.0 alpha 1 and greater)
I keep scrolling thru all the post and the edits and I'm not going to lie I'm lost lol

anyone help me?
greatly appreciated thanks

Hippy 08-29-2012 10:39 PM

1 Attachment(s)
Quote:

Originally Posted by LgsOfChampions (Post 2361049)
I get this error


I keep scrolling thru all the post and the edits and I'm not going to lie I'm lost lol

anyone help me?
greatly appreciated thanks

please read in the first post

Dave234 09-03-2012 05:15 AM

1 Attachment(s)
Quote:

Originally Posted by Hippy (Post 2359981)
did this happen after you updated to the so called 7.8.4 ?


try this..
your using postbit_legacy right

replace your post_thanks_postbit_info
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,
I used the code you have above, and that moved the blog entry number one space beneath the "Thanked 1 Time in 1 Post" and it is now next to "Groan: 1".

Do you know how I can get it to move to its proper location next to "Blog Entries:"?

Hippy 09-03-2012 05:57 PM

seems your issue is with the groan template...now
I will have to look over the code" if I can find it here still"..
I may have to come by and fix it there .

Hippy 09-03-2012 06:06 PM

post_groans_postbit_info template
change to this
(over write your old code with this code below) (save)
If you have more than one style you will have to do it to all of them
Code:


<vb:if condition="$post['userid']">
    <dt>{vb:rawphrase post_groans_groans}</dt> <dd>{vb:raw post.post_groans_user_amount_formatted}</dd>
    <vb:if condition="$post['post_groans_groaned_times'] == 1">
        <dd>{vb:rawphrase post_groans_time_post}</dd>
    <vb:elseif condition="$post['post_groans_groaned_posts'] == 1" />
        <dd>{vb:rawphrase post_groans_times_post, {vb:raw post.post_groans_groaned_times_formatted}}</dd>
    <vb:else />
        <dd>{vb:rawphrase post_groans_times_posts, {vb:raw post.post_groans_groaned_times_formatted}, {vb:raw post.post_groans_groaned_posts_formatted}}</dd>
    </vb:if>
</vb:if>


Mellnik 09-04-2012 12:11 PM

Dont work for 4.2.0

Hippy 09-04-2012 12:23 PM

Sure it does not peek at the first post again

Bob_R 09-08-2012 01:35 PM

1 Attachment(s)
I wish to put a box around Thanks and Thanked

** screen shot provided

How can I do this!

Thanks (pardon the pun :))

Hippy 09-08-2012 01:41 PM

what template mod are you using ?

Bob_R 09-08-2012 01:56 PM

postbit legacy

using latest 7.8.4 of this hack


All times are GMT. The time now is 05:07 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.03279 seconds
  • Memory Usage 1,746KB
  • 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
  • (2)bbcode_code_printable
  • (3)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