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)

attroll 03-08-2012 05:34 PM

Quote:

Originally Posted by attroll (Post 2307573)
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?

Sorry, after reading back though. I found out how to do this.

Mackeral_Fillet 03-10-2012 12:08 AM

Quote:

Originally Posted by Hippy (Post 2306955)
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

Thanks but it still moves everything to the left!!

Not sure what to do now?

Hippy 03-10-2012 01:14 AM

works perfect.... gotto be something you have custom thats doing it..
send me a link and I will take a peek this weekend

pcg 03-10-2012 02:48 AM

Was workking fine, then dissapeared. The last few days I installed a few mods. Today I noticed the thanks button and all thanks were not displayed.

I unstalled the mods I put in, disabled the hack, then enabled. I also reverted the postbit template. Still not there. I do not want to uninstall and reinstall because I will loose the thanks.

Any advice?

Hippy 03-10-2012 06:08 AM

Quote:

Originally Posted by pcg (Post 2308158)
Was workking fine, then dissapeared. The last few days I installed a few mods. Today I noticed the thanks button and all thanks were not displayed.

I unstalled the mods I put in, disabled the hack, then enabled. I also reverted the postbit template. Still not there. I do not want to uninstall and reinstall because I will loose the thanks.

Any advice?

if you un-installed you lost the thanks...
you need to disable all the mods but the thanks mod and see if it comes back .. when or if it does turn one mod on @ a time and see what one is conflicting

Toorak Times 03-10-2012 09:39 AM

Hi, Is this no good with 4.1.9 and 4.1.11? Not having much luck...

Adam H 03-10-2012 11:22 AM

Anyone got this working on the vb Mobile style yet ? , Ive got the Thanks button to appear on the postbit and it works , however im not sure what If conditions to surround the text to make the button disappear after it has been clicked.

Also not sure what part needs to be added to show the thanks that have been given although im not that bothered about that bit, Just the disappearing of the button after it has been clicked would be good enough ?

Hippy 03-10-2012 12:41 PM

Quote:

Originally Posted by Toorak Times (Post 2308215)
Hi, Is this no good with 4.1.9 and 4.1.11? Not having much luck...

forceHSS sig has a updated version https://vborg.vbsupport.ru/showpost....postcount=1847



Quote:

Originally Posted by Adam H (Post 2308233)
Anyone got this working on the vb Mobile style yet ? , Ive got the Thanks button to appear on the postbit and it works , however im not sure what If conditions to surround the text to make the button disappear after it has been clicked.

Also not sure what part needs to be added to show the thanks that have been given although im not that bothered about that bit, Just the disappearing of the button after it has been clicked would be good enough ?

dartho has posted info on this for me in his moble style maybe it will have you get it working in the vb moblie style https://vborg.vbsupport.ru/showpost....&postcount=845

Adam H 03-10-2012 11:21 PM

Thanks for that link, i figured it out earlier today all those steps are not really needed as it messes with the layout , one thing you do need to do is activate the additional css in the mobile theme which isnt active as standard, also the postbit hook locations need to be in place, you will also need to edit the phrases or the code for the phrases as they are too long for a mobile theme to handle, ive just edited the code for mine but others may wish to do it globally. Once you have that you can style it how ever you like with alot of playing around.

Hippy 03-11-2012 12:12 AM

I am sure but you got a idea .. it wasn't ment for vb mobile style ..
was just the info from post thanks that could be used or to figure out what to look/ or use

enjoy

salvador21 03-13-2012 12:11 PM

I am getting a database error with 4.1.11

can anyone help please? I don't want to uninstall as I like this mod.

Request Date : Tuesday, March 13th 2012 @ 05:22:22 AM
Error Date : Tuesday, March 13th 2012 @ 05:22:23 AM
Script :http://myforum.com/post_thanks...ser_gave&u=100

So I wonder if there's a way to fix this without losing the thanks that are already in the stats.

Hippy 03-13-2012 01:28 PM

use the version from forceHSS's sig re upload overwriting all files and re import the xml all over write
DO NOT UN_INSTALL

jimnyc 03-13-2012 04:59 PM

I've followed all the instructions for "forceHSS"'s new version. I manually deleted file by file and added the new ones, then imported/overwrite the new XML file.

All looks great until you actually click on the "thanks" button. After clicking, the thanks button just disappears and it never registers underneath the post that you thanked. Then if you refresh, the button comes back, but no thanks underneath.

Anyone kno0w what might cause this?

jimnyc 03-13-2012 05:03 PM

Sorry, forgot to add, I'm on version 4.1.11

jimnyc 03-13-2012 05:36 PM

Disregard prior messages, I'm an idiot. I was forgetting/missing the "post_thanks" file in the root while uploading the 4 folders. Too bad I uninstalled and re-installed before realizing my error, as all my stats are now back to zero. :(

sadiq6210 03-14-2012 06:29 AM

I have something new
https://vborg.vbsupport.ru/showthread.php?t=279907

It will be great if the coder make it for vb4 .. isn't it ?

Hippy 03-14-2012 10:38 AM

Quote:

Originally Posted by sadiq6210 (Post 2309298)
I have something new
https://vborg.vbsupport.ru/showthread.php?t=279907

It will be great if the coder make it for vb4 .. isn't it ?

this is in your about me in your profile..

sadiq6210 03-14-2012 10:47 AM

Quote:

Originally Posted by Hippy (Post 2309328)
this is in your about me in your profile..

