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 - [AJAX] Post Thank You Hack (https://vborg.vbsupport.ru/showthread.php?t=165673)

Abe1 01-25-2008 02:15 AM

Quote:

Originally Posted by DiesellMinded (Post 1428419)
Hey Abe i upgraded to this new version and my thanks button is all the way to the right of other buttons i want it to be the first one , what am i doing wrong ?

Code:

<!-- controls --><!-- Start Post Thank You Hack -->
$post_thanks_button
<!-- End Post Thank You Hack -->
                        <if condition="$post['editlink']">
                                <img style="display: none" id="progress_$postid" src="$stylevar[imgdir_misc]/progress.gif" alt="$vbphrase[loading_editor_please_wait]" />
                                <a href="$post[editlink]" name="vB::QuickEdit::$post[postid]"><img src="$stylevar[imgdir_button]/edit.gif" alt="$vbphrase[edit_delete_message]" border="0" /></a>
                        </if>
                        <if condition="$post['forwardlink']">
                                <a href="$post[forwardlink]"><img src="$stylevar[imgdir_button]/forward.gif" alt="$vbphrase[forward_message]" border="0" /></a>
                        </if>
                        <if condition="$post['replylink']">
                                <a href="$post[replylink]" rel="nofollow"><img src="$stylevar[imgdir_button]/<if condition="$post['forwardlink']">reply_small<else />quote</if>.gif" alt="$vbphrase[reply_with_quote]" border="0" /></a>
                        </if>
                        <if condition="$show['multiquote_post']">
                                <a href="$post[replylink]" rel="nofollow" onclick="return false"><img src="$stylevar[imgdir_button]/multiquote_<if condition="$show['multiquote_selected']">on<else />off</if>.gif" alt="$vbphrase[multi_quote_this_message]" border="0" id="mq_$post[postid]" /></a>
                        </if>
                       
                        <if condition="$show['moderated']">
                                <img src="$stylevar[imgdir_misc]/moderated.gif" alt="$vbphrase[moderated_post]" border="0" />
                        </if>
                        <if condition="$show['deletedpost']">
                                <img src="$stylevar[imgdir_misc]/trashcan.gif" alt="$vbphrase[deleted_post]" border="0" />
                        </if>
                        <if condition="$show['redcard']">
                                <a href="infraction.php?$session[sessionurl]do=view&amp;p=$post[postid]"><img src="$stylevar[imgdir_button]/redcard.gif" alt="$vbphrase[received_infraction]" border="0" /></a>
                        <else />
                                <if condition="$show['yellowcard']">
                                        <a href="infraction.php?$session[sessionurl]do=view&amp;p=$post[postid]"><img src="$stylevar[imgdir_button]/yellowcard.gif" alt="$vbphrase[received_warning]" border="0" /></a>
                                </if>
                        </if>
$template_hook[postbit_controls]
                        <!-- / controls -->


Remove the template edit. No need in this version. Move the '$template_hook[postbit_controls]' to where you currently have the post thanks edit.

Abe1 01-25-2008 02:35 AM

Version 7.2 (01/24/08):
  • Updated files: post_thanks.php, functions_post_thanks.php
  • Updated templates: post_thanks_memberinfo_block, post_thanks_member_info
  • New option: Remove User's Thanks Count When Deleting Post
  • New phrase: post_thanks_search_user_gave
  • FIX User reputation level now updates. (Thanks to liwo for this one.)
  • NEW Added option to view all posts a user has thanked.
  • FIX Fixed Special Action - Delete All of a Users Thanks
  • FIX Should have fixed some 'foreach()' errors.

Hornstar 01-25-2008 10:29 AM

Thanks, I have been waiting for this release for ages especially for this part here:
FIX Fixed Special Action - Delete All of a Users Thanks

can you confirm what this exactly means.

Is it,

1. Deletes all thanks that user gave?

or

2. Delete all thanks that user has?

Thanks.

Abe1 01-25-2008 10:40 AM

Quote:

Originally Posted by hornstar1337 (Post 1428614)
Thanks, I have been waiting for this release for ages especially for this part here:
FIX Fixed Special Action - Delete All of a Users Thanks

can you confirm what this exactly means.

Is it,

1. Deletes all thanks that user gave?

or

2. Delete all thanks that user has?

Thanks.

First one.

BadgerDog 01-25-2008 10:56 AM

Hello ...

I'm using v3.67pl1 of vBulletin I just upgraded this mod from v7.0 to v7.2 and it created a mess .... :eek:

It was working fine, but I've had to disable it for now.... :(

After the simple upgrade (following the instructions), it seemed (for example) to take an existing "thank you" first post and proceed to automatically add a "thank you" to every post in the thread. It also started showing an extra "thank you" area under one that already existed, plus on some posts, it's now showing 3 to 4 separate thank you buttons?

Anyone help me here?

As I said, it was working fine until the upgrade. Was there something else I needed to do besides follow the v3.67 instructions ie: remove things in templates because they weren't needed any longer because of this v7.2 etc?

Regards,
Badger

Edit: ps... If uninstall this mod, will it clean up and delete all of the "not longer needed" records from the database, then if I re-install it, it will be clean? Is this a possible way to fix all of this corruption from upgrading from v7.0 to 7.2?

Abe1 01-25-2008 11:05 AM

Quote:

Originally Posted by BadgerDog (Post 1428624)
Hello ...

I'm using v3.67pl1 of vBulletin I just upgraded this mod from v7.0 to v7.2 and it created a mess .... :eek:

It was working fine, but I've had to disable it for now.... :(

After the simple upgrade (following the instructions), it seemed (for example) to take an existing "thank you" first post and proceed to automatically add a "thank you" to every post in the thread. It also started showing an extra "thank you" area under one that already existed, plus on some posts, it's now showing 3 to 4 separate thank you buttons?

Anyone help me here?

As I said, it was working fine until the upgrade. Was there something else I needed to do besides follow the v3.67 instructions ie: remove things in templates because they weren't needed any longer because of this v7.2 etc?

Regards,
Badger

Edit: ps... If uninstall this mod, will it clean up and delete all of the "not longer needed" records from the database, then if I re-install it, it will be clean? Is this a possible way to fix all of this corruption from upgrading from v7.0 to 7.2?

There is a plug-in included in this hack that fixes this problem for vb3.6.7 users. It is the one 'postbit_display_start' that has 'Execution Order: 1'

Try removing the following from it:

PHP Code:

if (version_compare($vbulletin->options['templateversion'], '3.6.7''>=') && version_compare($vbulletin->options['templateversion'], '3.6.8''<'))



and


PHP Code:




BadgerDog 01-25-2008 11:39 AM

Thanks Abe1 ... :)

