vb.org Archive

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

facilitytalk 02-18-2010 09:31 AM

I'm attempting to add this mod, however, it's asking me to import product post_thanks.xml into products and I don't see this file?

Please advise - thanks much in advance.

version 7.7

Nevermind I see the file and mod works great (so far) thanks!

Dj Smuggla 02-18-2010 10:33 AM

As my question wasent answered, im asking again.

Is there a way to move the thanks button to the left of the quote button?

Llike this:

https://vborg.vbsupport.ru/external/2010/02/37.jpg

I've search and searched all the templates, but cant find the code for the button...

Makc666 02-20-2010 08:43 PM

Quote:

Originally Posted by Dj Smuggla (Post 1985486)
As my question wasent answered, im asking again.

Is there a way to move the thanks button to the left of the quote button?

Search in templates for:
PHP Code:

$template_hook[postbit_controls

You will find it in two templates:
  • postbit
  • postbit_legacy

Will look like:
PHP Code:

        $template_hook[postbit_controls]
        <!-- / 
controls --> 

Now you have to move:
PHP Code:

$template_hook[postbit_controls

some about ~20 lines up.

And put it right after:
PHP Code:

<!-- controls --> 


So it will look like:
PHP Code:

        <!-- controls -->
        
$template_hook[postbit_controls

P.S. Note that
PHP Code:

<!-- / controls --> 

and
PHP Code:

<!-- controls --> 

are different lines.

Also!

All other products' buttons which also use this hook will move left.

R*NightOwl 02-22-2010 04:45 AM

I was able to fix the depreciated errors, open "post_thanks.php",
replace

PHP Code:

error_reporting(E_ALL & ~E_NOTICE); 

with

PHP Code:

error_reporting(E_ALL E_DEPRECATED); 

doesn't really replace or fix the depreciated code, but, at least it works.

Cute boy 02-23-2010 03:55 PM

thxxxxxxxxx

Xtrigit 03-06-2010 03:00 PM

How can I add the "Thanks" feature manually to a custom style?

I have a style that is very limited in functionality, reply and quote only. I would like to add the thanks link but I dont know what code I should add or where I should add it.

i.e. [code(s) to be called here] Thanks [/code to be called here]

thanks

s0lidgr0und 03-12-2010 09:52 AM

I disabled and uninstalled this version before I upgraded to vb4, yet the previous Thanks still show up in my usercp. How do I get rid of this?

lighthazard 03-21-2010 04:55 AM

Hi,

I replaced the button image with my own one but it still appears broken on my forum.

pigpog 03-22-2010 08:12 PM

Thank you! Just what I wanted. :)

saharial 03-24-2010 08:34 AM

Like lighthazard, I'm having issues gettingt he button to show up on 3.8.5
it doesn't even show up in the default style :(

has anyone solved this issue at all?


All times are GMT. The time now is 11:34 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.03415 seconds
  • Memory Usage 1,749KB
  • 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
  • (9)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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