Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
New Post Thank You Box [Modified] Details »»
New Post Thank You Box [Modified]
Version: 1.00, by YeşiLMeN YeşiLMeN is offline
Developer Last Online: Aug 2011 Show Printable Version Email this Page

Version: 3.6.0 Rating:
Released: 01-03-2007 Last Update: Never Installs: 59
 
No support by the author.

Modified Thank You Box (Please Look Attached Images)..

Upload Images In Your FTP..

Open "post_thanks_postbit_legacy" TempLaTe & Replace With All ;


Code:
<div style="padding:$stylevar[cellpadding]px 0px 0px 0px">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
<tr valign="top">
<td class="alt2" width="175">
<if condition="$number_rows == 1"><u><b><font size="3" color="red">Thank Bot</font></u></b></size><br />Bot<br /><img src="rating_red.gif"><br /><br /><img src="images/avatars/thank_avatar.jpg"><br /><br />Posts: N/A<br />Join Date: Jan 2007<br />Location: US<br />Reputation: N/A<br /><br /><img src="$stylevar[imgdir_statusicon]/user_online.gif" alt="Bot is Online">&nbsp;<img src="$stylevar[imgdir_button]/reputation.gif" alt="You Can't Give Rep To Thank Bot">&nbsp;<a href="sendmessage.php"><img src="$stylevar[imgdir_button]/report.gif" alt="Report Error" border="0" /><else /><u><b><font size="3" color="red">Thank Bot</font></u></b></size><br />Bot<br /><img src="rating_red.gif"><br /><br /><img src="images/avatars/thank_avatar.jpg"><br /><br />Posts: N/A<br />Join Date: Jan 2007<br />Location: US<br />Reputation: N/A<br /><br /><img src="$stylevar[imgdir_statusicon]/user_online.gif" alt="Bot is Online">&nbsp;<img src="$stylevar[imgdir_button]/reputation.gif" alt="You Can't Give Rep To Thank Bot">&nbsp;<a href="sendmessage.php"><img src="$stylevar[imgdir_button]/report.gif" alt="Report Error" border="0" />
</if>
<if condition="$bbuserinfo[usergroupid] == 6"><br />
<a href="showthread.php?do=post_thanks_remove_all&amp;p=$post[postid]"<if condition="$vboptions[disable_ajax] != 2"> onclick="post_thanks_remove_all_$post[postid](); return false;"</if> rel="nofollow">$vbphrase[post_thanks_remove]</a>
</if>
<if condition="$post_thanks_user > 0 && $vboptions[post_thanks_delete_own] == 1"><br />
<a href="showthread.php?do=post_thanks_remove_user&amp;p=$post[postid]"<if condition="$vboptions[disable_ajax] != 2"> onclick="post_thanks_remove_user_$post[postid](); return false;"</if> rel="nofollow">$vbphrase[post_thanks_remove_user]</a>
</if>
</td>
<td class="alt1">
<div>$liste_user</div>
</td>
</tr>
</table>
</div>
Please Click Install !


-- ScReaM_

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 01-04-2007, 06:32 AM
YeşiLMeN YeşiLMeN is offline
 
Join Date: Sep 2006
Location: Mardin / Turkey
Posts: 132
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

*Reserved
Reply With Quote
  #3  
Old 01-04-2007, 12:10 PM
yoyoyoyo's Avatar
yoyoyoyo yoyoyoyo is offline
 
Join Date: Dec 2004
Location: USA
Posts: 1,612
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

maybe you should mention the fact that you need to have the post thank you hack installed as well.
Reply With Quote
  #4  
Old 01-05-2007, 02:11 PM
Mevo's Avatar
Mevo Mevo is offline
 
Join Date: Sep 2006
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thank you for code mate...
I was edit like I need ,if you not say something

PHP Code:
<div style="padding:$stylevar[cellpadding]px 0px 0px 0px">
<
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="0" border="0" width="100%" align="center">
<
tr valign="top">
<
td class="alt2" width="175">
<if 
condition="$number_rows == 1"><u><b><font size="3" color="red">Thanks Bot</font></u></b></size><br />Thanks Bot<br /><img src="rating_red.gif"><br /><br /><img src="images/avatars/thank_avatar.jpg"><br />
</if>
<if 
condition="$bbuserinfo[usergroupid] == 6"><br />
<
a href="showthread.php?do=post_thanks_remove_all&amp;p=$post[postid]"<if condition="$vboptions[disable_ajax] != 2"onclick="post_thanks_remove_all_$post[postid](); return false;"</if> rel="nofollow">$vbphrase[post_thanks_remove]</a>
</if>
<if 
condition="$post_thanks_user > 0 && $vboptions[post_thanks_delete_own] == 1"><br />
<
a href="showthread.php?do=post_thanks_remove_user&amp;p=$post[postid]"<if condition="$vboptions[disable_ajax] != 2"onclick="post_thanks_remove_user_$post[postid](); return false;"</if> rel="nofollow">$vbphrase[post_thanks_remove_user]</a>
</if>
</
td>
<
td class="alt1">
<
div>$liste_user</div>
</
td>
</
tr>
</
table>
</
div
Reply With Quote
  #5  
Old 01-08-2007, 10:07 AM
zınar's Avatar
zınar zınar is offline
 
Join Date: Aug 2006
Location: End?l?s
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks Yesilmen
Reply With Quote
  #6  
Old 01-08-2007, 12:13 PM
tankaya61's Avatar
tankaya61 tankaya61 is offline
 
Join Date: Dec 2006
Location: blacksea
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks yeşilmen (eyw. dostum)

it's realy nice
Reply With Quote
  #7  
Old 02-07-2007, 09:31 AM
YeşiLMeN YeşiLMeN is offline
 
Join Date: Sep 2006
Location: Mardin / Turkey
Posts: 132
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Install Please
Reply With Quote
  #8  
Old 02-07-2007, 07:19 PM
ogameclub ogameclub is offline
 
Join Date: Oct 2006
Location: T?rkiye
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very good hack. Saol
Reply With Quote
  #9  
Old 02-08-2007, 07:48 PM
YeşiLMeN YeşiLMeN is offline
 
Join Date: Sep 2006
Location: Mardin / Turkey
Posts: 132
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Install !!

https://vborg.vbsupport.ru/vborg_mis...hreadid=135491
Reply With Quote
  #10  
Old 02-28-2007, 08:34 PM
EmraHELL EmraHELL is offline
 
Join Date: Jan 2007
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thxxx (supersin dostum )

tested
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:55 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.11754 seconds
  • Memory Usage 2,315KB
  • Queries Executed 23 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (1)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete