![]() |
Apologies if this has been asked and answered before, but - how can I deactivate thanks given and received being displayed in the user profile bar? I am eager to enable this hack in our forums.
Thanks, Tobias |
Quote:
I have this hack working fine on my site modmymoto.com, and working slightly on my site modmyiphone.com. After two or three days of working on it off and on at modmyiphone.com, I STILL can't get it functioning completely (doesn't show the box under each post with who has thanked). I know what I'm doing, if I could PLEASE get a little more detailed info on the fix, that'd be great. Thanks. |
Lets see 6.2 requires your templates to be up to date meaning 3.6.6 (3.6.7 didn't have any changes) This update adds template hooks on the postbit and postbit_legacy templates.
When abe1 updated his hack, he removed the template changes and used the hooks instead making the installation as simple as possible. IF you don't have this template hooks, then this modification won't be able to show the button or how many groans are there. Quote:
The quickest way to achieve this is reverting the template, but if you have it modify use the vBulletin tools to compare the changes and update your templates. --------- Once done this, vBulletin 3.6.7 (not sure if 3.6.6 too) has a small bug which causes to to show more than one botton etc... as shown on the image. To fix it, download product template hook vb367 fix.zip. You can find it on the first post :) Once installed, it will be fixed ;) ---------------- Quote:
Go to the template called "post_thanks_postbit_info" and either delete all its contents or (I would do this second one) put a conditional at the beginning for example (So only users with this usergroups can see it) <if condition="is_member_of($bbuserinfo, 5,6,7)"> or so only peeople with those userids can see it <if condition="in_array($bbuserinfo[userid], array(1,8,200))"> Don't forget to put the </if> I'm sure there are other ways, but these are the ones I know :) |
auto template editor DIN'T work for me. it was edit all styles, but my SUB-style not.
I think that is because template already edeted with VBPlaza. where can I find instruction how to edit it manualy... or what can I do ? thank you |
Thanks for your kind help NolF, it was as you said, after upgrading the templates it is fine now. I even found out how to get this running on GARS :)
|
how do you hide what their thanking you for until they press thanks.
|
I love this mod, this is cool. and "THANX!" :)
|
hey, there's this error:
Quote:
|
@NoIF-thanks you, that was exactly what I needed.
|
what can i do? on one of my style (and sub-style) THANKS button and other template modefications did not show :-(
in to the other styles all correct. |
What exactly do you mean by "other template modefications"???
With some styles, you need to make a button. |
Quote:
|
Quote:
|
There are 2 reasons the button wouldn't show.
A) Templates are not up to date (template hooks) B) You haven't uploaded the images in all the styles you are using. Different styles use different directories for their images. THe button uses the variable $stylevar[imgdir_button] used by each theme, so just upload it to your buttons directory of each theme and should work. Quote:
According to the instructions first upload all the files to the ftp of the site, and then when installing the product select YES on the Allow Overwrite option. Quote:
|
Quote:
About first one A) where can I check this and correct? I think problem on this... B) no, because I didn't see thanks counter into the postbit for every user, also like I didn't see thanks button. ps. sorry for my english |
Quote:
Quote:
For this hack you are interested on updating postbit, postbit_legacy, navbar, and memberinfo so click on "[View History]" on those templates, and you will be able to compare the changes between the templates. You will have more yellow lines depending on how modified your template is, but you are looking for green and reds. and specially the ones called $template_hook_[var] or something like that. If you don't want to revert your template, you will have to add these hooks to your current template manually. Once added the template hooks, this modification should work no problem ^^. In addition if you want to update all your templates, it is very useful to use the modification post of vbulletin here to determine the importance and the nature of the updates :) |
Quote:
|
Quote:
|
You need to have product template hook vb367 fix.zip installed. It is provided on the first post.
If you have it installed and still happens might be because you are not using 3.6.7. The patch is designed to work with 3.6.7 and stop working on 3.6.8 |
Quote:
I remake template from new one, install manuany all old hacks and template editing. It's takes long time, but now work fine |
if suppose I dis-able the hack after installation for a few months, then will the post count will be decreased for users or only the thanks count fetaure will be dis-abled ?
|
Quote:
|
Quote:
Quote:
Quote:
Quote:
|
Quote:
|
Everything works, except the thanks button does not show up or the times thanked on the user info on the post bit template. I can see the options in the Admin panel and the thanks reference in the user profile but thats it :confused:
http://www.bamauniverse.com/forums/s...ead.php?t=1114 Using VB 3.6.7 and I have installed the hook update fix. |
Quote:
|
Quote:
Ok, I will check all of those and look for the Hooks. If they are not there (IE up to date ) where do I find them so I can update. |
i cant seem to install this could someone explain to me
|
Is this the hook you are talking about? This and only this line of code?
$template_hook[postbit_start] This needs to be installed in the following: postbit or postbit_legacy, memberinfo and navbar. Is that what you are saying? The only place I see this is in my custom style in the PostBit. Quote:
|
Quote:
In order to update your modified templates correctly, follow the instructions posted here. Postbit postbit_legacy navbar and memberinfo all have different hooks (different names) the one you mentioned is just one of the postbits. I think there are nine different hooks in each postbit, and navbar and memberinfo have their own hooks, so follow instructions and if done correctly it will work beautifully ^^ PS heavily modified templates will take a while to update so be patient, and make a backup of it ^^ Quote:
Upload all th files to the their corresponding directories. Makes sure the images go to your templates images directory Install the product (admincp -> plugins and products -> product admin) [in the bottom part of the page] Set up your hack configuration and you are done ^^ |
i installed it but under every forum it shows what user said thanks so it shows it to every single member as u can c here
http://www.aioforums.com/forum/showthread.php?t=108 it also shows like this Join Date: Jun 2007 Posts: 53 Thanks: 0 Thanked 2 Times in 2 Posts Thanks: 0 Thanked 0 Times in 0 Posts Thanks: 2 Thanked 0 Times in 0 Posts i need help asap |
Quote:
|
thanks man your real Help but i uploaded the Hide hack and it not working witch is pissing me of
|
Suggestion: When you receive a thanks, you get an automated private message.
|
I am sorry if this has already been asked. Is it possibe to completely disable this for guests so they won't even see the members who have thanked.
I am just thinking from an SEO point of view this would be a beneficial feature. |
I think a simple conditional on post_thanks_postbit_info template at the very begining stating
<if condition="$bbuserinfo[usergroupid] != 1"> and </if> at the very end should do the trick. basically it means if the usergrouipd is NOT 1 (unregistered not logged in) show the content of the template else don't show anything ^^ (ps tested and fixed works to me unresgistered/not logged in people can't see it) Quote:
Maybe a feature that alerts you next to the PM number the amount of thanks obtained since last connected but receiving an actual PM I think would be a bit problematic in some cases [I have considered a disable button but then...] Quote:
I haven't used or tested hide hack, but I've noticed it hasn't been updated since December, while this hack has suffered important changes in the latest updates so the problem might be with the version incompatibility since maybe now post thank you hack does things differently than what hide hack was originally designed to use. I know this is probably useless mumble jumble, so let's wait till someone who know these two systems better clarifies the issue. Just in advance I would suggest you to indicate with more detail how they are not working with each other as it would help the expert(s). |
Quote:
Code:
<div align="$stylevar[right]" style="float:bottom-right;"> Code:
<!-- / controls --> $template_hook[postbit_end] Code:
<if condition="$show['garsspacer']"> $template_hook[postbit_user_popup] I'm not sure if all three hooks are necessary, but it's working, the thanks button is on the left side, not right as in normal posts, maybe you can try around a bit to fit your needs. For the comments I use the vb default postbit_legacy but it should be possible to get this done also in the gars comment template same way as described above. Only one thing, sometimes there's an error: Warning: Invalid argument supplied for foreach() in /includes/functions_post_thanks.php on line 183 and the thanks are not shown below the posts, seems to be only occur if a thread has more pages. |
Quote:
|
[QUOTE=NolF;1266947]I think a simple conditional on post_thanks_postbit_info template at the very begining stating
<if condition="$bbuserinfo[usergroupid] != 1"> and </if> at the very end should do the trick. basically it means if the usergrouipd is NOT 1 (unregistered not logged in) show the content of the template else don't show anything ^^ (ps tested and fixed works to me unresgistered/not logged in people can't see it) QUOTE] Thanks very much for your help, I really appreciate it:) I'll make those changes now. |
There are alot of posts so I did not have a chance to read them all so I am soory if this has been asked before.
This is the link to what I am seeing, (Double and triple thank yous) Code:
http://i151.photobucket.com/albums/s123/YukonMaster/untitled-2.jpg |
All times are GMT. The time now is 10:51 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|