vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Show Thread Enhancements - [AJAX] Post Thank You Hack (https://vborg.vbsupport.ru/showthread.php?t=122944)

NeutralizeR 11-29-2006 09:15 AM

Is it possible to hide this hack completely from the guest visitors?

I used template conditionals to hide thanks for them but the product's still using 1 query...

I tried to wrap postbit_display_start plugin with the code below:

Quote:

if ($vbulletin->userinfo['usergroupid'] == 1)
{
}
else
{
<---postbit_display_start plugin content--->
}
This method worked for some other hacks.

redlabour 11-29-2006 09:24 AM

Can you please add a nofollow Tag at Groan? Even the Buttons are not visible for Guests the Crawler are allways attempting to use them. Traffic that makes no sin.

RedTyger 11-29-2006 09:28 AM

Quote:

Originally Posted by NeutralizeR (Post 1127948)
Is it possible to hide this hack completely from the guest visitors?

I used template conditionals to hide thanks for them but the product's still using 1 query...

I tried to wrap postbit_display_start plugin with the code below:



This method worked for some other hacks.

Do this in the template:

<if condition="$show[member]">$post_thanks ($post_groan)</if>

NeutralizeR 11-29-2006 11:10 AM

Quote:

Originally Posted by RedTyger (Post 1127957)
Do this in the template:

<if condition="$show[member]">$post_thanks ($post_groan)</if>

Quote:

I used template conditionals to hide thanks for them...
Already done but 1 query is still executed even everything releated to this hack is hidden. It must be excluded in the plugin code...

WAHMama 12-01-2006 11:26 AM

Thanks, I like it :) Just added it to my board as well

SaN-DeeP 12-01-2006 01:43 PM

thanks installed.

uncut76 12-04-2006 05:10 AM

Whoa!
Will save a lot of CPU Power on our Server!
Thanks a lot!

Glennskij 12-04-2006 05:38 PM

Is it possible to make an option in the users control panel whether see this box collapsed or open as standard?

Abe1 12-06-2006 12:36 AM

Quote:

Originally Posted by Glennskij (Post 1131777)
Is it possible to make an option in the users control panel whether see this box collapsed or open as standard?

Added to my do-do list.

buontaiviem 12-07-2006 11:21 AM

Hix, I could not install. I could not import the XML file at Import Product page, it not run. Please help me?

mauro1947 12-07-2006 11:23 AM

Hi!
Upload the xml file to your server via FTP, and use from there.
Thanks
Bye!

buontaiviem 12-07-2006 11:33 AM

Ok, i will try like you said. Thanks.

digital_sc4rz 12-08-2006 12:21 PM

ThanX:rolleyes:

Glennskij 12-08-2006 06:48 PM

Quote:

Originally Posted by Abe1 (Post 1132889)
Added to my do-do list.

Great!

But at second thought it might be better to give the users the option to show the thanks-box or not in the control panel (but have it _on_ as standard, eg when new users register, and for everyone who has not opted it not to show). The debate on my forum was that the thanks-box take up too much space, so maybe they won't like the blue collapsible-bar either...

I've got another request from my users as well:

Is it possible to make a link (search) on a kind of list over the posts a user has posted a "thank you" to also? Just like the kind that shows which posts has received a "thank you".

aveon 12-09-2006 03:01 AM

hey guys i have 2 suggestion to make this hack even better

first of all u shold insert a count up for thanx has been addad cause sometiome its bunch of pp; thanked and u dnt kno how many and it will be in an order like that


secondly u shud use username markup it looks better and cleaner


abe if u can edit the produck ill be glad and here is a snap which will make this clear

https://vborg.vbsupport.ru/

RFViet 12-09-2006 02:34 PM

I upgraded from vB3.5.5 to vB3.6.4 . How do i upgrade post thanks from old version to this version ??

Abe1 12-09-2006 09:53 PM

Quote:

