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)

Abe1 03-20-2007 10:13 PM

Quote:

Originally Posted by Cybernetec (Post 1207201)
Not sure if this was mentioned before... I have latest BETA installed and all seems to work fine except when you look at user info in PMs - all counters shows "0". This works fine in posts.

Thanks!

Will be fixed in next release.

Abe1 03-20-2007 10:14 PM

Quote:

Originally Posted by ShayOUU (Post 1208056)
I installed it but the template changes didn't seem to take effect,

What template additions need to be made so I can do them myself?

Go through the install.txt file

Surviver 03-21-2007 04:48 AM

Hello, there seems to be a small bug: Ich i klick thanks an reload the Page, the Thanks Button is shown up.

I fixed it:

In the plugin postbit_display_start, find:
PHP Code:

    else if (can_thank_this_post($this->post$this->thread['isdeleted']))
    {
        
$display_image '';
    } 

and replace with:
PHP Code:

    else if (can_thank_this_post($this->post$this->thread['isdeleted']) AND !thanked_already($this->post$thanks))
    {
        
$display_image '';
    } 

Greetings Surviver

Abe1 03-21-2007 12:21 PM

Quote:

Originally Posted by Surviver (Post 1208557)
Hello, there seems to be a small bug: Ich i klick thanks an reload the Page, the Thanks Button is shown up.

I fixed it:

In the plugin postbit_display_start, find:
PHP Code:

    else if (can_thank_this_post($this->post$this->thread['isdeleted']))
    {
        
$display_image '';
    } 

and replace with:
PHP Code:

    else if (can_thank_this_post($this->post$this->thread['isdeleted']) AND !thanked_already($this->post$thanks))
    {
        
$display_image '';
    } 

Greetings Surviver

I see where the problem is. If you have it disabled to delete thanks then it will let you use the thanks button.

Will be fixed in next release.

mauro1947 03-21-2007 04:54 PM

Quote:

Originally Posted by Cybernetec (Post 1208123)
This is not bug. Re-do template edits.

I re did the templates edit, but the problem still there.
Can you help me?
Thanks
Bye!

defetzer 03-21-2007 06:51 PM

First,my english is not good.

How can i disable the Ajax Feature of this Mod?
What would have to be changed in the code?
Not for the whole forum,only for this hack!

Thank you.

jackstraw01 03-21-2007 10:56 PM

I have done all edits, now I am trying to upload the xml, but it won't upload. I enabled global plugins as well.

Could this be a permissions issue?

jackstraw01 03-21-2007 11:26 PM

Ok, I managed to get is installed using the rc4, but, there is no thank you button displayed on the posts, everything else seems to be working.

Any ideas?

-----

I forgot that I cant thank myself, its works.

Abe1 03-22-2007 01:53 AM

Quote:

Originally Posted by defetzer (Post 1208996)
First,my english is not good.

How can i disable the Ajax Feature of this Mod?
What would have to be changed in the code?
Not for the whole forum,only for this hack!

Thank you.

Delete the AJAX code from the plug in. Anything where you see it check if you have AJAX disabled, delete it.

kingele18 03-22-2007 02:48 AM

i've installed it , it's a great mod but i've a problem
that the box which for ( who thanked) doesnt appear after the post :(
pls. help :)


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