vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Who Quoted Me? - Version 2.0 (https://vborg.vbsupport.ru/showthread.php?t=67938)

Oblivion Knight 09-27-2004 09:42 AM

Thanks for the quick fix.. :)

Using this file until Gamingforce comes up with an "official" fixed release.

Jolten 09-27-2004 04:24 PM

Also.. this was missed.

Code:

In includes/functions_online.php


Find --------------------------------------
                case 'bugs':
                        $userinfo['action'] = construct_phrase($vbphrase['viewing_x'], 'Bugs'); // Don't report 'bugs' as needing to be translated please :p
                        break;
                       
Add after --------------------------------       
                       
                case 'whoquote':
                        $userinfo['action'] = 'User Control Panel';
                        $userinfo['where'] = "<a href=\"$userinfo[location]\">Who Quoted $userinfo[username]</a>";
                        break;
                       
                       
                       
Find---------------------------------

        case 'threadrate.php':
                $userinfo['activity'] = 'threadrate';
                break;
                       
Add after ----------------------------------

        case 'whoquotedme.php':
                $userinfo['activity'] = 'whoquote';
                break;


robert_2004 10-10-2004 03:39 AM

in quotes.php , around line 195 you have:

Code:

eval('print_output("' . fetch_template(quote_listquote) . '");');
is this missing the ' ?

shoud be:
Code:

eval('print_output("' . fetch_template('quote_listquote') . '");');

Ber|Art 10-19-2004 04:03 PM

Wow, very nice and usefull hack, easy to install and it works with MultiQuote :)

MikaK 01-05-2005 09:09 AM

*install*

Some TABLE_PREFIXES are needed for bbs using one. Oterwise a clean install.
Probably, very handy!

TwinsX2Dad 01-05-2005 01:26 PM

I've been holding off installing this pending the next update (with fixes). Any idea as to the timeline?

It seems to have laid dormant for awhile now.

auveeb 01-08-2005 09:47 PM

/me installs!

Creative Suite 01-08-2005 11:32 PM

great work :)

lefthome 03-13-2005 10:15 PM

Will this script work in 3.07? if yes, do I need to change anything since this was designed fro 3.03?

bigwest 03-30-2005 10:32 PM

Are all the corrections incorporated into this hack yet?

And if so... are they all contained in the initial zip file?


All times are GMT. The time now is 06:21 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.01185 seconds
  • Memory Usage 1,730KB
  • 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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