Originally Posted by RFViet (Post 1135163)
I upgraded from vB3.5.5 to vB3.6.4 . How do i upgrade post thanks from old version to this version ??

Just upload the new version.

Abe1 12-09-2006 09:54 PM

Quote:

Originally Posted by aveon (Post 1134952)
hey guys i have 2 suggestion to make this hack even better

first of all u shold insert a count up for thanx has been addad cause sometiome its bunch of pp; thanked and u dnt kno how many and it will be in an order like that


secondly u shud use username markup it looks better and cleaner


abe if u can edit the produck ill be glad and here is a snap which will make this clear

http://img168.imageshack.us/img168/5831/aaaam1.png

There is a count showing already right above all the thanks.

RFViet 12-09-2006 10:08 PM

Quote:

Originally Posted by Abe1 (Post 1135393)
Just upload the new version.

You mean, just overwrite the old version ??

akanevsky 12-09-2006 10:39 PM

Quote:

Originally Posted by uncut76 (Post 1131417)
Whoa!
Will save a lot of CPU Power on our Server!
Thanks a lot!

Actually, this hack uses up a lot of extra cpu, esppecially on large sites...

Abe1...
In javascript, lines of code should end with a ;... Otherwise the hack won't work on older browsers (as a matter of fact, it shouldn't work on new ones either, but strangely it does). Also, perhaps you should implement some sort of cache cause your hack has a lot of queries that could be eliminated, and goes through much more data than it could have. Just a suggestion.

aveon 12-09-2006 11:58 PM

Quote:

Originally Posted by Abe1 (Post 1135394)
There is a count showing already right above all the thanks.

no i mean show a count beside the number and the username markup if edit this itll look better

Abe1 12-10-2006 02:13 AM

Quote:

Originally Posted by Psionic Vision (Post 1135413)
Actually, this hack uses up a lot of extra cpu, esppecially on large sites...

Abe1...
In javascript, lines of code should end with a ;... Otherwise the hack won't work on older browsers (as a matter of fact, it shouldn't work on new ones either, but strangely it does). Also, perhaps you should implement some sort of cache cause your hack has a lot of queries that could be eliminated, and goes through much more data than it could have. Just a suggestion.

Can you give me an example of how to make it use less?

This hack uses one query for evey showthread page shown. How can you get better?

I dont want to save the threadID since if you move a post, the thanks stay with it.

Cybershaolin 12-11-2006 02:22 AM

How could I have the Thank you button also available within the first post of a thread when you use the vBHack DB System v.1.0 here: http://www.vbviet.org/forums/showthread.php?t=371

Is it possible to integrate it or get some info how to do it?

TrIn@dOr 12-13-2006 09:09 PM

Do u have the PSD Button?, i need it to translate to Spanish!

Thanks in advance.

LBmtb 12-13-2006 10:26 PM

I tried searching this thread but couldn't find it. I'm pretty sure it would have been asked for before:

Is it possible to make a list of people who get the most thanks?

marotichat 12-14-2006 06:18 PM

Mods please delete this post.
Posted in wrong thread
Sorry
Thank you

TrIn@dOr 12-14-2006 06:28 PM

Quote:

Originally Posted by marotichat (Post 1138611)
Thanks for your reply,
Yes I have the correct, and the latest version of the post thank-you hack (5.3) from Abe1.
In fact I have used it for quite a while before I installed your hide hack and I had no problem with it what so ever.
The strangest part is that after clicking the Thanks button, it disappears (the thanks button) so I have no idea what could be the problem.
Also as I mentioned in my previous post the other issue is that after navigating to another thread and returning where I previously pressed the thanks button the content is hidden again.
Thank you in advance for your feed back

First of all, u can't Thanks your self, ;)

Second one, u can't Thnaks twice, ;)

ncangler 12-14-2006 06:58 PM