?? :rolleyes:

Hippy 03-14-2012 10:59 AM

If you were using forceHSS's version from his Sig you have that info in there under about me who give u thanks and who u thanked

https://vborg.vbsupport.ru/attachmen...6&d=1205637411

sadiq6210 03-14-2012 11:12 AM

Quote:

Originally Posted by Hippy (Post 2309331)
If you were using forceHSS's version from his Sig you have that info in there under about me who give u thanks and who u thanked

https://vborg.vbsupport.ru/attachmen...6&d=1205637411


Yes ^_^

I have this, but that thread will add the recent thanks (sent / received) in one list (no need to search) and with notification when you receive new thank.

omglance 03-14-2012 02:42 PM

Cant get this to work on 4.1.11 can someone pm me a thank system for 4.1.11 please

Mackeral_Fillet 03-15-2012 11:02 PM

Quote:

Originally Posted by Hippy (Post 2308134)
works perfect.... gotto be something you have custom thats doing it..
send me a link and I will take a peek this weekend


http://ducatiforum.co.uk

Really frustrating that I can't get it to work! Do you do custom installs?!

Hippy 03-15-2012 11:10 PM

Quote:

Originally Posted by Mackeral_Fillet (Post 2309896)
http://ducatiforum.co.uk

Really frustrating that I can't get it to work! Do you do custom installs?!

pm me details..

Chris Sotier 03-16-2012 02:11 AM

Nothing is displaying on my forum but its installed.

Hippy 03-16-2012 02:20 AM

set permissions

Chris Sotier 03-16-2012 04:10 AM

What permissions?

Hippy 03-16-2012 04:23 AM

Post Thank settings
make sure your permissions are set right
if your on a test form to view the thanks button you need to have it set to thank your self..

if this is not the issue please give more detail

Chris Sotier 03-16-2012 04:27 AM

http://i.picup.org/osihJ.jpghttp://i.picup.org/cz9nR.jpghttp://i.picup.org/0aQgk.jpg

Doesn't show up!

Hippy 03-16-2012 04:34 AM

set it to allow posters to thank them self .. to yes
with 1 post I assume your the only one there
or it's a test site
it will show if it's install correctly

Chris Sotier 03-16-2012 05:05 AM

Thanks!

mitch84 03-16-2012 06:24 AM

Hi, is there a script to transfer data from DBTech thank/like? thank you

Videx 03-16-2012 01:58 PM

Quote:

Originally Posted by mitch84 (Post 2309958)
Hi, is there a script to transfer data from DBTech thank/like? thank you

No. But that's interesting. You've tried that one and there's something so broken about it that you would consider going with this abandoned unsupported one? Please expand a bit on that - what trouble were you having with it and why couldn't it be solved? Were you getting support (paid/free version?)?

mitch84 03-16-2012 05:25 PM

this hack work fine but why pay for a hack when there is something similar and free?:D

Hippy 03-16-2012 07:04 PM

Quote:

Originally Posted by Videx (Post 2310052)
No. But that's interesting. You've tried that one and there's something so broken about it that you would consider going with this abandoned unsupported one? Please expand a bit on that - what trouble were you having with it and why couldn't it be solved? Were you getting support (paid/free version?)?


this mod has worked perfect since day one with as good of support than any..
who knows what happened to abe1.. could have family issues work issues life is first ... and if this mod was abandoned or has security issues it would be in the graveyard

have you seen this https://vborg.vbsupport.ru/showpost....postcount=1943 the support group

this mod has more support than many..

+ what mitch84 said!
with all do respect for dragonbytes crew... you get a basic mod witch is much appreciated but if you want a little more you have to pay for the full version..
I understand people need money and maybe it's there job doing this..
but till this mod is in the graveyard don't call it unsupported
more people support this mod unlike other mods it's just the owner..
when or if abe1 comes back we will have the bugs worked out for him to update...
+ any one that asks about a mod that has all the fixes it in I can email it to them..
+ I support it to my best ability

regards
Hippy

michal72 03-16-2012 08:54 PM

Quote:

Originally Posted by Hippy (Post 2310186)
have you seen this https://vborg.vbsupport.ru/showpost....postcount=1943 the support group

Hippy
One more: BirdOPrey5 solution "How to turn the "Post Thank You" hack into a "Likes" system similar to vBulletin.org" :)

Hippy 03-16-2012 09:21 PM

Quote:

Originally Posted by michal72 (Post 2310213)
Hippy
One more: BirdOPrey5 solution "How to turn the "Post Thank You" hack into a "Likes" system similar to vBulletin.org" :)

added thanks for pointing it out

<snipped>

Popa Andrei 03-16-2012 10:29 PM

Hippy where can i download the version with all fixex included untill now?

Hippy 03-16-2012 10:31 PM

updated and added a new fix and some great addons


Recognized all the people that had supported this mod since Abe1 has not been around
Post_thanks-fixes and Great Addons UPDATED

Popa Andrei 03-16-2012 10:35 PM

ok but i cant find the download,or i have to make all that modifications to the original file from the first post?

Hippy 03-16-2012 10:37 PM

Quote:

Originally Posted by Popa Andrei (Post 2310239)
Hippy where can i download the version with all fixex included untill now?

read that post thanks fixes and credit's and you will see how near the bottom


All times are GMT. The time now is 12:56 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.06931 seconds
  • Memory Usage 1,835KB
  • 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
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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