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)
-   -   Mini Mods - Recent Thanks for [AJAX] Post Thank You Hack (https://vborg.vbsupport.ru/showthread.php?t=280109)

AURFSCAN 03-16-2012 02:05 PM

tagged but cant seem to download file.. 'Invalid Attachment specified'

anyone else? or just me?

AURFSCAN 03-16-2012 02:08 PM

works ok now.. must have tryed when you were updating file

I'll check it out.. cheers

Gemma 03-16-2012 04:52 PM

Nice idea. Thanks :)

temsamane 03-16-2012 10:50 PM

i need a mod to show the top of most thanked posts

Hippy 03-16-2012 11:33 PM

great addon..
suggestion.. when you pick the number of post thanks to show .. there should be a option to go to the next page on the recent_thanks.php page..

would be great

thanks again..
Regards
Hippy

AURFSCAN 03-17-2012 04:37 PM

another suggestion if you want take a look..

Usergroup permissions to receive notification

:)

Scandal 03-19-2012 07:59 AM

Quote:

Originally Posted by AURFSCAN (Post 2310421)
another suggestion if you want take a look..

Usergroup permissions to receive notification

:)

Quote:

Originally Posted by Hippy (Post 2310267)
great addon..
suggestion.. when you pick the number of post thanks to show .. there should be a option to go to the next page on the recent_thanks.php page..

would be great

thanks again..
Regards
Hippy

These functions are not on my priorities, but I'll have them in mind. :up:

Emeralda 03-19-2012 01:48 PM

It's a nice addition, but to be honest I was kinda hoping this would show all recently given thanks to everyone, not only you.

Furcal15 03-20-2012 05:51 PM

I did some modification to this....If anyone is interested....In the user info panel, it shows "Thanked XX times in XXX post", well that phrase is now a link and it takes you to http://yoursite.com/recent_thanks.php

See demo here: http://baseballnation.net/showthread...ll=1#post57431

Edit Templates > Post_Thanks_Postbit_Info and replace EVERYTHING will the following code:

Code:

<vb:if condition="$post['userid']">
    <dt>{vb:rawphrase post_thanks_thanks}</dt> <dd>{vb:raw post.post_thanks_user_amount_formatted}</dd>
    <vb:if condition="$post['post_thanks_thanked_times'] == 1">
        <dd style="white-space:nowrap; display:inline; float: {vb:stylevar left};"><a href="/recent_thanks.php">{vb:rawphrase post_thanks_time_post}</a></dd>
    <vb:elseif condition="$post['post_thanks_thanked_posts'] == 1" />
        <dd style="white-space:nowrap; display:inline; float: {vb:stylevar left};"><a href="recent_thanks.php">{vb:rawphrase post_thanks_times_post, {vb:raw post.post_thanks_thanked_times_formatted}}</a></dd>
    <vb:else />
        <dd style="white-space:nowrap; display:inline; float: {vb:stylevar left};"><a href="recent_thanks.php">{vb:rawphrase post_thanks_times_posts, {vb:raw post.post_thanks_thanked_times_formatted}, {vb:raw post.post_thanks_thanked_posts_formatted}}</a></dd>
    </vb:if>
</vb:if>


clutchthese 03-21-2012 02:10 AM

After installing this, the /recent_thanks.php doesn't display my header!!!

Here is a screenshot of what it looks like.

https://vborg.vbsupport.ru/external/2012/03/18.png


All times are GMT. The time now is 04:20 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.01259 seconds
  • Memory Usage 1,740KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)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