Thank you for this great mod. I've noticed that if I go into a post and edit it for any reason that the Thank you button disappears. I can always be sure to thank someone before editing the post or I could turn on the option to Thank Self, but I wondered if there was a way to not have to turn that on and have the link still remain after editing? Thanks.

TrIn@dOr 12-14-2006 07:16 PM

Quote:

Originally Posted by ncangler (Post 1138637)
Thank you for this great mod. I've noticed that if I go into a post and edit it for any reason that the Thank you button disappears. I can always be sure to thank someone before editing the post or I could turn on the option to Thank Self, but I wondered if there was a way to not have to turn that on and have the link still remain after editing? Thanks.

Thats true, need to be fixed!

But if you reload page, F5, the button apears again! :D

ncangler 12-14-2006 07:24 PM

You are right! I didn't realize that. Thank you. I'm good. :)
Quote:

Originally Posted by TrIn@dOr (Post 1138664)
Thats true, need to be fixed!
But if you reload page, F5, the button apears again! :D


Abe1 12-17-2006 04:49 AM

The reason it dissapers is because vb doesn't run the regular showpost to show the AJAX post. It would not be easy to fix.

ncangler 12-17-2006 12:07 PM

No need to even think about it Abe1. It is there if I cick refresh so all is good. Thanks for this great mod! Merry Christmas all!
Quote:

Originally Posted by Abe1 (Post 1140137)
The reason it dissapers is because vb doesn't run the regular showpost to show the AJAX post. It would not be easy to fix.


Doglet 12-20-2006 04:52 AM

Just installed flawlessly on vBulletin 3.6.4. Great hack, my users will love this.

vauge 12-20-2006 04:09 PM

Indeed - thank you - works like a champ in 3.6.4 :)

Is there an addon that shows whom has given a user thanks in the profiles?

SCRIPT3R 12-20-2006 05:57 PM

some added stats w/ a searchable Thanks column into the Members List page would be awesome.

HolyKiller 12-20-2006 08:39 PM

Really NICE Mod, but i have one question. Can i modify the "thanks area" under posts?

Look at attached images pls:

thx1.jpg - this is real screen of by phorum
thx2.jpg - here u can see what i want modify.

Red - add the border around "thanks area"
Blue - remove the white line under topic


It this modifi real? If yes, tell me plz how can i do it.

THX a LOT

Holy

BTW: Sorry for my english, i am from Czech republic ;)

Abe1 12-20-2006 11:43 PM

Quote:

Originally Posted by HolyKiller (Post 1142431)
Really NICE Mod, but i have one question. Can i modify the "thanks area" under posts?

Look at attached images pls:

thx1.jpg - this is real screen of by phorum
thx2.jpg - here u can see what i want modify.

Red - add the border around "thanks area"
Blue - remove the white line under topic


It this modifi real? If yes, tell me plz how can i do it.

THX a LOT

Holy

BTW: Sorry for my english, i am from Czech republic ;)

You have to edit the post_thanks_bit_legacy template.

HolyKiller 12-21-2006 01:20 AM

2 Abe1: Thanks. I remove the line under topic, but i can't add border to left and right.

If i look in source code, the left cell have class="alt2" and in this class i see border-left: 1px solid #FFFFFF and the right cell have class="alt1" and in class "alt1" is again this border-left: 1px solid #FFFFFF.

But i dont understod, why the borders not created :cross-eyed: :cross-eyed:

THX a LOT

Holy

EDIT: I got it I got it ... ;););) ... THX

TonyGau 12-23-2006 03:04 PM

with IE and internet slow I can get 2 thanked
I don't know this bug but please you fix

https://vborg.vbsupport.ru/

Abe1 12-24-2006 01:39 AM

Quote:

Originally Posted by TonyGau (Post 1144030)
with IE and internet slow I can get 2 thanked
I don't know this bug but please you fix

http://img149.imageshack.us/img149/8417/2thankur0.jpg

I noticed this once on my site. I check the exact time they were added and it was the same exact second. I have to see if there is something I can do about it.


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