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)

DS MrSinister 03-05-2012 02:58 PM

Quote:

Originally Posted by pcg (Post 2306429)
I did this. Now I get this:


The following dependencies were not met: 1.This product is not compatible with version 4.1.11 of vBulletin. (Compatible starting with 4.1.11 / Incompatible with 4.1.11 and greater)

Just download the one in ForceHSS sig.

TheDevil666Damo 03-05-2012 04:05 PM

How easy is it to move the Thanks button? In the latest version of vbulletin there is the LIKE system, would be nice to have the Thanks as a text link next to the Like text, is this possible?

BirdOPrey5 03-05-2012 06:51 PM

Quote:

Originally Posted by TheDevil666Damo (Post 2306451)
How easy is it to move the Thanks button? In the latest version of vbulletin there is the LIKE system

that is news to me...

TheDevil666Damo 03-06-2012 09:22 AM

Quote:

Originally Posted by BirdOPrey5 (Post 2306507)
that is news to me...

Actually I think it is part of VBSEO, would be good though, as whether you 'like' a post or would like to 'thank' someone for their useful post would be in the same place.

Hippy 03-06-2012 09:34 PM

Quote:

Originally Posted by Mackeral_Fillet (Post 2306356)
Hi.

I tried this on my forum http://ducatiforum.co.uk but it didn't seem to work. All the buttons moved to the left after this edit.


Is there another way to move the Thanks button to the right hand side, next to Reply?

Thanks.

either you edited wrong or there is other mods you hav that might be conflicking ..

this works 100% with out 1 issue..
I will write up a new hook and explain what you need to do tonight..
so post thanks will have it's own hook.. and the rest of the ( other buttons will remain) they must be other mods using the same hook..

Hippy 03-06-2012 09:52 PM

Quote:

Originally Posted by Mackeral_Fillet (Post 2306356)
Hi.

I tried this on my forum http://ducatiforum.co.uk but it didn't seem to work. All the buttons moved to the left after this edit.


Is there another way to move the Thanks button to the right hand side, next to Reply?

Thanks.

Go to Plugiins & Products

then click on plugin manager

Look under post thank you hack.

find the one that says " postbit_display_complete "
open it up and look for

Code:

    $templater = vB_Template::create('post_thanks_button');
    $templater->register('post', $post);
    $templater->register('display_thanks_image', $display_thanks_image);
    $template_hook['postbit_controls'] .= $templater->render();


and replace it with

Code:

    $templater = vB_Template::create('post_thanks_button');
       
    $templater->register('post', $post);
       
    $templater->register('display_thanks_image', $display_thanks_image);
       
    $template_hook['postbit_thanks'] .= $templater->render();

Now go to postbit_legacy

since your using postbit_legacy template
find

Code:

div class="textcontrols floatcontainer">
                                <span class="postcontrols">

and add uder that code

Code:

{vb:raw template_hook.postbit_thanks}

and for those that are useing " postbit template "

add
Code:

{vb:raw template_hook.postbit_thanks}
under
Code:

<span class="postcontrols">
enjoy

DeadCode 03-08-2012 01:34 AM

Not compatible with 4.1.11

Hippy 03-08-2012 03:30 AM

<a href="https://vborg.vbsupport.ru/showpost.php?p=2249550&postcount=1847" target="_blank">https://vborg.vbsupport.ru/showp...postcount=1847</a>

raj4x 03-08-2012 07:41 AM

Quote:

Originally Posted by DeadCode (Post 2307297)
Not compatible with 4.1.11

Works fine here on 4.1.11.

attroll 03-08-2012 05:31 PM

Wow, there are a lot of posts to read through for this Mod. I read quite a few pages but could not find the answer I was looking for, maybe there was so many post I overlooked it.

I know you can find find out how many Thanks I have given or a particular user has given by looking at there About Me page.

But how can I look and find out what posts that users has Thanked or I have Thanked?
Is this possible?


All times are GMT. The time now is 05:35 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.04286 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
  • (6)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)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