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-24-2007 11:38 PM

Quote:

Originally Posted by macuser (Post 1210675)
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

Good point. You have to edit the functions file also.

leftie 03-25-2007 09:08 AM

Yesterday i made an upgrade from vb3.0.12 to 3.6.5. This hack was installed in the old vb. I have tried to upgrade to this version but am getting a sql error when trying to upload the xml. Can you tell me how to correct this please.

EDIT. Forget the above, i have just read back and found that i have to run 4 sql query's when upgrading from 3.0.x .

macuser 03-25-2007 10:27 AM

Quote:

Originally Posted by Abe1 (Post 1211438)
Good point. You have to edit the functions file also.

functions_post_thanks.php
Code:

function can_delete_all_thanks()
{
        global $vbulletin;

        if ($vbulletin->userinfo['usergroupid'] == '6')
        {
                return true;
        }

How can i edit 6 to 5,6,7 ?

Thanks

Surviver 03-25-2007 12:40 PM

Quote:

Originally Posted by macuser (Post 1211709)
functions_post_thanks.php
Code:

function can_delete_all_thanks()
{
        global $vbulletin;

        if ($vbulletin->userinfo['usergroupid'] == '6')
        {
                return true;
        }

How can i edit 6 to 5,6,7 ?

Thanks

PHP Code:

function can_delete_all_thanks()
{
    global 
$vbulletin;

    if (
is_member_of($vbulletin->userinfo, array(5,6,7)))
    {
        return 
true;
    } 

Try this ;)

RedTyger 03-26-2007 09:10 AM

Quote:

Originally Posted by Sam21 (Post 1209573)
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.

Just happened to be passing...the reason for the order when using my modification is a bug in Internet Explorer 6 where dropdown menus would stop working with adcode (presumably just javascript code, not sure) immediately below them. So if you change the order, be aware you may be affecting IE6 users.

vampireus 03-30-2007 07:21 AM

Hi, is it possible to bump a thread when a user click thank?

ePrOmD 03-30-2007 02:01 PM

hi! it?s a very cool and necessary hack :D
i want to install it in vb 3.6.4 , but when i wanna upload it, i get the following error in my browser:

Quote:

ERROR
El URL solicitado no se ha podido conseguir

Mientras se intentaba traer el URL: http://www.arquinauta.com/foros/admincp/plugin.php?
can somebody help me? tks a lot!

Abe1 04-01-2007 12:39 PM

Quote:

Originally Posted by vampireus (Post 1215942)
Hi, is it possible to bump a thread when a user click thank?

I tried and failed.

It would bump the thread but the thread would not get marked as read unless there was a poll in it.

Abe1 04-01-2007 12:39 PM

Quote:

Originally Posted by ePrOmD (Post 1216117)
hi! it?s a very cool and necessary hack :D
i want to install it in vb 3.6.4 , but when i wanna upload it, i get the following error in my browser:



can somebody help me? tks a lot!

You can't expect me to understand that!

vampireus 04-01-2007 04:07 PM

Quote:

Originally Posted by Abe1 (Post 1217465)
I tried and failed.

It would bump the thread but the thread would not get marked as read unless there was a poll in it.

Hi, I really need that function even if it's not perfect yet. Would you please show me how to do it? Thx a lot.


All times are GMT. The time now is 01:26 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.02909 seconds
  • Memory Usage 1,750KB
  • 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
  • (1)bbcode_php_printable
  • (8)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