The resulting plug-in (the one with 'Execution Order: 1') after the changes looks like this:

Code:

$template_hook[postbit_userinfo_right] = '';
        $template_hook[postbit_controls] = '';
        $template_hook[postbit_end] = '';

I saved it and re-checked the board after turning the mod back ON. The board seems fine now, although I haven't extensively checked a LOT of posts, a sampling look seems to show a return to normal.

Should I run any of the AdminCP counter checks to reset anything now?

Thanks for your support... it is appreciated. This is an excellent mod and really helps our type of board. I dout we'll ever move past out current v3.67 dues to the nature of our customization, so it's great that you've maintained backwards compatibility.

Regards,
Badger

Skavenger 01-25-2008 01:42 PM

thanks for the update!

Abe1 01-25-2008 04:59 PM

Quote:

Originally Posted by BadgerDog (Post 1428645)
Thanks Abe1 ... :)

The resulting plug-in (the one with 'Execution Order: 1') after the changes looks like this:

Code:

$template_hook[postbit_userinfo_right] = '';
        $template_hook[postbit_controls] = '';
        $template_hook[postbit_end] = '';

I saved it and re-checked the board after turning the mod back ON. The board seems fine now, although I haven't extensively checked a LOT of posts, a sampling look seems to show a return to normal.

Should I run any of the AdminCP counter checks to reset anything now?

Thanks for your support... it is appreciated. This is an excellent mod and really helps our type of board. I dout we'll ever move past out current v3.67 dues to the nature of our customization, so it's great that you've maintained backwards compatibility.

Regards,
Badger

I'm just wondering why the version check didn't work. As you sure you have vb 3.6.7? maybe just some files were not updated.

nyqnzguju 01-25-2008 05:14 PM

Thanks Nice Hack. Installed. But there is one Problem. I cant see the Thanks Image.:( Help me out. Thanks in adv.
https://vborg.vbsupport.ru/


All times are GMT. The time now is 05:56 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.05067 seconds
  • Memory Usage 1,771KB
  • 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
  • (2)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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