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-22-2007 03:20 AM

Quote:

Originally Posted by kingele18 (Post 1209337)
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 :)

Make sure you did all the template edits.

mauro1947 03-22-2007 11:00 AM

Quote:

Originally Posted by mauro1947 (Post 1208924)
I re did the templates edit, but the problem still there.
Can you help me?
Thanks
Bye!

Nobody can help me?
Thanks a lot!

Sam21 03-22-2007 01:53 PM

Hey I've installed it and it's great but when using the first post ad feature in vB Ad Management 3 (Ad Sharing Edition) the thanks box appears after the ad rather than before it. Where abouts would I edit this?

P.s. Sorry if this is simple, this is my first board.

Abe1 03-23-2007 03:04 AM

Edit where you put the 3rd template edit for postbit

redlabour 03-23-2007 08:58 AM

Quote:

Originally Posted by Abe1 (Post 1210079)
Edit where you put the 3rd template edit for postbit

You announced me a Update to Thanks and Groan Hacks soon - anything new about this?

Abe1 03-23-2007 03:09 PM

Quote:

Originally Posted by redlabour (Post 1210196)
You announced me a Update to Thanks and Groan Hacks soon - anything new about this?

Yup. Soon.

Sam21 03-23-2007 04:26 PM

Quote:

Originally Posted by Abe1 (Post 1210079)
Edit where you put the 3rd template edit for postbit

Thanks alot I appreciate it.

macuser 03-23-2007 06:55 PM

How can I allow the moderators and super moderators to remove all Thanks from a single post

Code:

<if condition="$bbuserinfo['usergroupid'] == 6  ">
<a href="post_thanks.php?do=post_thanks_remove_all&amp;p=$post[postid]"<if condition="$vboptions[disable_ajax] != 2"> onclick="post_thanks_remove_all($post[postid], <if condition="$vboptions['post_groan_integrate']">true<else />false</if>); return false;"</if> rel="nofollow">$vbphrase[post_thanks_remove]</a>
</if>


Abe1 03-23-2007 08:15 PM

Quote:

Originally Posted by macuser (Post 1210557)
How can I allow the moderators and super moderators to remove all Thanks from a single post

Code:

<if condition="$bbuserinfo['usergroupid'] == 6  ">
<a href="post_thanks.php?do=post_thanks_remove_all&amp;p=$post[postid]"<if condition="$vboptions[disable_ajax] != 2"> onclick="post_thanks_remove_all($post[postid], <if condition="$vboptions['post_groan_integrate']">true<else />false</if>); return false;"</if> rel="nofollow">$vbphrase[post_thanks_remove]</a>
</if>


Try is_moderator()

macuser 03-23-2007 10:30 PM

Here is my template change
Code:

<if condition="in_array($bbuserinfo['usergroupid'], array(5, 6, 7))">
All moderators can see the remove link but nothing happens wenn they click


All times are GMT. The time now is 02:31 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.02703 seconds
  • Memory Usage 1,744KB
  • 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
  • (3)bbcode_code_printable
  • (6)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